Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / E2SM-gNB-X2-indicationHeader.c
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "E2SM-gNB-X2-IEs"\r
4  *      found in "../../asn_defs/asn1/e2sm-gNB-X2-release-1-v041.asn.txt"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #include "E2SM-gNB-X2-indicationHeader.h"\r
9 \r
10 static asn_TYPE_member_t asn_MBR_E2SM_gNB_X2_indicationHeader_1[] = {\r
11         { ATF_NOFLAGS, 0, offsetof(struct E2SM_gNB_X2_indicationHeader, interface_ID),\r
12                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),\r
13                 +1,     /* EXPLICIT tag at current level */\r
14                 &asn_DEF_Interface_ID,\r
15                 0,\r
16                 { 0, 0, 0 },\r
17                 0, 0, /* No default value */\r
18                 "interface-ID"\r
19                 },\r
20         { ATF_NOFLAGS, 0, offsetof(struct E2SM_gNB_X2_indicationHeader, interfaceDirection),\r
21                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),\r
22                 -1,     /* IMPLICIT tag at current level */\r
23                 &asn_DEF_InterfaceDirection,\r
24                 0,\r
25                 { 0, 0, 0 },\r
26                 0, 0, /* No default value */\r
27                 "interfaceDirection"\r
28                 },\r
29         { ATF_POINTER, 1, offsetof(struct E2SM_gNB_X2_indicationHeader, timestamp),\r
30                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),\r
31                 -1,     /* IMPLICIT tag at current level */\r
32                 &asn_DEF_TimeStamp,\r
33                 0,\r
34                 { 0, 0, 0 },\r
35                 0, 0, /* No default value */\r
36                 "timestamp"\r
37                 },\r
38 };\r
39 static const int asn_MAP_E2SM_gNB_X2_indicationHeader_oms_1[] = { 2 };\r
40 static const ber_tlv_tag_t asn_DEF_E2SM_gNB_X2_indicationHeader_tags_1[] = {\r
41         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))\r
42 };\r
43 static const asn_TYPE_tag2member_t asn_MAP_E2SM_gNB_X2_indicationHeader_tag2el_1[] = {\r
44     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* interface-ID */\r
45     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* interfaceDirection */\r
46     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* timestamp */\r
47 };\r
48 static asn_SEQUENCE_specifics_t asn_SPC_E2SM_gNB_X2_indicationHeader_specs_1 = {\r
49         sizeof(struct E2SM_gNB_X2_indicationHeader),\r
50         offsetof(struct E2SM_gNB_X2_indicationHeader, _asn_ctx),\r
51         asn_MAP_E2SM_gNB_X2_indicationHeader_tag2el_1,\r
52         3,      /* Count of tags in the map */\r
53         asn_MAP_E2SM_gNB_X2_indicationHeader_oms_1,     /* Optional members */\r
54         1, 0,   /* Root/Additions */\r
55         3,      /* First extension addition */\r
56 };\r
57 asn_TYPE_descriptor_t asn_DEF_E2SM_gNB_X2_indicationHeader = {\r
58         "E2SM-gNB-X2-indicationHeader",\r
59         "E2SM-gNB-X2-indicationHeader",\r
60         &asn_OP_SEQUENCE,\r
61         asn_DEF_E2SM_gNB_X2_indicationHeader_tags_1,\r
62         sizeof(asn_DEF_E2SM_gNB_X2_indicationHeader_tags_1)\r
63                 /sizeof(asn_DEF_E2SM_gNB_X2_indicationHeader_tags_1[0]), /* 1 */\r
64         asn_DEF_E2SM_gNB_X2_indicationHeader_tags_1,    /* Same as above */\r
65         sizeof(asn_DEF_E2SM_gNB_X2_indicationHeader_tags_1)\r
66                 /sizeof(asn_DEF_E2SM_gNB_X2_indicationHeader_tags_1[0]), /* 1 */\r
67         { 0, 0, SEQUENCE_constraint },\r
68         asn_MBR_E2SM_gNB_X2_indicationHeader_1,\r
69         3,      /* Elements count */\r
70         &asn_SPC_E2SM_gNB_X2_indicationHeader_specs_1   /* Additional specs */\r
71 };\r
72 \r