ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / 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 "kpmv2.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-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 "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_IndicationMessage__indicationMessage_formats_PR {
24         E2SM_KPM_IndicationMessage__indicationMessage_formats_PR_NOTHING,       /* No components present */
25         E2SM_KPM_IndicationMessage__indicationMessage_formats_PR_indicationMessage_Format1,
26         E2SM_KPM_IndicationMessage__indicationMessage_formats_PR_indicationMessage_Format2
27         /* Extensions may appear below */
28         
29 } E2SM_KPM_IndicationMessage__indicationMessage_formats_PR;
30
31 /* Forward declarations */
32 struct E2SM_KPM_IndicationMessage_Format1;
33 struct E2SM_KPM_IndicationMessage_Format2;
34
35 /* E2SM-KPM-IndicationMessage */
36 typedef struct E2SM_KPM_IndicationMessage {
37         struct E2SM_KPM_IndicationMessage__indicationMessage_formats {
38                 E2SM_KPM_IndicationMessage__indicationMessage_formats_PR present;
39                 union E2SM_KPM_IndicationMessage__indicationMessage_formats_u {
40                         struct E2SM_KPM_IndicationMessage_Format1       *indicationMessage_Format1;
41                         struct E2SM_KPM_IndicationMessage_Format2       *indicationMessage_Format2;
42                         /*
43                          * This type is extensible,
44                          * possible extensions are below.
45                          */
46                 } choice;
47                 
48                 /* Context for parsing across buffer boundaries */
49                 asn_struct_ctx_t _asn_ctx;
50         } indicationMessage_formats;
51         /*
52          * This type is extensible,
53          * possible extensions are below.
54          */
55         
56         /* Context for parsing across buffer boundaries */
57         asn_struct_ctx_t _asn_ctx;
58 } E2SM_KPM_IndicationMessage_t;
59
60 /* Implementation */
61 extern asn_TYPE_descriptor_t asn_DEF_E2SM_KPM_IndicationMessage;
62
63 #ifdef __cplusplus
64 }
65 #endif
66
67 #endif  /* _E2SM_KPM_IndicationMessage_H_ */
68 #include "asn_internal.h"