X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sm%2Flib%2FE2SM-RC-ControlOutcome.c;h=e16fc106d08d68def12b1401a40c1e46eb2f211d;hb=refs%2Fchanges%2F99%2F9899%2F1;hp=8e6ce7b79d449fc5d379a7b3e53caf5e9e77257d;hpb=5cb831298a1866a9800ce235f5486075e83ae85f;p=ric-app%2Frc.git diff --git a/e2sm/lib/E2SM-RC-ControlOutcome.c b/e2sm/lib/E2SM-RC-ControlOutcome.c index 8e6ce7b..e16fc10 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" - * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .` + * found in "e2sm_rc.asn" + * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example` */ #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 */ };