RIC-867: Submgr adaptations to E2APv2.0
[ric-plt/submgr.git] / 3rdparty / E2AP-v02.00.00 / RANfunction-Item.c
similarity index 80%
rename from 3rdparty/E2AP-v01.00.00/RANfunction-Item.c
rename to 3rdparty/E2AP-v02.00.00/RANfunction-Item.c
index a5126a8..98148dd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  * From ASN.1 module "E2AP-PDU-Contents"
- *     found in "spec/e2ap-v01.00.00.asn"
+ *     found in "spec/e2ap-v02.00.00.asn"
  *     `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
  */
 
@@ -35,6 +35,15 @@ static asn_TYPE_member_t asn_MBR_RANfunction_Item_1[] = {
                0, 0, /* No default value */
                "ranFunctionRevision"
                },
+       { ATF_NOFLAGS, 0, offsetof(struct RANfunction_Item, ranFunctionOID),
+               (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
+               -1,     /* IMPLICIT tag at current level */
+               &asn_DEF_RANfunctionOID,
+               0,
+               { 0, 0, 0 },
+               0, 0, /* No default value */
+               "ranFunctionOID"
+               },
 };
 static const ber_tlv_tag_t asn_DEF_RANfunction_Item_tags_1[] = {
        (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
@@ -42,15 +51,16 @@ static const ber_tlv_tag_t asn_DEF_RANfunction_Item_tags_1[] = {
 static const asn_TYPE_tag2member_t asn_MAP_RANfunction_Item_tag2el_1[] = {
     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ranFunctionID */
     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ranFunctionDefinition */
-    { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* ranFunctionRevision */
+    { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ranFunctionRevision */
+    { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* ranFunctionOID */
 };
 static asn_SEQUENCE_specifics_t asn_SPC_RANfunction_Item_specs_1 = {
        sizeof(struct RANfunction_Item),
        offsetof(struct RANfunction_Item, _asn_ctx),
        asn_MAP_RANfunction_Item_tag2el_1,
-       3,      /* Count of tags in the map */
+       4,      /* Count of tags in the map */
        0, 0, 0,        /* Optional elements (not needed) */
-       3,      /* First extension addition */
+       4,      /* First extension addition */
 };
 asn_TYPE_descriptor_t asn_DEF_RANfunction_Item = {
        "RANfunction-Item",
@@ -64,7 +74,7 @@ asn_TYPE_descriptor_t asn_DEF_RANfunction_Item = {
                /sizeof(asn_DEF_RANfunction_Item_tags_1[0]), /* 1 */
        { 0, 0, SEQUENCE_constraint },
        asn_MBR_RANfunction_Item_1,
-       3,      /* Elements count */
+       4,      /* Elements count */
        &asn_SPC_RANfunction_Item_specs_1       /* Additional specs */
 };