[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / UAC-BarringPerPLMN.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 _UAC_BarringPerPLMN_H_
9 #define _UAC_BarringPerPLMN_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include "UAC-BarringInfoSetIndex.h"
17 #include <asn_SEQUENCE_OF.h>
18 #include <constr_SEQUENCE_OF.h>
19 #include <constr_CHOICE.h>
20 #include <constr_SEQUENCE.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Dependencies */
27 typedef enum UAC_BarringPerPLMN__uac_ACBarringListType_PR {
28         UAC_BarringPerPLMN__uac_ACBarringListType_PR_NOTHING,   /* No components present */
29         UAC_BarringPerPLMN__uac_ACBarringListType_PR_uac_ImplicitACBarringList,
30         UAC_BarringPerPLMN__uac_ACBarringListType_PR_uac_ExplicitACBarringList
31 } UAC_BarringPerPLMN__uac_ACBarringListType_PR;
32
33 /* Forward declarations */
34 struct UAC_BarringPerCatList;
35
36 /* UAC-BarringPerPLMN */
37 typedef struct UAC_BarringPerPLMN {
38         long     plmn_IdentityIndex;
39         struct UAC_BarringPerPLMN__uac_ACBarringListType {
40                 UAC_BarringPerPLMN__uac_ACBarringListType_PR present;
41                 union UAC_BarringPerPLMN__uac_ACBarringListType_u {
42                         struct UAC_BarringPerPLMN__uac_ACBarringListType__uac_ImplicitACBarringList {
43                                 A_SEQUENCE_OF(UAC_BarringInfoSetIndex_t) list;
44                                 
45                                 /* Context for parsing across buffer boundaries */
46                                 asn_struct_ctx_t _asn_ctx;
47                         } *uac_ImplicitACBarringList;
48                         struct UAC_BarringPerCatList    *uac_ExplicitACBarringList;
49                 } choice;
50                 
51                 /* Context for parsing across buffer boundaries */
52                 asn_struct_ctx_t _asn_ctx;
53         } *uac_ACBarringListType;
54         
55         /* Context for parsing across buffer boundaries */
56         asn_struct_ctx_t _asn_ctx;
57 } UAC_BarringPerPLMN_t;
58
59 /* Implementation */
60 extern asn_TYPE_descriptor_t asn_DEF_UAC_BarringPerPLMN;
61 extern asn_SEQUENCE_specifics_t asn_SPC_UAC_BarringPerPLMN_specs_1;
62 extern asn_TYPE_member_t asn_MBR_UAC_BarringPerPLMN_1[2];
63
64 #ifdef __cplusplus
65 }
66 #endif
67
68 #endif  /* _UAC_BarringPerPLMN_H_ */
69 #include <asn_internal.h>