[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / DelayBudgetReport.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-RRC-Definitions"
4  *      found in "../../../rrc_15.3_asn.asn1"
5  *      `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _DelayBudgetReport_H_
9 #define _DelayBudgetReport_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum DelayBudgetReport_PR {
24         DelayBudgetReport_PR_NOTHING,   /* No components present */
25         DelayBudgetReport_PR_type1
26         /* Extensions may appear below */
27         
28 } DelayBudgetReport_PR;
29 typedef enum DelayBudgetReport__type1 {
30         DelayBudgetReport__type1_msMinus1280    = 0,
31         DelayBudgetReport__type1_msMinus640     = 1,
32         DelayBudgetReport__type1_msMinus320     = 2,
33         DelayBudgetReport__type1_msMinus160     = 3,
34         DelayBudgetReport__type1_msMinus80      = 4,
35         DelayBudgetReport__type1_msMinus60      = 5,
36         DelayBudgetReport__type1_msMinus40      = 6,
37         DelayBudgetReport__type1_msMinus20      = 7,
38         DelayBudgetReport__type1_ms0    = 8,
39         DelayBudgetReport__type1_ms20   = 9,
40         DelayBudgetReport__type1_ms40   = 10,
41         DelayBudgetReport__type1_ms60   = 11,
42         DelayBudgetReport__type1_ms80   = 12,
43         DelayBudgetReport__type1_ms160  = 13,
44         DelayBudgetReport__type1_ms320  = 14,
45         DelayBudgetReport__type1_ms640  = 15,
46         DelayBudgetReport__type1_ms1280 = 16
47 } e_DelayBudgetReport__type1;
48
49 /* DelayBudgetReport */
50 typedef struct DelayBudgetReport {
51         DelayBudgetReport_PR present;
52         union DelayBudgetReport_u {
53                 long     type1;
54                 /*
55                  * This type is extensible,
56                  * possible extensions are below.
57                  */
58         } choice;
59         
60         /* Context for parsing across buffer boundaries */
61         asn_struct_ctx_t _asn_ctx;
62 } DelayBudgetReport_t;
63
64 /* Implementation */
65 /* extern asn_TYPE_descriptor_t asn_DEF_type1_2;        // (Use -fall-defs-global to expose) */
66 extern asn_TYPE_descriptor_t asn_DEF_DelayBudgetReport;
67 extern asn_CHOICE_specifics_t asn_SPC_DelayBudgetReport_specs_1;
68 extern asn_TYPE_member_t asn_MBR_DelayBudgetReport_1[1];
69 extern asn_per_constraints_t asn_PER_type_DelayBudgetReport_constr_1;
70
71 #ifdef __cplusplus
72 }
73 #endif
74
75 #endif  /* _DelayBudgetReport_H_ */
76 #include <asn_internal.h>