Fixed issues in processing of large DL packets [Issue-ID: ODUHIGH-309]
[o-du/l2.git] / src / codec_utils / E2SMKPM / 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 "codeathon/E2SM_KPM.asn1"
5  *      `asn1c -D ./codeathon/e2smkpm/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -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
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum E2SM_KPM_IndicationMessage_PR {
24         E2SM_KPM_IndicationMessage_PR_NOTHING,  /* No components present */
25         E2SM_KPM_IndicationMessage_PR_ric_Style_Type,
26         E2SM_KPM_IndicationMessage_PR_indicationMessage_Format1
27         /* Extensions may appear below */
28         
29 } E2SM_KPM_IndicationMessage_PR;
30
31 /* Forward declarations */
32 struct E2SM_KPM_IndicationMessage_Format1;
33
34 /* E2SM-KPM-IndicationMessage */
35 typedef struct E2SM_KPM_IndicationMessage {
36         E2SM_KPM_IndicationMessage_PR present;
37         union E2SM_KPM_IndicationMessage_u {
38                 RIC_Style_Type_t         ric_Style_Type;
39                 struct E2SM_KPM_IndicationMessage_Format1       *indicationMessage_Format1;
40                 /*
41                  * This type is extensible,
42                  * possible extensions are below.
43                  */
44         } choice;
45         
46         /* Context for parsing across buffer boundaries */
47         asn_struct_ctx_t _asn_ctx;
48 } E2SM_KPM_IndicationMessage_t;
49
50 /* Implementation */
51 extern asn_TYPE_descriptor_t asn_DEF_E2SM_KPM_IndicationMessage;
52
53 #ifdef __cplusplus
54 }
55 #endif
56
57 #endif  /* _E2SM_KPM_IndicationMessage_H_ */
58 #include <asn_internal.h>