Add User-level metrics
[sim/e2-interface.git] / e2sim / e2apv1sim / ASN1c / PM-Containers-List.h
index 2f5be5c..0a99c3b 100644 (file)
@@ -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 <asn_application.h>
 
 /* Including external dependencies */
-#include "RAN-Container.h"
 #include <constr_SEQUENCE.h>
 
 #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 <asn_internal.h>