[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / SuspendConfig.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 _SuspendConfig_H_
9 #define _SuspendConfig_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "I-RNTI-Value.h"
16 #include "ShortI-RNTI-Value.h"
17 #include "PagingCycle.h"
18 #include "PeriodicRNAU-TimerValue.h"
19 #include "NextHopChainingCount.h"
20 #include <constr_SEQUENCE.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Forward declarations */
27 struct RAN_NotificationAreaInfo;
28
29 /* SuspendConfig */
30 typedef struct SuspendConfig {
31         I_RNTI_Value_t   fullI_RNTI;
32         ShortI_RNTI_Value_t      shortI_RNTI;
33         PagingCycle_t    ran_PagingCycle;
34         struct RAN_NotificationAreaInfo *ran_NotificationAreaInfo;      /* OPTIONAL */
35         PeriodicRNAU_TimerValue_t       *t380;  /* OPTIONAL */
36         NextHopChainingCount_t   nextHopChainingCount;
37         /*
38          * This type is extensible,
39          * possible extensions are below.
40          */
41         
42         /* Context for parsing across buffer boundaries */
43         asn_struct_ctx_t _asn_ctx;
44 } SuspendConfig_t;
45
46 /* Implementation */
47 extern asn_TYPE_descriptor_t asn_DEF_SuspendConfig;
48 extern asn_SEQUENCE_specifics_t asn_SPC_SuspendConfig_specs_1;
49 extern asn_TYPE_member_t asn_MBR_SuspendConfig_1[6];
50
51 #ifdef __cplusplus
52 }
53 #endif
54
55 #endif  /* _SuspendConfig_H_ */
56 #include <asn_internal.h>