Initial commit of KPIMON xAPP for Bronze Release Enhancement.
[scp/ric-app/kpimon.git] / e2sm / headers / 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 "e2sm-kpm-v01.02.asn"
5  *      `asn1c -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
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 <constr_CHOICE.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum E2SM_KPM_IndicationMessage__indicationMessage_PR {
25         E2SM_KPM_IndicationMessage__indicationMessage_PR_NOTHING,       /* No components present */
26         E2SM_KPM_IndicationMessage__indicationMessage_PR_indicationMessage_Format1
27         /* Extensions may appear below */
28         
29 } E2SM_KPM_IndicationMessage__indicationMessage_PR;
30
31 /* Forward declarations */
32 struct E2SM_KPM_IndicationMessage_Format1;
33
34 /* E2SM-KPM-IndicationMessage */
35 typedef struct E2SM_KPM_IndicationMessage {
36         RIC_Style_Type_t         ric_Style_Type;
37         struct E2SM_KPM_IndicationMessage__indicationMessage {
38                 E2SM_KPM_IndicationMessage__indicationMessage_PR present;
39                 union E2SM_KPM_IndicationMessage__indicationMessage_u {
40                         struct E2SM_KPM_IndicationMessage_Format1       *indicationMessage_Format1;
41                         /*
42                          * This type is extensible,
43                          * possible extensions are below.
44                          */
45                 } choice;
46                 
47                 /* Context for parsing across buffer boundaries */
48                 asn_struct_ctx_t _asn_ctx;
49         } indicationMessage;
50         /*
51          * This type is extensible,
52          * possible extensions are below.
53          */
54         
55         /* Context for parsing across buffer boundaries */
56         asn_struct_ctx_t _asn_ctx;
57 } E2SM_KPM_IndicationMessage_t;
58
59 /* Implementation */
60 extern asn_TYPE_descriptor_t asn_DEF_E2SM_KPM_IndicationMessage;
61
62 #ifdef __cplusplus
63 }
64 #endif
65
66 #endif  /* _E2SM_KPM_IndicationMessage_H_ */
67 #include <asn_internal.h>