X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fe2-interface.git;a=blobdiff_plain;f=e2sim%2Fsrc%2FASN1c%2FE2nodeComponentConfigUpdate-Item.h;fp=e2sim%2Fsrc%2FASN1c%2FE2nodeComponentConfigUpdate-Item.h;h=f78ddbee115b26f804fe758f63aa7da772df4745;hp=c78aadf8843ede33e382b94ee05f0b9639a46881;hb=f86662b5b6481f27e18313a36355871f3a947193;hpb=a9f02a2b5886990fd81e64f7c218c5d4844f18a3 diff --git a/e2sim/src/ASN1c/E2nodeComponentConfigUpdate-Item.h b/e2sim/src/ASN1c/E2nodeComponentConfigUpdate-Item.h index c78aadf..f78ddbe 100644 --- a/e2sim/src/ASN1c/E2nodeComponentConfigUpdate-Item.h +++ b/e2sim/src/ASN1c/E2nodeComponentConfigUpdate-Item.h @@ -1,8 +1,8 @@ /* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "E2AP-PDU-Contents" - * 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` + * found in "e2ap-v2.asn" + * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-example -no-gen-OER` */ #ifndef _E2nodeComponentConfigUpdate_Item_H_ @@ -12,22 +12,20 @@ #include "asn_application.h" /* Including external dependencies */ -#include "E2nodeComponentType.h" -#include "E2nodeComponentConfigUpdate.h" +#include "E2nodeComponentInterfaceType.h" +#include "E2nodeComponentID.h" +#include "E2nodeComponentConfiguration.h" #include "constr_SEQUENCE.h" #ifdef __cplusplus extern "C" { #endif -/* Forward declarations */ -struct E2nodeComponentID; - /* E2nodeComponentConfigUpdate-Item */ typedef struct E2nodeComponentConfigUpdate_Item { - E2nodeComponentType_t e2nodeComponentType; - struct E2nodeComponentID *e2nodeComponentID; /* OPTIONAL */ - E2nodeComponentConfigUpdate_t e2nodeComponentConfigUpdate; + E2nodeComponentInterfaceType_t e2nodeComponentInterfaceType; + E2nodeComponentID_t e2nodeComponentID; + E2nodeComponentConfiguration_t e2nodeComponentConfiguration; /* * This type is extensible, * possible extensions are below. @@ -39,8 +37,6 @@ typedef struct E2nodeComponentConfigUpdate_Item { /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_E2nodeComponentConfigUpdate_Item; -extern asn_SEQUENCE_specifics_t asn_SPC_E2nodeComponentConfigUpdate_Item_specs_1; -extern asn_TYPE_member_t asn_MBR_E2nodeComponentConfigUpdate_Item_1[3]; #ifdef __cplusplus }