2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-LCS-DataTypes"
4 * found in "../asn1src/MAP-LCS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
8 #include "TerminationCause.h"
11 TerminationCause_constraint(asn_TYPE_descriptor_t
*td
, const void *sptr
,
12 asn_app_constraint_failed_f
*ctfailcb
, void *app_key
) {
13 /* Replace with underlying type checker */
14 td
->check_constraints
= asn_DEF_NativeEnumerated
.check_constraints
;
15 return td
->check_constraints(td
, sptr
, ctfailcb
, app_key
);
19 * This type is implemented using NativeEnumerated,
20 * so here we adjust the DEF accordingly.
23 TerminationCause_1_inherit_TYPE_descriptor(asn_TYPE_descriptor_t
*td
) {
24 td
->free_struct
= asn_DEF_NativeEnumerated
.free_struct
;
25 td
->print_struct
= asn_DEF_NativeEnumerated
.print_struct
;
26 td
->ber_decoder
= asn_DEF_NativeEnumerated
.ber_decoder
;
27 td
->der_encoder
= asn_DEF_NativeEnumerated
.der_encoder
;
28 td
->xer_decoder
= asn_DEF_NativeEnumerated
.xer_decoder
;
29 td
->xer_encoder
= asn_DEF_NativeEnumerated
.xer_encoder
;
30 td
->uper_decoder
= asn_DEF_NativeEnumerated
.uper_decoder
;
31 td
->uper_encoder
= asn_DEF_NativeEnumerated
.uper_encoder
;
32 if(!td
->per_constraints
)
33 td
->per_constraints
= asn_DEF_NativeEnumerated
.per_constraints
;
34 td
->elements
= asn_DEF_NativeEnumerated
.elements
;
35 td
->elements_count
= asn_DEF_NativeEnumerated
.elements_count
;
36 /* td->specifics = asn_DEF_NativeEnumerated.specifics; // Defined explicitly */
40 TerminationCause_free(asn_TYPE_descriptor_t
*td
,
41 void *struct_ptr
, int contents_only
) {
42 TerminationCause_1_inherit_TYPE_descriptor(td
);
43 td
->free_struct(td
, struct_ptr
, contents_only
);
47 TerminationCause_print(asn_TYPE_descriptor_t
*td
, const void *struct_ptr
,
48 int ilevel
, asn_app_consume_bytes_f
*cb
, void *app_key
) {
49 TerminationCause_1_inherit_TYPE_descriptor(td
);
50 return td
->print_struct(td
, struct_ptr
, ilevel
, cb
, app_key
);
54 TerminationCause_decode_ber(asn_codec_ctx_t
*opt_codec_ctx
, asn_TYPE_descriptor_t
*td
,
55 void **structure
, const void *bufptr
, size_t size
, int tag_mode
) {
56 TerminationCause_1_inherit_TYPE_descriptor(td
);
57 return td
->ber_decoder(opt_codec_ctx
, td
, structure
, bufptr
, size
, tag_mode
);
61 TerminationCause_encode_der(asn_TYPE_descriptor_t
*td
,
62 void *structure
, int tag_mode
, ber_tlv_tag_t tag
,
63 asn_app_consume_bytes_f
*cb
, void *app_key
) {
64 TerminationCause_1_inherit_TYPE_descriptor(td
);
65 return td
->der_encoder(td
, structure
, tag_mode
, tag
, cb
, app_key
);
69 TerminationCause_decode_xer(asn_codec_ctx_t
*opt_codec_ctx
, asn_TYPE_descriptor_t
*td
,
70 void **structure
, const char *opt_mname
, const void *bufptr
, size_t size
) {
71 TerminationCause_1_inherit_TYPE_descriptor(td
);
72 return td
->xer_decoder(opt_codec_ctx
, td
, structure
, opt_mname
, bufptr
, size
);
76 TerminationCause_encode_xer(asn_TYPE_descriptor_t
*td
, void *structure
,
77 int ilevel
, enum xer_encoder_flags_e flags
,
78 asn_app_consume_bytes_f
*cb
, void *app_key
) {
79 TerminationCause_1_inherit_TYPE_descriptor(td
);
80 return td
->xer_encoder(td
, structure
, ilevel
, flags
, cb
, app_key
);
84 TerminationCause_decode_uper(asn_codec_ctx_t
*opt_codec_ctx
, asn_TYPE_descriptor_t
*td
,
85 asn_per_constraints_t
*constraints
, void **structure
, asn_per_data_t
*per_data
) {
86 TerminationCause_1_inherit_TYPE_descriptor(td
);
87 return td
->uper_decoder(opt_codec_ctx
, td
, constraints
, structure
, per_data
);
91 TerminationCause_encode_uper(asn_TYPE_descriptor_t
*td
,
92 asn_per_constraints_t
*constraints
,
93 void *structure
, asn_per_outp_t
*per_out
) {
94 TerminationCause_1_inherit_TYPE_descriptor(td
);
95 return td
->uper_encoder(td
, constraints
, structure
, per_out
);
98 static asn_per_constraints_t asn_PER_type_TerminationCause_constr_1
= {
99 { APC_CONSTRAINED
| APC_EXTENSIBLE
, 3, 3, 0, 5 } /* (0..5,...) */,
100 { APC_UNCONSTRAINED
, -1, -1, 0, 0 },
101 0, 0 /* No PER value map */
103 static asn_INTEGER_enum_map_t asn_MAP_TerminationCause_value2enum_1
[] = {
105 { 1, 14, "errorundefined" },
106 { 2, 15, "internalTimeout" },
107 { 3, 10, "congestion" },
108 { 4, 12, "mt-lrRestart" },
109 { 5, 16, "privacyViolation" },
110 { 6, 35, "shapeOfLocationEstimateNotSupported" },
111 { 7, 21, "subscriberTermination" },
112 { 8, 13, "uETermination" },
113 { 9, 18, "networkTermination" }
114 /* This list is extensible */
116 static unsigned int asn_MAP_TerminationCause_enum2value_1
[] = {
117 3, /* congestion(3) */
118 1, /* errorundefined(1) */
119 2, /* internalTimeout(2) */
120 4, /* mt-lrRestart(4) */
121 9, /* networkTermination(9) */
123 5, /* privacyViolation(5) */
124 6, /* shapeOfLocationEstimateNotSupported(6) */
125 7, /* subscriberTermination(7) */
126 8 /* uETermination(8) */
127 /* This list is extensible */
129 static asn_INTEGER_specifics_t asn_SPC_TerminationCause_specs_1
= {
130 asn_MAP_TerminationCause_value2enum_1
, /* "tag" => N; sorted by tag */
131 asn_MAP_TerminationCause_enum2value_1
, /* N => "tag"; sorted by N */
132 10, /* Number of elements in the maps */
133 7, /* Extensions before this member */
134 1, /* Strict enumeration */
135 0, /* Native long size */
138 static ber_tlv_tag_t asn_DEF_TerminationCause_tags_1
[] = {
139 (ASN_TAG_CLASS_UNIVERSAL
| (10 << 2))
141 asn_TYPE_descriptor_t asn_DEF_TerminationCause
= {
144 TerminationCause_free
,
145 TerminationCause_print
,
146 TerminationCause_constraint
,
147 TerminationCause_decode_ber
,
148 TerminationCause_encode_der
,
149 TerminationCause_decode_xer
,
150 TerminationCause_encode_xer
,
151 TerminationCause_decode_uper
,
152 TerminationCause_encode_uper
,
153 0, /* Use generic outmost tag fetcher */
154 asn_DEF_TerminationCause_tags_1
,
155 sizeof(asn_DEF_TerminationCause_tags_1
)
156 /sizeof(asn_DEF_TerminationCause_tags_1
[0]), /* 1 */
157 asn_DEF_TerminationCause_tags_1
, /* Same as above */
158 sizeof(asn_DEF_TerminationCause_tags_1
)
159 /sizeof(asn_DEF_TerminationCause_tags_1
[0]), /* 1 */
160 &asn_PER_type_TerminationCause_constr_1
,
161 0, 0, /* Defined elsewhere */
162 &asn_SPC_TerminationCause_specs_1
/* Additional specs */