ad255ab6fe2955ae740bb80c4180114e04416586
[ric-app/rc.git] / e2sm / headers / E2SM-KPM-IndicationMessage-Format1.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-RC"
4  *      found in "e2sm-kpm-rc.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
6  */
7
8 #ifndef _E2SM_KPM_IndicationMessage_Format1_H_
9 #define _E2SM_KPM_IndicationMessage_Format1_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "CellObjectID.h"
16 #include <asn_SEQUENCE_OF.h>
17 #include <constr_SEQUENCE_OF.h>
18 #include <constr_SEQUENCE.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Forward declarations */
25 struct PM_Containers_Item;
26 struct PM_Info_Item;
27 struct PerUE_PM_Item;
28
29 /* E2SM-KPM-IndicationMessage-Format1 */
30 typedef struct E2SM_KPM_IndicationMessage_Format1 {
31         struct E2SM_KPM_IndicationMessage_Format1__pm_Containers {
32                 A_SEQUENCE_OF(struct PM_Containers_Item) list;
33                 
34                 /* Context for parsing across buffer boundaries */
35                 asn_struct_ctx_t _asn_ctx;
36         } pm_Containers;
37         CellObjectID_t   cellObjectID;
38         struct E2SM_KPM_IndicationMessage_Format1__list_of_PM_Information {
39                 A_SEQUENCE_OF(struct PM_Info_Item) list;
40                 
41                 /* Context for parsing across buffer boundaries */
42                 asn_struct_ctx_t _asn_ctx;
43         } *list_of_PM_Information;
44         struct E2SM_KPM_IndicationMessage_Format1__list_of_matched_UEs {
45                 A_SEQUENCE_OF(struct PerUE_PM_Item) list;
46                 
47                 /* Context for parsing across buffer boundaries */
48                 asn_struct_ctx_t _asn_ctx;
49         } *list_of_matched_UEs;
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_Format1_t;
58
59 /* Implementation */
60 extern asn_TYPE_descriptor_t asn_DEF_E2SM_KPM_IndicationMessage_Format1;
61 extern asn_SEQUENCE_specifics_t asn_SPC_E2SM_KPM_IndicationMessage_Format1_specs_1;
62 extern asn_TYPE_member_t asn_MBR_E2SM_KPM_IndicationMessage_Format1_1[4];
63
64 #ifdef __cplusplus
65 }
66 #endif
67
68 #endif  /* _E2SM_KPM_IndicationMessage_Format1_H_ */
69 #include <asn_internal.h>