blob: 87e22fa28dd3a4b91bfc030f424f5f89297b26ec [file] [log] [blame]
Harald Welteee091892015-09-10 10:22:03 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RANAP-IEs"
4 * found in "../../asn1/ranap/RANAP-IEs.asn"
5 */
6
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +01007#include <osmocom/ranap/RANAP_PermanentNAS-UE-ID.h>
Harald Welteee091892015-09-10 10:22:03 +02008
9static asn_per_constraints_t asn_PER_type_RANAP_PermanentNAS_UE_ID_constr_1 GCC_NOTUSED = {
10 { APC_CONSTRAINED | APC_EXTENSIBLE, 0, 0, 0l, 0l } /* (0..0,...) */,
11 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
12 0, 0 /* No PER value map */
13};
14static asn_TYPE_member_t asn_MBR_RANAP_PermanentNAS_UE_ID_1[] = {
15 { ATF_NOFLAGS, 0, offsetof(struct RANAP_PermanentNAS_UE_ID, choice.iMSI),
16 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
17 -1, /* IMPLICIT tag at current level */
18 &asn_DEF_RANAP_IMSI,
19 0, /* Defer constraints checking to the member type */
20 0, /* No PER visible constraints */
21 0,
22 "iMSI"
23 },
24};
25static const asn_TYPE_tag2member_t asn_MAP_RANAP_PermanentNAS_UE_ID_tag2el_1[] = {
26 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* iMSI */
27};
28static asn_CHOICE_specifics_t asn_SPC_RANAP_PermanentNAS_UE_ID_specs_1 = {
29 sizeof(struct RANAP_PermanentNAS_UE_ID),
30 offsetof(struct RANAP_PermanentNAS_UE_ID, _asn_ctx),
31 offsetof(struct RANAP_PermanentNAS_UE_ID, present),
32 sizeof(((struct RANAP_PermanentNAS_UE_ID *)0)->present),
33 asn_MAP_RANAP_PermanentNAS_UE_ID_tag2el_1,
34 1, /* Count of tags in the map */
35 0,
36 1 /* Extensions start */
37};
38asn_TYPE_descriptor_t asn_DEF_RANAP_PermanentNAS_UE_ID = {
39 "RANAP_PermanentNAS-UE-ID",
40 "RANAP_PermanentNAS-UE-ID",
41 CHOICE_free,
42 CHOICE_print,
43 CHOICE_constraint,
44 CHOICE_decode_ber,
45 CHOICE_encode_der,
46 CHOICE_decode_xer,
47 CHOICE_encode_xer,
48 CHOICE_decode_uper,
49 CHOICE_encode_uper,
50 CHOICE_decode_aper,
51 CHOICE_encode_aper,
52 CHOICE_outmost_tag,
53 0, /* No effective tags (pointer) */
54 0, /* No effective tags (count) */
55 0, /* No tags (pointer) */
56 0, /* No tags (count) */
57 &asn_PER_type_RANAP_PermanentNAS_UE_ID_constr_1,
58 asn_MBR_RANAP_PermanentNAS_UE_ID_1,
59 1, /* Elements count */
60 &asn_SPC_RANAP_PermanentNAS_UE_ID_specs_1 /* Additional specs */
61};
62