[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / MAC-ParametersXDD-Diff.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 _MAC_ParametersXDD_Diff_H_
9 #define _MAC_ParametersXDD_Diff_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_SEQUENCE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum MAC_ParametersXDD_Diff__skipUplinkTxDynamic {
24         MAC_ParametersXDD_Diff__skipUplinkTxDynamic_supported   = 0
25 } e_MAC_ParametersXDD_Diff__skipUplinkTxDynamic;
26 typedef enum MAC_ParametersXDD_Diff__logicalChannelSR_DelayTimer {
27         MAC_ParametersXDD_Diff__logicalChannelSR_DelayTimer_supported   = 0
28 } e_MAC_ParametersXDD_Diff__logicalChannelSR_DelayTimer;
29 typedef enum MAC_ParametersXDD_Diff__longDRX_Cycle {
30         MAC_ParametersXDD_Diff__longDRX_Cycle_supported = 0
31 } e_MAC_ParametersXDD_Diff__longDRX_Cycle;
32 typedef enum MAC_ParametersXDD_Diff__shortDRX_Cycle {
33         MAC_ParametersXDD_Diff__shortDRX_Cycle_supported        = 0
34 } e_MAC_ParametersXDD_Diff__shortDRX_Cycle;
35 typedef enum MAC_ParametersXDD_Diff__multipleSR_Configurations {
36         MAC_ParametersXDD_Diff__multipleSR_Configurations_supported     = 0
37 } e_MAC_ParametersXDD_Diff__multipleSR_Configurations;
38 typedef enum MAC_ParametersXDD_Diff__multipleConfiguredGrants {
39         MAC_ParametersXDD_Diff__multipleConfiguredGrants_supported      = 0
40 } e_MAC_ParametersXDD_Diff__multipleConfiguredGrants;
41
42 /* MAC-ParametersXDD-Diff */
43 typedef struct MAC_ParametersXDD_Diff {
44         long    *skipUplinkTxDynamic;   /* OPTIONAL */
45         long    *logicalChannelSR_DelayTimer;   /* OPTIONAL */
46         long    *longDRX_Cycle; /* OPTIONAL */
47         long    *shortDRX_Cycle;        /* OPTIONAL */
48         long    *multipleSR_Configurations;     /* OPTIONAL */
49         long    *multipleConfiguredGrants;      /* OPTIONAL */
50         /*
51          * This type is extensible,
52          * possible extensions are below.
53          */
54         
55         /* Context for parsing across buffer boundaries */
56         asn_struct_ctx_t _asn_ctx;
57 } MAC_ParametersXDD_Diff_t;
58
59 /* Implementation */
60 /* extern asn_TYPE_descriptor_t asn_DEF_skipUplinkTxDynamic_2;  // (Use -fall-defs-global to expose) */
61 /* extern asn_TYPE_descriptor_t asn_DEF_logicalChannelSR_DelayTimer_4;  // (Use -fall-defs-global to expose) */
62 /* extern asn_TYPE_descriptor_t asn_DEF_longDRX_Cycle_6;        // (Use -fall-defs-global to expose) */
63 /* extern asn_TYPE_descriptor_t asn_DEF_shortDRX_Cycle_8;       // (Use -fall-defs-global to expose) */
64 /* extern asn_TYPE_descriptor_t asn_DEF_multipleSR_Configurations_10;   // (Use -fall-defs-global to expose) */
65 /* extern asn_TYPE_descriptor_t asn_DEF_multipleConfiguredGrants_12;    // (Use -fall-defs-global to expose) */
66 extern asn_TYPE_descriptor_t asn_DEF_MAC_ParametersXDD_Diff;
67 extern asn_SEQUENCE_specifics_t asn_SPC_MAC_ParametersXDD_Diff_specs_1;
68 extern asn_TYPE_member_t asn_MBR_MAC_ParametersXDD_Diff_1[6];
69
70 #ifdef __cplusplus
71 }
72 #endif
73
74 #endif  /* _MAC_ParametersXDD_Diff_H_ */
75 #include <asn_internal.h>