SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / InterfaceID-E1.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-COMMON-IEs"
4  *      found in "e2sm-v03.01.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -no-gen-example -no-gen-OER -D /tmp/workspace/oransim-gerrit/e2sim/asn1c/`
6  */
7
8 #include "InterfaceID-E1.h"
9
10 asn_TYPE_member_t asn_MBR_InterfaceID_E1_1[] = {
11         { ATF_NOFLAGS, 0, offsetof(struct InterfaceID_E1, globalGNB_ID),
12                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13                 -1,     /* IMPLICIT tag at current level */
14                 &asn_DEF_GlobalGNB_ID,
15                 0,
16                 {
17 #if !defined(ASN_DISABLE_OER_SUPPORT)
18                         0,
19 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
20 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
21                         0,
22 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
23                         0
24                 },
25                 0, 0, /* No default value */
26                 "globalGNB-ID"
27                 },
28         { ATF_NOFLAGS, 0, offsetof(struct InterfaceID_E1, gNB_CU_UP_ID),
29                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
30                 -1,     /* IMPLICIT tag at current level */
31                 &asn_DEF_E2SM_COMMON_IEs_GNB_CU_UP_ID,
32                 0,
33                 {
34 #if !defined(ASN_DISABLE_OER_SUPPORT)
35                         0,
36 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
37 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
38                         0,
39 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
40                         0
41                 },
42                 0, 0, /* No default value */
43                 "gNB-CU-UP-ID"
44                 },
45 };
46 static const ber_tlv_tag_t asn_DEF_InterfaceID_E1_tags_1[] = {
47         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
48 };
49 static const asn_TYPE_tag2member_t asn_MAP_InterfaceID_E1_tag2el_1[] = {
50     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* globalGNB-ID */
51     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* gNB-CU-UP-ID */
52 };
53 asn_SEQUENCE_specifics_t asn_SPC_InterfaceID_E1_specs_1 = {
54         sizeof(struct InterfaceID_E1),
55         offsetof(struct InterfaceID_E1, _asn_ctx),
56         asn_MAP_InterfaceID_E1_tag2el_1,
57         2,      /* Count of tags in the map */
58         0, 0, 0,        /* Optional elements (not needed) */
59         2,      /* First extension addition */
60 };
61 asn_TYPE_descriptor_t asn_DEF_InterfaceID_E1 = {
62         "InterfaceID-E1",
63         "InterfaceID-E1",
64         &asn_OP_SEQUENCE,
65         asn_DEF_InterfaceID_E1_tags_1,
66         sizeof(asn_DEF_InterfaceID_E1_tags_1)
67                 /sizeof(asn_DEF_InterfaceID_E1_tags_1[0]), /* 1 */
68         asn_DEF_InterfaceID_E1_tags_1,  /* Same as above */
69         sizeof(asn_DEF_InterfaceID_E1_tags_1)
70                 /sizeof(asn_DEF_InterfaceID_E1_tags_1[0]), /* 1 */
71         {
72 #if !defined(ASN_DISABLE_OER_SUPPORT)
73                 0,
74 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
75 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
76                 0,
77 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
78                 SEQUENCE_constraint
79         },
80         asn_MBR_InterfaceID_E1_1,
81         2,      /* Elements count */
82         &asn_SPC_InterfaceID_E1_specs_1 /* Additional specs */
83 };
84