blob: bd18324e6e7ab7577a30abd96606a1f1503a4f21 [file] [log] [blame]
rajalakshmisv960885a2022-05-31 14:59:10 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
sandeepindiac588f662022-12-01 22:00:11 +05303 * From ASN.1 module "E2SM-COMMON-IEs"
4 * found in "e2sm.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example`
rajalakshmisv960885a2022-05-31 14:59:10 +00006 */
7
8#include "UEID-GNB-DU.h"
9
10asn_TYPE_member_t asn_MBR_UEID_GNB_DU_1[] = {
11 { ATF_NOFLAGS, 0, offsetof(struct UEID_GNB_DU, gNB_CU_UE_F1AP_ID),
12 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13 -1, /* IMPLICIT tag at current level */
14 &asn_DEF_GNB_CU_UE_F1AP_ID,
15 0,
16 { 0, 0, 0 },
17 0, 0, /* No default value */
18 "gNB-CU-UE-F1AP-ID"
19 },
20 { ATF_POINTER, 1, offsetof(struct UEID_GNB_DU, ran_UEID),
21 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
22 -1, /* IMPLICIT tag at current level */
23 &asn_DEF_RANUEID,
24 0,
25 { 0, 0, 0 },
26 0, 0, /* No default value */
27 "ran-UEID"
28 },
29};
30static const int asn_MAP_UEID_GNB_DU_oms_1[] = { 1 };
31static const ber_tlv_tag_t asn_DEF_UEID_GNB_DU_tags_1[] = {
32 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
33};
34static const asn_TYPE_tag2member_t asn_MAP_UEID_GNB_DU_tag2el_1[] = {
35 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* gNB-CU-UE-F1AP-ID */
36 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* ran-UEID */
37};
38asn_SEQUENCE_specifics_t asn_SPC_UEID_GNB_DU_specs_1 = {
39 sizeof(struct UEID_GNB_DU),
40 offsetof(struct UEID_GNB_DU, _asn_ctx),
41 asn_MAP_UEID_GNB_DU_tag2el_1,
42 2, /* Count of tags in the map */
43 asn_MAP_UEID_GNB_DU_oms_1, /* Optional members */
44 1, 0, /* Root/Additions */
45 2, /* First extension addition */
46};
47asn_TYPE_descriptor_t asn_DEF_UEID_GNB_DU = {
48 "UEID-GNB-DU",
49 "UEID-GNB-DU",
50 &asn_OP_SEQUENCE,
51 asn_DEF_UEID_GNB_DU_tags_1,
52 sizeof(asn_DEF_UEID_GNB_DU_tags_1)
53 /sizeof(asn_DEF_UEID_GNB_DU_tags_1[0]), /* 1 */
54 asn_DEF_UEID_GNB_DU_tags_1, /* Same as above */
55 sizeof(asn_DEF_UEID_GNB_DU_tags_1)
56 /sizeof(asn_DEF_UEID_GNB_DU_tags_1[0]), /* 1 */
57 { 0, 0, SEQUENCE_constraint },
58 asn_MBR_UEID_GNB_DU_1,
59 2, /* Elements count */
60 &asn_SPC_UEID_GNB_DU_specs_1 /* Additional specs */
61};
62