[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / SI-RequestConfig.h
1 /*
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`
6  */
7
8 #ifndef _SI_RequestConfig_H_
9 #define _SI_RequestConfig_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include "RACH-ConfigGeneric.h"
17 #include <constr_SEQUENCE.h>
18 #include <asn_SEQUENCE_OF.h>
19 #include <constr_SEQUENCE_OF.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum SI_RequestConfig__rach_OccasionsSI__ssb_perRACH_Occasion {
27         SI_RequestConfig__rach_OccasionsSI__ssb_perRACH_Occasion_oneEighth      = 0,
28         SI_RequestConfig__rach_OccasionsSI__ssb_perRACH_Occasion_oneFourth      = 1,
29         SI_RequestConfig__rach_OccasionsSI__ssb_perRACH_Occasion_oneHalf        = 2,
30         SI_RequestConfig__rach_OccasionsSI__ssb_perRACH_Occasion_one    = 3,
31         SI_RequestConfig__rach_OccasionsSI__ssb_perRACH_Occasion_two    = 4,
32         SI_RequestConfig__rach_OccasionsSI__ssb_perRACH_Occasion_four   = 5,
33         SI_RequestConfig__rach_OccasionsSI__ssb_perRACH_Occasion_eight  = 6,
34         SI_RequestConfig__rach_OccasionsSI__ssb_perRACH_Occasion_sixteen        = 7
35 } e_SI_RequestConfig__rach_OccasionsSI__ssb_perRACH_Occasion;
36 typedef enum SI_RequestConfig__si_RequestPeriod {
37         SI_RequestConfig__si_RequestPeriod_one  = 0,
38         SI_RequestConfig__si_RequestPeriod_two  = 1,
39         SI_RequestConfig__si_RequestPeriod_four = 2,
40         SI_RequestConfig__si_RequestPeriod_six  = 3,
41         SI_RequestConfig__si_RequestPeriod_eight        = 4,
42         SI_RequestConfig__si_RequestPeriod_ten  = 5,
43         SI_RequestConfig__si_RequestPeriod_twelve       = 6,
44         SI_RequestConfig__si_RequestPeriod_sixteen      = 7
45 } e_SI_RequestConfig__si_RequestPeriod;
46
47 /* Forward declarations */
48 struct SI_RequestResources;
49
50 /* SI-RequestConfig */
51 typedef struct SI_RequestConfig {
52         struct SI_RequestConfig__rach_OccasionsSI {
53                 RACH_ConfigGeneric_t     rach_ConfigSI;
54                 long     ssb_perRACH_Occasion;
55                 
56                 /* Context for parsing across buffer boundaries */
57                 asn_struct_ctx_t _asn_ctx;
58         } *rach_OccasionsSI;
59         long    *si_RequestPeriod;      /* OPTIONAL */
60         struct SI_RequestConfig__si_RequestResources {
61                 A_SEQUENCE_OF(struct SI_RequestResources) list;
62                 
63                 /* Context for parsing across buffer boundaries */
64                 asn_struct_ctx_t _asn_ctx;
65         } si_RequestResources;
66         
67         /* Context for parsing across buffer boundaries */
68         asn_struct_ctx_t _asn_ctx;
69 } SI_RequestConfig_t;
70
71 /* Implementation */
72 /* extern asn_TYPE_descriptor_t asn_DEF_ssb_perRACH_Occasion_4; // (Use -fall-defs-global to expose) */
73 /* extern asn_TYPE_descriptor_t asn_DEF_si_RequestPeriod_13;    // (Use -fall-defs-global to expose) */
74 extern asn_TYPE_descriptor_t asn_DEF_SI_RequestConfig;
75 extern asn_SEQUENCE_specifics_t asn_SPC_SI_RequestConfig_specs_1;
76 extern asn_TYPE_member_t asn_MBR_SI_RequestConfig_1[3];
77
78 #ifdef __cplusplus
79 }
80 #endif
81
82 #endif  /* _SI_RequestConfig_H_ */
83 #include <asn_internal.h>