X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sim%2Fsrc%2FASN1c%2FE2nodeComponentConfigUpdate.c;fp=e2sim%2Fsrc%2FASN1c%2FE2nodeComponentConfigUpdate.c;h=10f6fa6565104db480427ee3b5d8f88bb2b5de1d;hb=4e29ea30a9082499a61c07b5ed116912f37a1619;hp=0000000000000000000000000000000000000000;hpb=b266987b478653faebb3407b54d1b3aa044fde33;p=sim%2Fe2-interface.git diff --git a/e2sim/src/ASN1c/E2nodeComponentConfigUpdate.c b/e2sim/src/ASN1c/E2nodeComponentConfigUpdate.c new file mode 100644 index 0000000..10f6fa6 --- /dev/null +++ b/e2sim/src/ASN1c/E2nodeComponentConfigUpdate.c @@ -0,0 +1,86 @@ +/* + * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) + * From ASN.1 module "E2AP-IEs" + * found in "e2ap-v01.01.00.asn" + * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example` + */ + +#include "E2nodeComponentConfigUpdate.h" + +#include "E2nodeComponentConfigUpdateGNB.h" +#include "E2nodeComponentConfigUpdateENgNB.h" +#include "E2nodeComponentConfigUpdateNGeNB.h" +#include "E2nodeComponentConfigUpdateENB.h" +asn_per_constraints_t asn_PER_type_E2nodeComponentConfigUpdate_constr_1 CC_NOTUSED = { + { APC_CONSTRAINED | APC_EXTENSIBLE, 2, 2, 0, 3 } /* (0..3,...) */, + { APC_UNCONSTRAINED, -1, -1, 0, 0 }, + 0, 0 /* No PER value map */ +}; +asn_TYPE_member_t asn_MBR_E2nodeComponentConfigUpdate_1[] = { + { ATF_POINTER, 0, offsetof(struct E2nodeComponentConfigUpdate, choice.gNBconfigUpdate), + (ASN_TAG_CLASS_CONTEXT | (0 << 2)), + -1, /* IMPLICIT tag at current level */ + &asn_DEF_E2nodeComponentConfigUpdateGNB, + 0, + { 0, 0, 0 }, + 0, 0, /* No default value */ + "gNBconfigUpdate" + }, + { ATF_POINTER, 0, offsetof(struct E2nodeComponentConfigUpdate, choice.en_gNBconfigUpdate), + (ASN_TAG_CLASS_CONTEXT | (1 << 2)), + -1, /* IMPLICIT tag at current level */ + &asn_DEF_E2nodeComponentConfigUpdateENgNB, + 0, + { 0, 0, 0 }, + 0, 0, /* No default value */ + "en-gNBconfigUpdate" + }, + { ATF_POINTER, 0, offsetof(struct E2nodeComponentConfigUpdate, choice.ng_eNBconfigUpdate), + (ASN_TAG_CLASS_CONTEXT | (2 << 2)), + -1, /* IMPLICIT tag at current level */ + &asn_DEF_E2nodeComponentConfigUpdateNGeNB, + 0, + { 0, 0, 0 }, + 0, 0, /* No default value */ + "ng-eNBconfigUpdate" + }, + { ATF_POINTER, 0, offsetof(struct E2nodeComponentConfigUpdate, choice.eNBconfigUpdate), + (ASN_TAG_CLASS_CONTEXT | (3 << 2)), + -1, /* IMPLICIT tag at current level */ + &asn_DEF_E2nodeComponentConfigUpdateENB, + 0, + { 0, 0, 0 }, + 0, 0, /* No default value */ + "eNBconfigUpdate" + }, +}; +static const asn_TYPE_tag2member_t asn_MAP_E2nodeComponentConfigUpdate_tag2el_1[] = { + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* gNBconfigUpdate */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* en-gNBconfigUpdate */ + { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ng-eNBconfigUpdate */ + { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* eNBconfigUpdate */ +}; +asn_CHOICE_specifics_t asn_SPC_E2nodeComponentConfigUpdate_specs_1 = { + sizeof(struct E2nodeComponentConfigUpdate), + offsetof(struct E2nodeComponentConfigUpdate, _asn_ctx), + offsetof(struct E2nodeComponentConfigUpdate, present), + sizeof(((struct E2nodeComponentConfigUpdate *)0)->present), + asn_MAP_E2nodeComponentConfigUpdate_tag2el_1, + 4, /* Count of tags in the map */ + 0, 0, + 4 /* Extensions start */ +}; +asn_TYPE_descriptor_t asn_DEF_E2nodeComponentConfigUpdate = { + "E2nodeComponentConfigUpdate", + "E2nodeComponentConfigUpdate", + &asn_OP_CHOICE, + 0, /* No effective tags (pointer) */ + 0, /* No effective tags (count) */ + 0, /* No tags (pointer) */ + 0, /* No tags (count) */ + { 0, &asn_PER_type_E2nodeComponentConfigUpdate_constr_1, CHOICE_constraint }, + asn_MBR_E2nodeComponentConfigUpdate_1, + 4, /* Elements count */ + &asn_SPC_E2nodeComponentConfigUpdate_specs_1 /* Additional specs */ +}; +