E2AP Abstraction Changes
[ric-app/hw.git] / asn1c_defs / E2SM-HelloWorld-IndicationMessage.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-HelloWorld-IEs"
4  *      found in "e2sm-HelloWorld-v001.asn"
5  *      `asn1c -fno-include-deps -fcompound-names -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #ifndef _E2SM_HelloWorld_IndicationMessage_H_
9 #define _E2SM_HelloWorld_IndicationMessage_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 E2SM_HelloWorld_IndicationMessage_PR {
23         E2SM_HelloWorld_IndicationMessage_PR_NOTHING,   /* No components present */
24         E2SM_HelloWorld_IndicationMessage_PR_indicationMessage_Format1
25         /* Extensions may appear below */
26         
27 } E2SM_HelloWorld_IndicationMessage_PR;
28
29 /* Forward declarations */
30 struct E2SM_HelloWorld_IndicationMessage_Format1;
31
32 /* E2SM-HelloWorld-IndicationMessage */
33 typedef struct E2SM_HelloWorld_IndicationMessage {
34         E2SM_HelloWorld_IndicationMessage_PR present;
35         union E2SM_HelloWorld_IndicationMessage_u {
36                 struct E2SM_HelloWorld_IndicationMessage_Format1        *indicationMessage_Format1;
37                 /*
38                  * This type is extensible,
39                  * possible extensions are below.
40                  */
41         } choice;
42         
43         /* Context for parsing across buffer boundaries */
44         asn_struct_ctx_t _asn_ctx;
45 } E2SM_HelloWorld_IndicationMessage_t;
46
47 /* Implementation */
48 extern asn_TYPE_descriptor_t asn_DEF_E2SM_HelloWorld_IndicationMessage;
49
50 #ifdef __cplusplus
51 }
52 #endif
53
54 #endif  /* _E2SM_HelloWorld_IndicationMessage_H_ */
55 #include <asn_internal.h>