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`
8 #ifndef _SuspendConfig_H_
9 #define _SuspendConfig_H_
12 #include <asn_application.h>
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>
26 /* Forward declarations */
27 struct RAN_NotificationAreaInfo;
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;
38 * This type is extensible,
39 * possible extensions are below.
42 /* Context for parsing across buffer boundaries */
43 asn_struct_ctx_t _asn_ctx;
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];
55 #endif /* _SuspendConfig_H_ */
56 #include <asn_internal.h>