2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "./22April22_Paging/rrc_15.3_asn.asn1"
5 * `asn1c -D ./22April22_Paging -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _MeasResultNR_H_
9 #define _MeasResultNR_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "PhysCellId.h"
16 #include <constr_SEQUENCE.h>
22 /* Forward declarations */
23 struct MeasQuantityResults;
24 struct ResultsPerSSB_IndexList;
25 struct ResultsPerCSI_RS_IndexList;
29 typedef struct MeasResultNR {
30 PhysCellId_t *physCellId; /* OPTIONAL */
31 struct MeasResultNR__measResult {
32 struct MeasResultNR__measResult__cellResults {
33 struct MeasQuantityResults *resultsSSB_Cell; /* OPTIONAL */
34 struct MeasQuantityResults *resultsCSI_RS_Cell; /* OPTIONAL */
36 /* Context for parsing across buffer boundaries */
37 asn_struct_ctx_t _asn_ctx;
39 struct MeasResultNR__measResult__rsIndexResults {
40 struct ResultsPerSSB_IndexList *resultsSSB_Indexes; /* OPTIONAL */
41 struct ResultsPerCSI_RS_IndexList *resultsCSI_RS_Indexes; /* OPTIONAL */
43 /* Context for parsing across buffer boundaries */
44 asn_struct_ctx_t _asn_ctx;
47 /* Context for parsing across buffer boundaries */
48 asn_struct_ctx_t _asn_ctx;
51 * This type is extensible,
52 * possible extensions are below.
54 struct MeasResultNR__ext1 {
55 struct CGI_Info *cgi_Info; /* OPTIONAL */
57 /* Context for parsing across buffer boundaries */
58 asn_struct_ctx_t _asn_ctx;
61 /* Context for parsing across buffer boundaries */
62 asn_struct_ctx_t _asn_ctx;
66 extern asn_TYPE_descriptor_t asn_DEF_MeasResultNR;
67 extern asn_SEQUENCE_specifics_t asn_SPC_MeasResultNR_specs_1;
68 extern asn_TYPE_member_t asn_MBR_MeasResultNR_1[3];
74 #endif /* _MeasResultNR_H_ */
75 #include <asn_internal.h>