[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / SI-SchedulingInfo.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_SchedulingInfo_H_
9 #define _SI_SchedulingInfo_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <BIT_STRING.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 /* Dependencies */
26 typedef enum SI_SchedulingInfo__si_WindowLength {
27         SI_SchedulingInfo__si_WindowLength_s5   = 0,
28         SI_SchedulingInfo__si_WindowLength_s10  = 1,
29         SI_SchedulingInfo__si_WindowLength_s20  = 2,
30         SI_SchedulingInfo__si_WindowLength_s40  = 3,
31         SI_SchedulingInfo__si_WindowLength_s80  = 4,
32         SI_SchedulingInfo__si_WindowLength_s160 = 5,
33         SI_SchedulingInfo__si_WindowLength_s320 = 6,
34         SI_SchedulingInfo__si_WindowLength_s640 = 7,
35         SI_SchedulingInfo__si_WindowLength_s1280        = 8
36 } e_SI_SchedulingInfo__si_WindowLength;
37
38 /* Forward declarations */
39 struct SI_RequestConfig;
40 struct SchedulingInfo;
41
42 /* SI-SchedulingInfo */
43 typedef struct SI_SchedulingInfo {
44         struct SI_SchedulingInfo__schedulingInfoList {
45                 A_SEQUENCE_OF(struct SchedulingInfo) list;
46                 
47                 /* Context for parsing across buffer boundaries */
48                 asn_struct_ctx_t _asn_ctx;
49         } schedulingInfoList;
50         long     si_WindowLength;
51         struct SI_RequestConfig *si_RequestConfig;      /* OPTIONAL */
52         struct SI_RequestConfig *si_RequestConfigSUL;   /* OPTIONAL */
53         BIT_STRING_t    *systemInformationAreaID;       /* OPTIONAL */
54         /*
55          * This type is extensible,
56          * possible extensions are below.
57          */
58         
59         /* Context for parsing across buffer boundaries */
60         asn_struct_ctx_t _asn_ctx;
61 } SI_SchedulingInfo_t;
62
63 /* Implementation */
64 /* extern asn_TYPE_descriptor_t asn_DEF_si_WindowLength_4;      // (Use -fall-defs-global to expose) */
65 extern asn_TYPE_descriptor_t asn_DEF_SI_SchedulingInfo;
66 extern asn_SEQUENCE_specifics_t asn_SPC_SI_SchedulingInfo_specs_1;
67 extern asn_TYPE_member_t asn_MBR_SI_SchedulingInfo_1[5];
68
69 #ifdef __cplusplus
70 }
71 #endif
72
73 #endif  /* _SI_SchedulingInfo_H_ */
74 #include <asn_internal.h>