b94a84e072b50f9a943e0a2a092788f3fd4048bd
[ric-app/kpimon.git] / asn1c_defs / all-defs / E-RAB-Level-QoS-Parameters.c
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #include "E-RAB-Level-QoS-Parameters.h"\r
9 \r
10 #include "GBR-QosInformation.h"\r
11 #include "ProtocolExtensionContainer.h"\r
12 asn_TYPE_member_t asn_MBR_E_RAB_Level_QoS_Parameters_1[] = {\r
13         { ATF_NOFLAGS, 0, offsetof(struct E_RAB_Level_QoS_Parameters, qCI),\r
14                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),\r
15                 -1,     /* IMPLICIT tag at current level */\r
16                 &asn_DEF_QCI,\r
17                 0,\r
18                 { 0, 0, 0 },\r
19                 0, 0, /* No default value */\r
20                 "qCI"\r
21                 },\r
22         { ATF_NOFLAGS, 0, offsetof(struct E_RAB_Level_QoS_Parameters, allocationAndRetentionPriority),\r
23                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),\r
24                 -1,     /* IMPLICIT tag at current level */\r
25                 &asn_DEF_AllocationAndRetentionPriority,\r
26                 0,\r
27                 { 0, 0, 0 },\r
28                 0, 0, /* No default value */\r
29                 "allocationAndRetentionPriority"\r
30                 },\r
31         { ATF_POINTER, 2, offsetof(struct E_RAB_Level_QoS_Parameters, gbrQosInformation),\r
32                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),\r
33                 -1,     /* IMPLICIT tag at current level */\r
34                 &asn_DEF_GBR_QosInformation,\r
35                 0,\r
36                 { 0, 0, 0 },\r
37                 0, 0, /* No default value */\r
38                 "gbrQosInformation"\r
39                 },\r
40         { ATF_POINTER, 1, offsetof(struct E_RAB_Level_QoS_Parameters, iE_Extensions),\r
41                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),\r
42                 -1,     /* IMPLICIT tag at current level */\r
43                 &asn_DEF_ProtocolExtensionContainer_8231P139,\r
44                 0,\r
45                 { 0, 0, 0 },\r
46                 0, 0, /* No default value */\r
47                 "iE-Extensions"\r
48                 },\r
49 };\r
50 static const int asn_MAP_E_RAB_Level_QoS_Parameters_oms_1[] = { 2, 3 };\r
51 static const ber_tlv_tag_t asn_DEF_E_RAB_Level_QoS_Parameters_tags_1[] = {\r
52         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))\r
53 };\r
54 static const asn_TYPE_tag2member_t asn_MAP_E_RAB_Level_QoS_Parameters_tag2el_1[] = {\r
55     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* qCI */\r
56     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* allocationAndRetentionPriority */\r
57     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* gbrQosInformation */\r
58     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* iE-Extensions */\r
59 };\r
60 asn_SEQUENCE_specifics_t asn_SPC_E_RAB_Level_QoS_Parameters_specs_1 = {\r
61         sizeof(struct E_RAB_Level_QoS_Parameters),\r
62         offsetof(struct E_RAB_Level_QoS_Parameters, _asn_ctx),\r
63         asn_MAP_E_RAB_Level_QoS_Parameters_tag2el_1,\r
64         4,      /* Count of tags in the map */\r
65         asn_MAP_E_RAB_Level_QoS_Parameters_oms_1,       /* Optional members */\r
66         2, 0,   /* Root/Additions */\r
67         4,      /* First extension addition */\r
68 };\r
69 asn_TYPE_descriptor_t asn_DEF_E_RAB_Level_QoS_Parameters = {\r
70         "E-RAB-Level-QoS-Parameters",\r
71         "E-RAB-Level-QoS-Parameters",\r
72         &asn_OP_SEQUENCE,\r
73         asn_DEF_E_RAB_Level_QoS_Parameters_tags_1,\r
74         sizeof(asn_DEF_E_RAB_Level_QoS_Parameters_tags_1)\r
75                 /sizeof(asn_DEF_E_RAB_Level_QoS_Parameters_tags_1[0]), /* 1 */\r
76         asn_DEF_E_RAB_Level_QoS_Parameters_tags_1,      /* Same as above */\r
77         sizeof(asn_DEF_E_RAB_Level_QoS_Parameters_tags_1)\r
78                 /sizeof(asn_DEF_E_RAB_Level_QoS_Parameters_tags_1[0]), /* 1 */\r
79         { 0, 0, SEQUENCE_constraint },\r
80         asn_MBR_E_RAB_Level_QoS_Parameters_1,\r
81         4,      /* Elements count */\r
82         &asn_SPC_E_RAB_Level_QoS_Parameters_specs_1     /* Additional specs */\r
83 };\r
84 \r