X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fe2-interface.git;a=blobdiff_plain;f=e2sim%2Fe2apv1sim%2FASN1c%2FPM-Containers-List.h;fp=e2sim%2Fe2apv1sim%2FASN1c%2FPM-Containers-List.h;h=0a99c3bb8e141d4e234b125fdf304400fedfcb03;hp=2f5be5c52c947575692b7ccdf17fd46b50e28b32;hb=b57063d875ff4f1f554c2f00122f2a4c21824b6f;hpb=5c3fd8f88224475176792cfeb82d533cc81c2586 diff --git a/e2sim/e2apv1sim/ASN1c/PM-Containers-List.h b/e2sim/e2apv1sim/ASN1c/PM-Containers-List.h index 2f5be5c..0a99c3b 100644 --- a/e2sim/e2apv1sim/ASN1c/PM-Containers-List.h +++ b/e2sim/e2apv1sim/ASN1c/PM-Containers-List.h @@ -1,7 +1,7 @@ /* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "E2SM-KPM-IEs" - * found in "/home/rshacham/e2sm_kpm_approved.asn" + * found in "/home/rshacham/e2sm-kpm-v01.02.asn" * `asn1c -fcompound-names` */ @@ -12,7 +12,6 @@ #include /* Including external dependencies */ -#include "RAN-Container.h" #include #ifdef __cplusplus @@ -21,11 +20,12 @@ extern "C" { /* Forward declarations */ struct PF_Container; +struct RAN_Container; /* PM-Containers-List */ typedef struct PM_Containers_List { struct PF_Container *performanceContainer; /* OPTIONAL */ - RAN_Container_t *theRANContainer; /* OPTIONAL */ + struct RAN_Container *theRANContainer; /* OPTIONAL */ /* * This type is extensible, * possible extensions are below. @@ -46,6 +46,7 @@ extern asn_TYPE_member_t asn_MBR_PM_Containers_List_1[2]; /* Referred external types */ #include "PF-Container.h" +#include "RAN-Container.h" #endif /* _PM_Containers_List_H_ */ #include