ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_rc / headers / E2SM-RC-IndicationMessage.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_IndicationMessage_H_
9 #define _E2SM_RC_IndicationMessage_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_IndicationMessage__ric_indicationMessage_formats_PR {
24         E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_NOTHING,    /* No components present */
25         E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_indicationMessage_Format1,
26         E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_indicationMessage_Format2,
27         E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_indicationMessage_Format3,
28         E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_indicationMessage_Format4,
29         E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_indicationMessage_Format5,
30         /* Extensions may appear below */
31         E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_indicationMessage_Format6
32 } E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR;
33
34 /* Forward declarations */
35 struct E2SM_RC_IndicationMessage_Format1;
36 struct E2SM_RC_IndicationMessage_Format2;
37 struct E2SM_RC_IndicationMessage_Format3;
38 struct E2SM_RC_IndicationMessage_Format4;
39 struct E2SM_RC_IndicationMessage_Format5;
40 struct E2SM_RC_IndicationMessage_Format6;
41
42 /* E2SM-RC-IndicationMessage */
43 typedef struct E2SM_RC_IndicationMessage {
44         struct E2SM_RC_IndicationMessage__ric_indicationMessage_formats {
45                 E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR present;
46                 union E2SM_RC_IndicationMessage__ric_indicationMessage_formats_u {
47                         struct E2SM_RC_IndicationMessage_Format1        *indicationMessage_Format1;
48                         struct E2SM_RC_IndicationMessage_Format2        *indicationMessage_Format2;
49                         struct E2SM_RC_IndicationMessage_Format3        *indicationMessage_Format3;
50                         struct E2SM_RC_IndicationMessage_Format4        *indicationMessage_Format4;
51                         struct E2SM_RC_IndicationMessage_Format5        *indicationMessage_Format5;
52                         /*
53                          * This type is extensible,
54                          * possible extensions are below.
55                          */
56                         struct E2SM_RC_IndicationMessage_Format6        *indicationMessage_Format6;
57                 } choice;
58                 
59                 /* Context for parsing across buffer boundaries */
60                 asn_struct_ctx_t _asn_ctx;
61         } ric_indicationMessage_formats;
62         /*
63          * This type is extensible,
64          * possible extensions are below.
65          */
66         
67         /* Context for parsing across buffer boundaries */
68         asn_struct_ctx_t _asn_ctx;
69 } E2SM_RC_IndicationMessage_t;
70
71 /* Implementation */
72 extern asn_TYPE_descriptor_t asn_DEF_E2SM_RC_IndicationMessage;
73
74 #ifdef __cplusplus
75 }
76 #endif
77
78 #endif  /* _E2SM_RC_IndicationMessage_H_ */
79 #include <asn_internal.h>