ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_rc / headers / E2SM-RC-ControlOutcome.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-RC-IEs"
4  *      found in "e2sm_rc.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #ifndef _E2SM_RC_ControlOutcome_H_
9 #define _E2SM_RC_ControlOutcome_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <constr_CHOICE.h>
16 #include <constr_SEQUENCE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum E2SM_RC_ControlOutcome__ric_controlOutcome_formats_PR {
24         E2SM_RC_ControlOutcome__ric_controlOutcome_formats_PR_NOTHING,  /* No components present */
25         E2SM_RC_ControlOutcome__ric_controlOutcome_formats_PR_controlOutcome_Format1,
26         /* Extensions may appear below */
27         E2SM_RC_ControlOutcome__ric_controlOutcome_formats_PR_controlOutcome_Format2,
28         E2SM_RC_ControlOutcome__ric_controlOutcome_formats_PR_controlOutcome_Format3
29 } E2SM_RC_ControlOutcome__ric_controlOutcome_formats_PR;
30
31 /* Forward declarations */
32 struct E2SM_RC_ControlOutcome_Format1;
33 struct E2SM_RC_ControlOutcome_Format2;
34 struct E2SM_RC_ControlOutcome_Format3;
35
36 /* E2SM-RC-ControlOutcome */
37 typedef struct E2SM_RC_ControlOutcome {
38         struct E2SM_RC_ControlOutcome__ric_controlOutcome_formats {
39                 E2SM_RC_ControlOutcome__ric_controlOutcome_formats_PR present;
40                 union E2SM_RC_ControlOutcome__ric_controlOutcome_formats_u {
41                         struct E2SM_RC_ControlOutcome_Format1   *controlOutcome_Format1;
42                         /*
43                          * This type is extensible,
44                          * possible extensions are below.
45                          */
46                         struct E2SM_RC_ControlOutcome_Format2   *controlOutcome_Format2;
47                         struct E2SM_RC_ControlOutcome_Format3   *controlOutcome_Format3;
48                 } choice;
49                 
50                 /* Context for parsing across buffer boundaries */
51                 asn_struct_ctx_t _asn_ctx;
52         } ric_controlOutcome_formats;
53         /*
54          * This type is extensible,
55          * possible extensions are below.
56          */
57         
58         /* Context for parsing across buffer boundaries */
59         asn_struct_ctx_t _asn_ctx;
60 } E2SM_RC_ControlOutcome_t;
61
62 /* Implementation */
63 extern asn_TYPE_descriptor_t asn_DEF_E2SM_RC_ControlOutcome;
64
65 #ifdef __cplusplus
66 }
67 #endif
68
69 #endif  /* _E2SM_RC_ControlOutcome_H_ */
70 #include <asn_internal.h>