doc folder change,channel read issue
[ric-app/rc.git] / e2sm / lib / GlobalKPMnode-ng-eNB-ID.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "E2SM-KPM-Prespec.asn"
5  *      `asn1c -D ./e2sm-kpm -gen-PER`
6  */
7
8 #include "GlobalKPMnode-ng-eNB-ID.h"
9
10 asn_TYPE_member_t asn_MBR_GlobalKPMnode_ng_eNB_ID_1[] = {
11         { ATF_NOFLAGS, 0, offsetof(struct GlobalKPMnode_ng_eNB_ID, global_ng_eNB_ID),
12                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13                 -1,     /* IMPLICIT tag at current level */
14                 &asn_DEF_GlobalngeNB_ID,
15                 0,
16                 { 0, 0, 0 },
17                 0, 0, /* No default value */
18                 "global-ng-eNB-ID"
19                 },
20 };
21
22 static const ber_tlv_tag_t asn_DEF_GlobalKPMnode_ng_eNB_ID_tags_1[] = {
23         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
24 };
25 static const asn_TYPE_tag2member_t asn_MAP_GlobalKPMnode_ng_eNB_ID_tag2el_1[] = {
26     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* global-ng-eNB-ID */
27 };
28 asn_SEQUENCE_specifics_t asn_SPC_GlobalKPMnode_ng_eNB_ID_specs_1 = {
29         sizeof(struct GlobalKPMnode_ng_eNB_ID),
30         offsetof(struct GlobalKPMnode_ng_eNB_ID, _asn_ctx),
31         asn_MAP_GlobalKPMnode_ng_eNB_ID_tag2el_1,
32         1,      /* Count of tags in the map */
33         0, 0, 0,        /* Optional elements (not needed) */
34         1,      /* First extension addition */
35 };
36 asn_TYPE_descriptor_t asn_DEF_GlobalKPMnode_ng_eNB_ID = {
37         "GlobalKPMnode-ng-eNB-ID",
38         "GlobalKPMnode-ng-eNB-ID",
39         &asn_OP_SEQUENCE,
40         asn_DEF_GlobalKPMnode_ng_eNB_ID_tags_1,
41         sizeof(asn_DEF_GlobalKPMnode_ng_eNB_ID_tags_1)
42                 /sizeof(asn_DEF_GlobalKPMnode_ng_eNB_ID_tags_1[0]), /* 1 */
43         asn_DEF_GlobalKPMnode_ng_eNB_ID_tags_1, /* Same as above */
44         sizeof(asn_DEF_GlobalKPMnode_ng_eNB_ID_tags_1)
45                 /sizeof(asn_DEF_GlobalKPMnode_ng_eNB_ID_tags_1[0]), /* 1 */
46         { 0, 0, SEQUENCE_constraint },
47         asn_MBR_GlobalKPMnode_ng_eNB_ID_1,
48         1,      /* Elements count */
49         &asn_SPC_GlobalKPMnode_ng_eNB_ID_specs_1        /* Additional specs */
50 };
51