Enhanced SIM for E2AP v1 for TS UC
[sim/e2-interface.git] / e2sim / e2apv1sim / ASN1c / E2SM-KPM-IndicationMessage.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "/home/rshacham/e2sm_kpm_approved.asn"
5  *      `asn1c -fcompound-names`
6  */
7
8 #ifndef _E2SM_KPM_IndicationMessage_H_
9 #define _E2SM_KPM_IndicationMessage_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "RIC-Style-Type.h"
16 #include "E2SM-KPM-IndicationMessage-Format1.h"
17 #include <constr_CHOICE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum E2SM_KPM_IndicationMessage_PR {
25         E2SM_KPM_IndicationMessage_PR_NOTHING,  /* No components present */
26         E2SM_KPM_IndicationMessage_PR_ric_Style_Type,
27         E2SM_KPM_IndicationMessage_PR_indicationMessage_Format1
28         /* Extensions may appear below */
29         
30 } E2SM_KPM_IndicationMessage_PR;
31
32 /* E2SM-KPM-IndicationMessage */
33 typedef struct E2SM_KPM_IndicationMessage {
34         E2SM_KPM_IndicationMessage_PR present;
35         union E2SM_KPM_IndicationMessage_u {
36                 RIC_Style_Type_t         ric_Style_Type;
37                 E2SM_KPM_IndicationMessage_Format1_t     indicationMessage_Format1;
38                 /*
39                  * This type is extensible,
40                  * possible extensions are below.
41                  */
42         } choice;
43         
44         /* Context for parsing across buffer boundaries */
45         asn_struct_ctx_t _asn_ctx;
46 } E2SM_KPM_IndicationMessage_t;
47
48 /* Implementation */
49 extern asn_TYPE_descriptor_t asn_DEF_E2SM_KPM_IndicationMessage;
50
51 #ifdef __cplusplus
52 }
53 #endif
54
55 #endif  /* _E2SM_KPM_IndicationMessage_H_ */
56 #include <asn_internal.h>