X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fe2-interface.git;a=blobdiff_plain;f=e2sim%2Fe2sm_examples%2Fkpm_e2sm%2Fsrc%2FASN1c%2FE2nodeComponentConfigUpdate.c;fp=e2sim%2Fe2sm_examples%2Fkpm_e2sm%2Fsrc%2FASN1c%2FE2nodeComponentConfigUpdate.c;h=0000000000000000000000000000000000000000;hp=10f6fa6565104db480427ee3b5d8f88bb2b5de1d;hb=f86662b5b6481f27e18313a36355871f3a947193;hpb=a9f02a2b5886990fd81e64f7c218c5d4844f18a3 diff --git a/e2sim/e2sm_examples/kpm_e2sm/src/ASN1c/E2nodeComponentConfigUpdate.c b/e2sim/e2sm_examples/kpm_e2sm/src/ASN1c/E2nodeComponentConfigUpdate.c deleted file mode 100644 index 10f6fa6..0000000 --- a/e2sim/e2sm_examples/kpm_e2sm/src/ASN1c/E2nodeComponentConfigUpdate.c +++ /dev/null @@ -1,86 +0,0 @@ -/* - * 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 */ -}; -