integrate with xapp-frame v0.8.3
[ric-app/rc.git] / e2sm / headers / MeasResultNR.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 _MeasResultNR_H_
9 #define _MeasResultNR_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "PhysCellId.h"
16 #include <constr_SEQUENCE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Forward declarations */
23 struct MeasQuantityResults;
24 struct ResultsPerSSB_IndexList;
25 struct ResultsPerCSI_RS_IndexList;
26
27 /* MeasResultNR */
28 typedef struct MeasResultNR {
29         PhysCellId_t    *physCellId;    /* OPTIONAL */
30         struct MeasResultNR__measResult {
31                 struct MeasResultNR__measResult__cellResults {
32                         struct MeasQuantityResults      *resultsSSB_Cell;       /* OPTIONAL */
33                         struct MeasQuantityResults      *resultsCSI_RS_Cell;    /* OPTIONAL */
34                         
35                         /* Context for parsing across buffer boundaries */
36                         asn_struct_ctx_t _asn_ctx;
37                 } cellResults;
38                 struct MeasResultNR__measResult__rsIndexResults {
39                         struct ResultsPerSSB_IndexList  *resultsSSB_Indexes;    /* OPTIONAL */
40                         struct ResultsPerCSI_RS_IndexList       *resultsCSI_RS_Indexes; /* OPTIONAL */
41                         
42                         /* Context for parsing across buffer boundaries */
43                         asn_struct_ctx_t _asn_ctx;
44                 } *rsIndexResults;
45                 
46                 /* Context for parsing across buffer boundaries */
47                 asn_struct_ctx_t _asn_ctx;
48         } measResult;
49         /*
50          * This type is extensible,
51          * possible extensions are below.
52          */
53         
54         /* Context for parsing across buffer boundaries */
55         asn_struct_ctx_t _asn_ctx;
56 } MeasResultNR_t;
57
58 /* Implementation */
59 extern asn_TYPE_descriptor_t asn_DEF_MeasResultNR;
60 extern asn_SEQUENCE_specifics_t asn_SPC_MeasResultNR_specs_1;
61 extern asn_TYPE_member_t asn_MBR_MeasResultNR_1[2];
62
63 #ifdef __cplusplus
64 }
65 #endif
66
67 #endif  /* _MeasResultNR_H_ */
68 #include <asn_internal.h>