remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / ChosenIntegrityProtectionAlgorithm.h
blob6da5f98f970d03b580c658c3695db929e8ebdaa3
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-MS-DataTypes"
4 * found in "../asn1src/MAP-MS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _ChosenIntegrityProtectionAlgorithm_H_
9 #define _ChosenIntegrityProtectionAlgorithm_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <OCTET_STRING.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 /* ChosenIntegrityProtectionAlgorithm */
22 typedef OCTET_STRING_t ChosenIntegrityProtectionAlgorithm_t;
24 /* Implementation */
25 extern asn_TYPE_descriptor_t asn_DEF_ChosenIntegrityProtectionAlgorithm;
26 asn_struct_free_f ChosenIntegrityProtectionAlgorithm_free;
27 asn_struct_print_f ChosenIntegrityProtectionAlgorithm_print;
28 asn_constr_check_f ChosenIntegrityProtectionAlgorithm_constraint;
29 ber_type_decoder_f ChosenIntegrityProtectionAlgorithm_decode_ber;
30 der_type_encoder_f ChosenIntegrityProtectionAlgorithm_encode_der;
31 xer_type_decoder_f ChosenIntegrityProtectionAlgorithm_decode_xer;
32 xer_type_encoder_f ChosenIntegrityProtectionAlgorithm_encode_xer;
33 per_type_decoder_f ChosenIntegrityProtectionAlgorithm_decode_uper;
34 per_type_encoder_f ChosenIntegrityProtectionAlgorithm_encode_uper;
36 #ifdef __cplusplus
38 #endif
40 #endif /* _ChosenIntegrityProtectionAlgorithm_H_ */
41 #include <asn_internal.h>