ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / headers / PF-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 _PF_Container_H_
9 #define _PF_Container_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <constr_CHOICE.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Dependencies */
22 typedef enum PF_Container_PR {
23         PF_Container_PR_NOTHING,        /* No components present */
24         PF_Container_PR_oDU,
25         PF_Container_PR_oCU_CP,
26         PF_Container_PR_oCU_UP
27         /* Extensions may appear below */
28         
29 } PF_Container_PR;
30
31 /* Forward declarations */
32 struct ODU_PF_Container;
33 struct OCUCP_PF_Container;
34 struct OCUUP_PF_Container;
35
36 /* PF-Container */
37 typedef struct PF_Container {
38         PF_Container_PR present;
39         union PF_Container_u {
40                 struct ODU_PF_Container *oDU;
41                 struct OCUCP_PF_Container       *oCU_CP;
42                 struct OCUUP_PF_Container       *oCU_UP;
43                 /*
44                  * This type is extensible,
45                  * possible extensions are below.
46                  */
47         } choice;
48         
49         /* Context for parsing across buffer boundaries */
50         asn_struct_ctx_t _asn_ctx;
51 } PF_Container_t;
52
53 /* Implementation */
54 extern asn_TYPE_descriptor_t asn_DEF_PF_Container;
55 extern asn_CHOICE_specifics_t asn_SPC_PF_Container_specs_1;
56 extern asn_TYPE_member_t asn_MBR_PF_Container_1[3];
57 extern asn_per_constraints_t asn_PER_type_PF_Container_constr_1;
58
59 #ifdef __cplusplus
60 }
61 #endif
62
63 #endif  /* _PF_Container_H_ */
64 #include <asn_internal.h>