[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / SSB-MTC.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 _SSB_MTC_H_
9 #define _SSB_MTC_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <NativeInteger.h>
17 #include <constr_CHOICE.h>
18 #include <constr_SEQUENCE.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Dependencies */
25 typedef enum SSB_MTC__periodicityAndOffset_PR {
26         SSB_MTC__periodicityAndOffset_PR_NOTHING,       /* No components present */
27         SSB_MTC__periodicityAndOffset_PR_sf5,
28         SSB_MTC__periodicityAndOffset_PR_sf10,
29         SSB_MTC__periodicityAndOffset_PR_sf20,
30         SSB_MTC__periodicityAndOffset_PR_sf40,
31         SSB_MTC__periodicityAndOffset_PR_sf80,
32         SSB_MTC__periodicityAndOffset_PR_sf160
33 } SSB_MTC__periodicityAndOffset_PR;
34 typedef enum SSB_MTC__duration {
35         SSB_MTC__duration_sf1   = 0,
36         SSB_MTC__duration_sf2   = 1,
37         SSB_MTC__duration_sf3   = 2,
38         SSB_MTC__duration_sf4   = 3,
39         SSB_MTC__duration_sf5   = 4
40 } e_SSB_MTC__duration;
41
42 /* SSB-MTC */
43 typedef struct SSB_MTC {
44         struct SSB_MTC__periodicityAndOffset {
45                 SSB_MTC__periodicityAndOffset_PR present;
46                 union SSB_MTC__periodicityAndOffset_u {
47                         long     sf5;
48                         long     sf10;
49                         long     sf20;
50                         long     sf40;
51                         long     sf80;
52                         long     sf160;
53                 } choice;
54                 
55                 /* Context for parsing across buffer boundaries */
56                 asn_struct_ctx_t _asn_ctx;
57         } periodicityAndOffset;
58         long     duration;
59         
60         /* Context for parsing across buffer boundaries */
61         asn_struct_ctx_t _asn_ctx;
62 } SSB_MTC_t;
63
64 /* Implementation */
65 /* extern asn_TYPE_descriptor_t asn_DEF_duration_9;     // (Use -fall-defs-global to expose) */
66 extern asn_TYPE_descriptor_t asn_DEF_SSB_MTC;
67 extern asn_SEQUENCE_specifics_t asn_SPC_SSB_MTC_specs_1;
68 extern asn_TYPE_member_t asn_MBR_SSB_MTC_1[2];
69
70 #ifdef __cplusplus
71 }
72 #endif
73
74 #endif  /* _SSB_MTC_H_ */
75 #include <asn_internal.h>