mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.5 KiB
C
60 lines
1.5 KiB
C
/*
|
|
* Generated by asn1c-0.9.22 (http://lionet.info/asn1c)
|
|
* From ASN.1 module "EUTRA-RRC-Definitions"
|
|
* found in "./asn1c/ASN1_files/EUTRA-RRC-Definitions.asn"
|
|
* `asn1c -gen-PER -fcompound-names -fnative-types`
|
|
*/
|
|
|
|
#ifndef _PCCH_Config_H_
|
|
#define _PCCH_Config_H_
|
|
|
|
|
|
#include <asn_application.h>
|
|
|
|
/* Including external dependencies */
|
|
#include <NativeEnumerated.h>
|
|
#include <constr_SEQUENCE.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* Dependencies */
|
|
typedef enum PCCH_Config__defaultPagingCycle {
|
|
PCCH_Config__defaultPagingCycle_rf32 = 0,
|
|
PCCH_Config__defaultPagingCycle_rf64 = 1,
|
|
PCCH_Config__defaultPagingCycle_rf128 = 2,
|
|
PCCH_Config__defaultPagingCycle_rf256 = 3
|
|
} e_PCCH_Config__defaultPagingCycle;
|
|
typedef enum PCCH_Config__nB {
|
|
PCCH_Config__nB_fourT = 0,
|
|
PCCH_Config__nB_twoT = 1,
|
|
PCCH_Config__nB_oneT = 2,
|
|
PCCH_Config__nB_halfT = 3,
|
|
PCCH_Config__nB_quarterT = 4,
|
|
PCCH_Config__nB_oneEighthT = 5,
|
|
PCCH_Config__nB_oneSixteenthT = 6,
|
|
PCCH_Config__nB_oneThirtySecondT = 7
|
|
} e_PCCH_Config__nB;
|
|
|
|
/* PCCH-Config */
|
|
typedef struct PCCH_Config {
|
|
long defaultPagingCycle;
|
|
long nB;
|
|
|
|
/* Context for parsing across buffer boundaries */
|
|
asn_struct_ctx_t _asn_ctx;
|
|
} PCCH_Config_t;
|
|
|
|
/* Implementation */
|
|
/* extern asn_TYPE_descriptor_t asn_DEF_defaultPagingCycle_2; // (Use -fall-defs-global to expose) */
|
|
/* extern asn_TYPE_descriptor_t asn_DEF_nB_7; // (Use -fall-defs-global to expose) */
|
|
extern asn_TYPE_descriptor_t asn_DEF_PCCH_Config;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _PCCH_Config_H_ */
|
|
#include <asn_internal.h>
|