Issue-ID: SIM-18
[sim/e2-interface.git] / e2sim / e2apv1sim / ricsim / ASN1c / RAN-Container.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "/home/rshacham/e2sm-kpm-v01.02.asn"
5  *      `asn1c -fcompound-names`
6  */
7
8 #ifndef _RAN_Container_H_
9 #define _RAN_Container_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "Timestamp.h"
16 #include "DU-Usage-Report-Per-UE.h"
17 #include "CU-CP-Usage-Report-Per-UE.h"
18 #include "CU-UP-Usage-Report-Per-UE.h"
19 #include <constr_CHOICE.h>
20 #include <constr_SEQUENCE.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Dependencies */
27 typedef enum RAN_Container__reportContainer_PR {
28         RAN_Container__reportContainer_PR_NOTHING,      /* No components present */
29         RAN_Container__reportContainer_PR_oDU_UE,
30         RAN_Container__reportContainer_PR_oCU_CP_UE,
31         RAN_Container__reportContainer_PR_oCU_UP_UE
32         /* Extensions may appear below */
33         
34 } RAN_Container__reportContainer_PR;
35
36 /* RAN-Container */
37 typedef struct RAN_Container {
38         Timestamp_t      timestamp;
39         struct RAN_Container__reportContainer {
40                 RAN_Container__reportContainer_PR present;
41                 union RAN_Container__reportContainer_u {
42                         DU_Usage_Report_Per_UE_t         oDU_UE;
43                         CU_CP_Usage_Report_Per_UE_t      oCU_CP_UE;
44                         CU_UP_Usage_Report_Per_UE_t      oCU_UP_UE;
45                         /*
46                          * This type is extensible,
47                          * possible extensions are below.
48                          */
49                 } choice;
50                 
51                 /* Context for parsing across buffer boundaries */
52                 asn_struct_ctx_t _asn_ctx;
53         } reportContainer;
54         /*
55          * This type is extensible,
56          * possible extensions are below.
57          */
58         
59         /* Context for parsing across buffer boundaries */
60         asn_struct_ctx_t _asn_ctx;
61 } RAN_Container_t;
62
63 /* Implementation */
64 extern asn_TYPE_descriptor_t asn_DEF_RAN_Container;
65 extern asn_SEQUENCE_specifics_t asn_SPC_RAN_Container_specs_1;
66 extern asn_TYPE_member_t asn_MBR_RAN_Container_1[2];
67
68 #ifdef __cplusplus
69 }
70 #endif
71
72 #endif  /* _RAN_Container_H_ */
73 #include <asn_internal.h>