[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / BCCH-DL-SCH-MessageType.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 _BCCH_DL_SCH_MessageType_H_
9 #define _BCCH_DL_SCH_MessageType_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <constr_CHOICE.h>
16 #include <constr_SEQUENCE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum BCCH_DL_SCH_MessageType_PR {
24         BCCH_DL_SCH_MessageType_PR_NOTHING,     /* No components present */
25         BCCH_DL_SCH_MessageType_PR_c1,
26         BCCH_DL_SCH_MessageType_PR_messageClassExtension
27 } BCCH_DL_SCH_MessageType_PR;
28 typedef enum BCCH_DL_SCH_MessageType__c1_PR {
29         BCCH_DL_SCH_MessageType__c1_PR_NOTHING, /* No components present */
30         BCCH_DL_SCH_MessageType__c1_PR_systemInformation,
31         BCCH_DL_SCH_MessageType__c1_PR_systemInformationBlockType1
32 } BCCH_DL_SCH_MessageType__c1_PR;
33
34 /* Forward declarations */
35 struct SystemInformation;
36 struct SIB1;
37
38 /* BCCH-DL-SCH-MessageType */
39 typedef struct BCCH_DL_SCH_MessageType {
40         BCCH_DL_SCH_MessageType_PR present;
41         union BCCH_DL_SCH_MessageType_u {
42                 struct BCCH_DL_SCH_MessageType__c1 {
43                         BCCH_DL_SCH_MessageType__c1_PR present;
44                         union BCCH_DL_SCH_MessageType__c1_u {
45                                 struct SystemInformation        *systemInformation;
46                                 struct SIB1     *systemInformationBlockType1;
47                         } choice;
48                         
49                         /* Context for parsing across buffer boundaries */
50                         asn_struct_ctx_t _asn_ctx;
51                 } *c1;
52                 struct BCCH_DL_SCH_MessageType__messageClassExtension {
53                         
54                         /* Context for parsing across buffer boundaries */
55                         asn_struct_ctx_t _asn_ctx;
56                 } *messageClassExtension;
57         } choice;
58         
59         /* Context for parsing across buffer boundaries */
60         asn_struct_ctx_t _asn_ctx;
61 } BCCH_DL_SCH_MessageType_t;
62
63 /* Implementation */
64 extern asn_TYPE_descriptor_t asn_DEF_BCCH_DL_SCH_MessageType;
65 extern asn_CHOICE_specifics_t asn_SPC_BCCH_DL_SCH_MessageType_specs_1;
66 extern asn_TYPE_member_t asn_MBR_BCCH_DL_SCH_MessageType_1[2];
67 extern asn_per_constraints_t asn_PER_type_BCCH_DL_SCH_MessageType_constr_1;
68
69 #ifdef __cplusplus
70 }
71 #endif
72
73 #endif  /* _BCCH_DL_SCH_MessageType_H_ */
74 #include <asn_internal.h>