[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / S-NSSAI.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 _S_NSSAI_H_
9 #define _S_NSSAI_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum S_NSSAI_PR {
24         S_NSSAI_PR_NOTHING,     /* No components present */
25         S_NSSAI_PR_sst,
26         S_NSSAI_PR_sst_SD
27 } S_NSSAI_PR;
28
29 /* S-NSSAI */
30 typedef struct S_NSSAI {
31         S_NSSAI_PR present;
32         union S_NSSAI_u {
33                 BIT_STRING_t     sst;
34                 BIT_STRING_t     sst_SD;
35         } choice;
36         
37         /* Context for parsing across buffer boundaries */
38         asn_struct_ctx_t _asn_ctx;
39 } S_NSSAI_t;
40
41 /* Implementation */
42 extern asn_TYPE_descriptor_t asn_DEF_S_NSSAI;
43 extern asn_CHOICE_specifics_t asn_SPC_S_NSSAI_specs_1;
44 extern asn_TYPE_member_t asn_MBR_S_NSSAI_1[2];
45 extern asn_per_constraints_t asn_PER_type_S_NSSAI_constr_1;
46
47 #ifdef __cplusplus
48 }
49 #endif
50
51 #endif  /* _S_NSSAI_H_ */
52 #include <asn_internal.h>