ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / headers / 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 "e2sm-kpm-v01.02.asn"
5  *      `asn1c -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
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 <constr_CHOICE.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum RAN_Container__reportContainer_PR {
25         RAN_Container__reportContainer_PR_NOTHING,      /* No components present */
26         RAN_Container__reportContainer_PR_oDU_UE,
27         RAN_Container__reportContainer_PR_oCU_CP_UE,
28         RAN_Container__reportContainer_PR_oCU_UP_UE
29         /* Extensions may appear below */
30         
31 } RAN_Container__reportContainer_PR;
32
33 /* Forward declarations */
34 struct DU_Usage_Report_Per_UE;
35 struct CU_CP_Usage_Report_Per_UE;
36 struct CU_UP_Usage_Report_Per_UE;
37
38 /* RAN-Container */
39 typedef struct RAN_Container {
40         Timestamp_t      timestamp;
41         struct RAN_Container__reportContainer {
42                 RAN_Container__reportContainer_PR present;
43                 union RAN_Container__reportContainer_u {
44                         struct DU_Usage_Report_Per_UE   *oDU_UE;
45                         struct CU_CP_Usage_Report_Per_UE        *oCU_CP_UE;
46                         struct CU_UP_Usage_Report_Per_UE        *oCU_UP_UE;
47                         /*
48                          * This type is extensible,
49                          * possible extensions are below.
50                          */
51                 } choice;
52                 
53                 /* Context for parsing across buffer boundaries */
54                 asn_struct_ctx_t _asn_ctx;
55         } reportContainer;
56         /*
57          * This type is extensible,
58          * possible extensions are below.
59          */
60         
61         /* Context for parsing across buffer boundaries */
62         asn_struct_ctx_t _asn_ctx;
63 } RAN_Container_t;
64
65 /* Implementation */
66 extern asn_TYPE_descriptor_t asn_DEF_RAN_Container;
67 extern asn_SEQUENCE_specifics_t asn_SPC_RAN_Container_specs_1;
68 extern asn_TYPE_member_t asn_MBR_RAN_Container_1[2];
69
70 #ifdef __cplusplus
71 }
72 #endif
73
74 #endif  /* _RAN_Container_H_ */
75 #include <asn_internal.h>