X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sm%2Flib%2FE2SM-RC-ControlOutcome.c;h=ac1a1dbd53049d743571a35eca81223f15c65c27;hb=6aa3ff2516c6d755c511fc2c5f3141ab4710de9d;hp=8e6ce7b79d449fc5d379a7b3e53caf5e9e77257d;hpb=960885a60feb1ef3f9f654c7f4caf73f7a25dc4a;p=ric-app%2Frc.git diff --git a/e2sm/lib/E2SM-RC-ControlOutcome.c b/e2sm/lib/E2SM-RC-ControlOutcome.c index 8e6ce7b..ac1a1db 100644 --- a/e2sm/lib/E2SM-RC-ControlOutcome.c +++ b/e2sm/lib/E2SM-RC-ControlOutcome.c @@ -1,13 +1,15 @@ /* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "E2SM-RC-IEs" - * found in "e2sm-rc-nov2021.asn" + * found in "e2sm-rc-2.0.asn" * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .` */ #include "E2SM-RC-ControlOutcome.h" #include "E2SM-RC-ControlOutcome-Format1.h" +#include "E2SM-RC-ControlOutcome-Format2.h" +#include "E2SM-RC-ControlOutcome-Format3.h" static asn_oer_constraints_t asn_OER_type_ric_controlOutcome_formats_constr_2 CC_NOTUSED = { { 0, 0 }, -1}; @@ -26,9 +28,29 @@ static asn_TYPE_member_t asn_MBR_ric_controlOutcome_formats_2[] = { 0, 0, /* No default value */ "controlOutcome-Format1" }, + { ATF_POINTER, 0, offsetof(struct E2SM_RC_ControlOutcome__ric_controlOutcome_formats, choice.controlOutcome_Format2), + (ASN_TAG_CLASS_CONTEXT | (1 << 2)), + -1, /* IMPLICIT tag at current level */ + &asn_DEF_E2SM_RC_ControlOutcome_Format2, + 0, + { 0, 0, 0 }, + 0, 0, /* No default value */ + "controlOutcome-Format2" + }, + { ATF_POINTER, 0, offsetof(struct E2SM_RC_ControlOutcome__ric_controlOutcome_formats, choice.controlOutcome_Format3), + (ASN_TAG_CLASS_CONTEXT | (2 << 2)), + -1, /* IMPLICIT tag at current level */ + &asn_DEF_E2SM_RC_ControlOutcome_Format3, + 0, + { 0, 0, 0 }, + 0, 0, /* No default value */ + "controlOutcome-Format3" + }, }; static const asn_TYPE_tag2member_t asn_MAP_ric_controlOutcome_formats_tag2el_2[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* controlOutcome-Format1 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* controlOutcome-Format1 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* controlOutcome-Format2 */ + { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* controlOutcome-Format3 */ }; static asn_CHOICE_specifics_t asn_SPC_ric_controlOutcome_formats_specs_2 = { sizeof(struct E2SM_RC_ControlOutcome__ric_controlOutcome_formats), @@ -36,7 +58,7 @@ static asn_CHOICE_specifics_t asn_SPC_ric_controlOutcome_formats_specs_2 = { offsetof(struct E2SM_RC_ControlOutcome__ric_controlOutcome_formats, present), sizeof(((struct E2SM_RC_ControlOutcome__ric_controlOutcome_formats *)0)->present), asn_MAP_ric_controlOutcome_formats_tag2el_2, - 1, /* Count of tags in the map */ + 3, /* Count of tags in the map */ 0, 0, 1 /* Extensions start */ }; @@ -51,7 +73,7 @@ asn_TYPE_descriptor_t asn_DEF_ric_controlOutcome_formats_2 = { 0, /* No tags (count) */ { &asn_OER_type_ric_controlOutcome_formats_constr_2, &asn_PER_type_ric_controlOutcome_formats_constr_2, CHOICE_constraint }, asn_MBR_ric_controlOutcome_formats_2, - 1, /* Elements count */ + 3, /* Elements count */ &asn_SPC_ric_controlOutcome_formats_specs_2 /* Additional specs */ };