[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / AS-Context.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-InterNodeDefinitions"
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 _AS_Context_H_
9 #define _AS_Context_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <constr_SEQUENCE.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Forward declarations */
22 struct ReestablishmentInfo;
23 struct ConfigRestrictInfoSCG;
24 struct RAN_NotificationAreaInfo;
25
26 /* AS-Context */
27 typedef struct AS_Context {
28         struct ReestablishmentInfo      *reestablishmentInfo;   /* OPTIONAL */
29         struct ConfigRestrictInfoSCG    *configRestrictInfo;    /* OPTIONAL */
30         /*
31          * This type is extensible,
32          * possible extensions are below.
33          */
34         struct AS_Context__ext1 {
35                 struct RAN_NotificationAreaInfo *ran_NotificationAreaInfo;      /* OPTIONAL */
36                 
37                 /* Context for parsing across buffer boundaries */
38                 asn_struct_ctx_t _asn_ctx;
39         } *ext1;
40         
41         /* Context for parsing across buffer boundaries */
42         asn_struct_ctx_t _asn_ctx;
43 } AS_Context_t;
44
45 /* Implementation */
46 extern asn_TYPE_descriptor_t asn_DEF_AS_Context;
47 extern asn_SEQUENCE_specifics_t asn_SPC_AS_Context_specs_1;
48 extern asn_TYPE_member_t asn_MBR_AS_Context_1[3];
49
50 #ifdef __cplusplus
51 }
52 #endif
53
54 #endif  /* _AS_Context_H_ */
55 #include <asn_internal.h>