SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / InterfaceID-S1.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-S1.h"
9
10 asn_TYPE_member_t asn_MBR_InterfaceID_S1_1[] = {
11         { ATF_NOFLAGS, 0, offsetof(struct InterfaceID_S1, gUMMEI),
12                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13                 -1,     /* IMPLICIT tag at current level */
14                 &asn_DEF_GUMMEI,
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                 "gUMMEI"
27                 },
28 };
29 static const ber_tlv_tag_t asn_DEF_InterfaceID_S1_tags_1[] = {
30         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
31 };
32 static const asn_TYPE_tag2member_t asn_MAP_InterfaceID_S1_tag2el_1[] = {
33     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* gUMMEI */
34 };
35 asn_SEQUENCE_specifics_t asn_SPC_InterfaceID_S1_specs_1 = {
36         sizeof(struct InterfaceID_S1),
37         offsetof(struct InterfaceID_S1, _asn_ctx),
38         asn_MAP_InterfaceID_S1_tag2el_1,
39         1,      /* Count of tags in the map */
40         0, 0, 0,        /* Optional elements (not needed) */
41         1,      /* First extension addition */
42 };
43 asn_TYPE_descriptor_t asn_DEF_InterfaceID_S1 = {
44         "InterfaceID-S1",
45         "InterfaceID-S1",
46         &asn_OP_SEQUENCE,
47         asn_DEF_InterfaceID_S1_tags_1,
48         sizeof(asn_DEF_InterfaceID_S1_tags_1)
49                 /sizeof(asn_DEF_InterfaceID_S1_tags_1[0]), /* 1 */
50         asn_DEF_InterfaceID_S1_tags_1,  /* Same as above */
51         sizeof(asn_DEF_InterfaceID_S1_tags_1)
52                 /sizeof(asn_DEF_InterfaceID_S1_tags_1[0]), /* 1 */
53         {
54 #if !defined(ASN_DISABLE_OER_SUPPORT)
55                 0,
56 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
57 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
58                 0,
59 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
60                 SEQUENCE_constraint
61         },
62         asn_MBR_InterfaceID_S1_1,
63         1,      /* Elements count */
64         &asn_SPC_InterfaceID_S1_specs_1 /* Additional specs */
65 };
66