remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / ProtocolId.h
blob52a7e9cdd70eb659fc2d014ea3a0307edaeffdda
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-CommonDataTypes"
4 * found in "../asn1src/MAP-CommonDataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _ProtocolId_H_
9 #define _ProtocolId_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 /* Dependencies */
22 typedef enum ProtocolId {
23 ProtocolId_gsm_0408 = 1,
24 ProtocolId_gsm_0806 = 2,
25 ProtocolId_gsm_BSSMAP = 3,
26 ProtocolId_ets_300102_1 = 4
27 } e_ProtocolId;
29 /* ProtocolId */
30 typedef long ProtocolId_t;
32 /* Implementation */
33 extern asn_TYPE_descriptor_t asn_DEF_ProtocolId;
34 asn_struct_free_f ProtocolId_free;
35 asn_struct_print_f ProtocolId_print;
36 asn_constr_check_f ProtocolId_constraint;
37 ber_type_decoder_f ProtocolId_decode_ber;
38 der_type_encoder_f ProtocolId_encode_der;
39 xer_type_decoder_f ProtocolId_decode_xer;
40 xer_type_encoder_f ProtocolId_encode_xer;
41 per_type_decoder_f ProtocolId_decode_uper;
42 per_type_encoder_f ProtocolId_encode_uper;
44 #ifdef __cplusplus
46 #endif
48 #endif /* _ProtocolId_H_ */
49 #include <asn_internal.h>