blob: 3858840496cc00e129e339c69d639686b9af8fb5 [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_GlobalRNC-ID.h>
Harald Welteee091892015-09-10 10:22:03 +02008
9static asn_TYPE_member_t asn_MBR_RANAP_GlobalRNC_ID_1[] = {
10 { ATF_NOFLAGS, 0, offsetof(struct RANAP_GlobalRNC_ID, pLMNidentity),
11 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
12 -1, /* IMPLICIT tag at current level */
13 &asn_DEF_RANAP_PLMNidentity,
14 0, /* Defer constraints checking to the member type */
15 0, /* No PER visible constraints */
16 0,
17 "pLMNidentity"
18 },
19 { ATF_NOFLAGS, 0, offsetof(struct RANAP_GlobalRNC_ID, rNC_ID),
20 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
21 -1, /* IMPLICIT tag at current level */
22 &asn_DEF_RANAP_RNC_ID,
23 0, /* Defer constraints checking to the member type */
24 0, /* No PER visible constraints */
25 0,
26 "rNC-ID"
27 },
28};
29static const ber_tlv_tag_t asn_DEF_RANAP_GlobalRNC_ID_tags_1[] = {
30 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
31};
32static const asn_TYPE_tag2member_t asn_MAP_RANAP_GlobalRNC_ID_tag2el_1[] = {
33 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* pLMNidentity */
34 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* rNC-ID */
35};
36static asn_SEQUENCE_specifics_t asn_SPC_RANAP_GlobalRNC_ID_specs_1 = {
37 sizeof(struct RANAP_GlobalRNC_ID),
38 offsetof(struct RANAP_GlobalRNC_ID, _asn_ctx),
39 asn_MAP_RANAP_GlobalRNC_ID_tag2el_1,
40 2, /* Count of tags in the map */
41 0, 0, 0, /* Optional elements (not needed) */
42 -1, /* Start extensions */
43 -1 /* Stop extensions */
44};
45asn_TYPE_descriptor_t asn_DEF_RANAP_GlobalRNC_ID = {
46 "RANAP_GlobalRNC-ID",
47 "RANAP_GlobalRNC-ID",
48 SEQUENCE_free,
49 SEQUENCE_print,
50 SEQUENCE_constraint,
51 SEQUENCE_decode_ber,
52 SEQUENCE_encode_der,
53 SEQUENCE_decode_xer,
54 SEQUENCE_encode_xer,
55 SEQUENCE_decode_uper,
56 SEQUENCE_encode_uper,
57 SEQUENCE_decode_aper,
58 SEQUENCE_encode_aper,
59 0, /* Use generic outmost tag fetcher */
60 asn_DEF_RANAP_GlobalRNC_ID_tags_1,
61 sizeof(asn_DEF_RANAP_GlobalRNC_ID_tags_1)
62 /sizeof(asn_DEF_RANAP_GlobalRNC_ID_tags_1[0]), /* 1 */
63 asn_DEF_RANAP_GlobalRNC_ID_tags_1, /* Same as above */
64 sizeof(asn_DEF_RANAP_GlobalRNC_ID_tags_1)
65 /sizeof(asn_DEF_RANAP_GlobalRNC_ID_tags_1[0]), /* 1 */
66 0, /* No PER visible constraints */
67 asn_MBR_RANAP_GlobalRNC_ID_1,
68 2, /* Elements count */
69 &asn_SPC_RANAP_GlobalRNC_ID_specs_1 /* Additional specs */
70};
71