8f559b696f5768159d85d7897fdd3bb8f84e36e0
[ric-plt/submgr.git] / e2ap / lib / UE-ContextInformation-SgNBModReq.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-PDU-Contents"
4  *      found in "X2AP-15-4-0.asn1"
5  *      `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #include "UE-ContextInformation-SgNBModReq.h"
9
10 #include "NRUESecurityCapabilities.h"
11 #include "UEAggregateMaximumBitRate.h"
12 #include "E-RABs-ToBeAdded-SgNBModReq-List.h"
13 #include "E-RABs-ToBeModified-SgNBModReq-List.h"
14 #include "E-RABs-ToBeReleased-SgNBModReq-List.h"
15 #include "ProtocolExtensionContainer.h"
16 static asn_TYPE_member_t asn_MBR_UE_ContextInformation_SgNBModReq_1[] = {
17         { ATF_POINTER, 7, offsetof(struct UE_ContextInformation_SgNBModReq, nRUE_SecurityCapabilities),
18                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
19                 -1,     /* IMPLICIT tag at current level */
20                 &asn_DEF_NRUESecurityCapabilities,
21                 0,
22                 { 0, 0, 0 },
23                 0, 0, /* No default value */
24                 "nRUE-SecurityCapabilities"
25                 },
26         { ATF_POINTER, 6, offsetof(struct UE_ContextInformation_SgNBModReq, sgNB_SecurityKey),
27                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
28                 -1,     /* IMPLICIT tag at current level */
29                 &asn_DEF_SgNBSecurityKey,
30                 0,
31                 { 0, 0, 0 },
32                 0, 0, /* No default value */
33                 "sgNB-SecurityKey"
34                 },
35         { ATF_POINTER, 5, offsetof(struct UE_ContextInformation_SgNBModReq, sgNBUEAggregateMaximumBitRate),
36                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
37                 -1,     /* IMPLICIT tag at current level */
38                 &asn_DEF_UEAggregateMaximumBitRate,
39                 0,
40                 { 0, 0, 0 },
41                 0, 0, /* No default value */
42                 "sgNBUEAggregateMaximumBitRate"
43                 },
44         { ATF_POINTER, 4, offsetof(struct UE_ContextInformation_SgNBModReq, e_RABs_ToBeAdded),
45                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
46                 -1,     /* IMPLICIT tag at current level */
47                 &asn_DEF_E_RABs_ToBeAdded_SgNBModReq_List,
48                 0,
49                 { 0, 0, 0 },
50                 0, 0, /* No default value */
51                 "e-RABs-ToBeAdded"
52                 },
53         { ATF_POINTER, 3, offsetof(struct UE_ContextInformation_SgNBModReq, e_RABs_ToBeModified),
54                 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
55                 -1,     /* IMPLICIT tag at current level */
56                 &asn_DEF_E_RABs_ToBeModified_SgNBModReq_List,
57                 0,
58                 { 0, 0, 0 },
59                 0, 0, /* No default value */
60                 "e-RABs-ToBeModified"
61                 },
62         { ATF_POINTER, 2, offsetof(struct UE_ContextInformation_SgNBModReq, e_RABs_ToBeReleased),
63                 (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
64                 -1,     /* IMPLICIT tag at current level */
65                 &asn_DEF_E_RABs_ToBeReleased_SgNBModReq_List,
66                 0,
67                 { 0, 0, 0 },
68                 0, 0, /* No default value */
69                 "e-RABs-ToBeReleased"
70                 },
71         { ATF_POINTER, 1, offsetof(struct UE_ContextInformation_SgNBModReq, iE_Extensions),
72                 (ASN_TAG_CLASS_CONTEXT | (6 << 2)),
73                 -1,     /* IMPLICIT tag at current level */
74                 &asn_DEF_ProtocolExtensionContainer_7683P52,
75                 0,
76                 { 0, 0, 0 },
77                 0, 0, /* No default value */
78                 "iE-Extensions"
79                 },
80 };
81 static const int asn_MAP_UE_ContextInformation_SgNBModReq_oms_1[] = { 0, 1, 2, 3, 4, 5, 6 };
82 static const ber_tlv_tag_t asn_DEF_UE_ContextInformation_SgNBModReq_tags_1[] = {
83         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
84 };
85 static const asn_TYPE_tag2member_t asn_MAP_UE_ContextInformation_SgNBModReq_tag2el_1[] = {
86     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* nRUE-SecurityCapabilities */
87     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* sgNB-SecurityKey */
88     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* sgNBUEAggregateMaximumBitRate */
89     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* e-RABs-ToBeAdded */
90     { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* e-RABs-ToBeModified */
91     { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 }, /* e-RABs-ToBeReleased */
92     { (ASN_TAG_CLASS_CONTEXT | (6 << 2)), 6, 0, 0 } /* iE-Extensions */
93 };
94 static asn_SEQUENCE_specifics_t asn_SPC_UE_ContextInformation_SgNBModReq_specs_1 = {
95         sizeof(struct UE_ContextInformation_SgNBModReq),
96         offsetof(struct UE_ContextInformation_SgNBModReq, _asn_ctx),
97         asn_MAP_UE_ContextInformation_SgNBModReq_tag2el_1,
98         7,      /* Count of tags in the map */
99         asn_MAP_UE_ContextInformation_SgNBModReq_oms_1, /* Optional members */
100         7, 0,   /* Root/Additions */
101         7,      /* First extension addition */
102 };
103 asn_TYPE_descriptor_t asn_DEF_UE_ContextInformation_SgNBModReq = {
104         "UE-ContextInformation-SgNBModReq",
105         "UE-ContextInformation-SgNBModReq",
106         &asn_OP_SEQUENCE,
107         asn_DEF_UE_ContextInformation_SgNBModReq_tags_1,
108         sizeof(asn_DEF_UE_ContextInformation_SgNBModReq_tags_1)
109                 /sizeof(asn_DEF_UE_ContextInformation_SgNBModReq_tags_1[0]), /* 1 */
110         asn_DEF_UE_ContextInformation_SgNBModReq_tags_1,        /* Same as above */
111         sizeof(asn_DEF_UE_ContextInformation_SgNBModReq_tags_1)
112                 /sizeof(asn_DEF_UE_ContextInformation_SgNBModReq_tags_1[0]), /* 1 */
113         { 0, 0, SEQUENCE_constraint },
114         asn_MBR_UE_ContextInformation_SgNBModReq_1,
115         7,      /* Elements count */
116         &asn_SPC_UE_ContextInformation_SgNBModReq_specs_1       /* Additional specs */
117 };
118