Enhanced SIM for E2AP v1 for TS UC
[sim/e2-interface.git] / e2sim / e2apv1sim / ASN1c / CellResourceReportListItem.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 _CellResourceReportListItem_H_
9 #define _CellResourceReportListItem_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "NRCGI.h"
16 #include <NativeInteger.h>
17 #include <asn_SEQUENCE_OF.h>
18 #include <constr_SEQUENCE_OF.h>
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Forward declarations */
26 struct ServedPlmnPerCellListItem;
27
28 /* CellResourceReportListItem */
29 typedef struct CellResourceReportListItem {
30         NRCGI_t  nRCGI;
31         long    *dl_TotalofAvailablePRBs;       /* OPTIONAL */
32         long    *ul_TotalofAvailablePRBs;       /* OPTIONAL */
33         struct CellResourceReportListItem__servedPlmnPerCellList {
34                 A_SEQUENCE_OF(struct ServedPlmnPerCellListItem) list;
35                 
36                 /* Context for parsing across buffer boundaries */
37                 asn_struct_ctx_t _asn_ctx;
38         } servedPlmnPerCellList;
39         /*
40          * This type is extensible,
41          * possible extensions are below.
42          */
43         
44         /* Context for parsing across buffer boundaries */
45         asn_struct_ctx_t _asn_ctx;
46 } CellResourceReportListItem_t;
47
48 /* Implementation */
49 extern asn_TYPE_descriptor_t asn_DEF_CellResourceReportListItem;
50 extern asn_SEQUENCE_specifics_t asn_SPC_CellResourceReportListItem_specs_1;
51 extern asn_TYPE_member_t asn_MBR_CellResourceReportListItem_1[4];
52
53 #ifdef __cplusplus
54 }
55 #endif
56
57 /* Referred external types */
58 #include "ServedPlmnPerCellListItem.h"
59
60 #endif  /* _CellResourceReportListItem_H_ */
61 #include <asn_internal.h>