2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "../../../rrc_15.3_asn.asn1"
5 * `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _SpCellConfig_H_
9 #define _SpCellConfig_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "ServCellIndex.h"
16 #include <NativeEnumerated.h>
18 #include <constr_CHOICE.h>
19 #include <constr_SEQUENCE.h>
26 typedef enum SpCellConfig__rlf_TimersAndConstants_PR {
27 SpCellConfig__rlf_TimersAndConstants_PR_NOTHING, /* No components present */
28 SpCellConfig__rlf_TimersAndConstants_PR_release,
29 SpCellConfig__rlf_TimersAndConstants_PR_setup
30 } SpCellConfig__rlf_TimersAndConstants_PR;
31 typedef enum SpCellConfig__rlmInSyncOutOfSyncThreshold {
32 SpCellConfig__rlmInSyncOutOfSyncThreshold_n1 = 0
33 } e_SpCellConfig__rlmInSyncOutOfSyncThreshold;
35 /* Forward declarations */
36 struct ReconfigurationWithSync;
37 struct ServingCellConfig;
38 struct RLF_TimersAndConstants;
41 typedef struct SpCellConfig {
42 ServCellIndex_t *servCellIndex; /* OPTIONAL */
43 struct ReconfigurationWithSync *reconfigurationWithSync; /* OPTIONAL */
44 struct SpCellConfig__rlf_TimersAndConstants {
45 SpCellConfig__rlf_TimersAndConstants_PR present;
46 union SpCellConfig__rlf_TimersAndConstants_u {
48 struct RLF_TimersAndConstants *setup;
51 /* Context for parsing across buffer boundaries */
52 asn_struct_ctx_t _asn_ctx;
53 } *rlf_TimersAndConstants;
54 long *rlmInSyncOutOfSyncThreshold; /* OPTIONAL */
55 struct ServingCellConfig *spCellConfigDedicated; /* OPTIONAL */
57 * This type is extensible,
58 * possible extensions are below.
61 /* Context for parsing across buffer boundaries */
62 asn_struct_ctx_t _asn_ctx;
66 /* extern asn_TYPE_descriptor_t asn_DEF_rlmInSyncOutOfSyncThreshold_7; // (Use -fall-defs-global to expose) */
67 extern asn_TYPE_descriptor_t asn_DEF_SpCellConfig;
68 extern asn_SEQUENCE_specifics_t asn_SPC_SpCellConfig_specs_1;
69 extern asn_TYPE_member_t asn_MBR_SpCellConfig_1[5];
75 #endif /* _SpCellConfig_H_ */
76 #include <asn_internal.h>