SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / E2SM-KPM-IndicationHeader.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-v03.00.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -no-gen-example -no-gen-OER -D /tmp/workspace/oransim-gerrit/e2sim/asn1c/`
6  */
7
8 #ifndef _E2SM_KPM_IndicationHeader_H_
9 #define _E2SM_KPM_IndicationHeader_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_KPM_IndicationHeader__indicationHeader_formats_PR {
24         E2SM_KPM_IndicationHeader__indicationHeader_formats_PR_NOTHING, /* No components present */
25         E2SM_KPM_IndicationHeader__indicationHeader_formats_PR_indicationHeader_Format1
26         /* Extensions may appear below */
27         
28 } E2SM_KPM_IndicationHeader__indicationHeader_formats_PR;
29
30 /* Forward declarations */
31 struct E2SM_KPM_IndicationHeader_Format1;
32
33 /* E2SM-KPM-IndicationHeader */
34 typedef struct E2SM_KPM_IndicationHeader {
35         struct E2SM_KPM_IndicationHeader__indicationHeader_formats {
36                 E2SM_KPM_IndicationHeader__indicationHeader_formats_PR present;
37                 union E2SM_KPM_IndicationHeader__indicationHeader_formats_u {
38                         struct E2SM_KPM_IndicationHeader_Format1        *indicationHeader_Format1;
39                         /*
40                          * This type is extensible,
41                          * possible extensions are below.
42                          */
43                 } choice;
44                 
45                 /* Context for parsing across buffer boundaries */
46                 asn_struct_ctx_t _asn_ctx;
47         } indicationHeader_formats;
48         /*
49          * This type is extensible,
50          * possible extensions are below.
51          */
52         
53         /* Context for parsing across buffer boundaries */
54         asn_struct_ctx_t _asn_ctx;
55 } E2SM_KPM_IndicationHeader_t;
56
57 /* Implementation */
58 extern asn_TYPE_descriptor_t asn_DEF_E2SM_KPM_IndicationHeader;
59
60 #ifdef __cplusplus
61 }
62 #endif
63
64 #endif  /* _E2SM_KPM_IndicationHeader_H_ */
65 #include "asn_internal.h"