[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / PCCH-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 _PCCH_MessageType_H_
9 #define _PCCH_MessageType_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NULL.h>
16 #include <constr_CHOICE.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum PCCH_MessageType_PR {
25         PCCH_MessageType_PR_NOTHING,    /* No components present */
26         PCCH_MessageType_PR_c1,
27         PCCH_MessageType_PR_messageClassExtension
28 } PCCH_MessageType_PR;
29 typedef enum PCCH_MessageType__c1_PR {
30         PCCH_MessageType__c1_PR_NOTHING,        /* No components present */
31         PCCH_MessageType__c1_PR_paging,
32         PCCH_MessageType__c1_PR_spare1
33 } PCCH_MessageType__c1_PR;
34
35 /* Forward declarations */
36 struct PagingRrc;
37
38 /* PCCH-MessageType */
39 typedef struct PCCH_MessageType {
40         PCCH_MessageType_PR present;
41         union PCCH_MessageType_u {
42                 struct PCCH_MessageType__c1 {
43                         PCCH_MessageType__c1_PR present;
44                         union PCCH_MessageType__c1_u {
45                                 struct PagingRrc        *paging;
46                                 NULL_t   spare1;
47                         } choice;
48                         
49                         /* Context for parsing across buffer boundaries */
50                         asn_struct_ctx_t _asn_ctx;
51                 } *c1;
52                 struct PCCH_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 } PCCH_MessageType_t;
62
63 /* Implementation */
64 extern asn_TYPE_descriptor_t asn_DEF_PCCH_MessageType;
65 extern asn_CHOICE_specifics_t asn_SPC_PCCH_MessageType_specs_1;
66 extern asn_TYPE_member_t asn_MBR_PCCH_MessageType_1[2];
67 extern asn_per_constraints_t asn_PER_type_PCCH_MessageType_constr_1;
68
69 #ifdef __cplusplus
70 }
71 #endif
72
73 #endif  /* _PCCH_MessageType_H_ */
74 #include <asn_internal.h>