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.
srsRAN_4G/lte/rrc/asn/MeasObjectEUTRA.h

68 lines
1.9 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 _MeasObjectEUTRA_H_
#define _MeasObjectEUTRA_H_
#include <asn_application.h>
/* Including external dependencies */
#include "ARFCN-ValueEUTRA.h"
#include "AllowedMeasBandwidth.h"
#include "PresenceAntennaPort1.h"
#include "NeighCellConfig.h"
#include "Q-OffsetRange.h"
#include "PhysCellId.h"
#include "MeasCycleSCell-r10.h"
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Forward declarations */
struct CellIndexList;
struct CellsToAddModList;
struct BlackCellsToAddModList;
struct MeasSubframePatternConfigNeigh_r10;
/* MeasObjectEUTRA */
typedef struct MeasObjectEUTRA {
ARFCN_ValueEUTRA_t carrierFreq;
AllowedMeasBandwidth_t allowedMeasBandwidth;
PresenceAntennaPort1_t presenceAntennaPort1;
NeighCellConfig_t neighCellConfig;
Q_OffsetRange_t *offsetFreq /* DEFAULT 15 */;
struct CellIndexList *cellsToRemoveList /* OPTIONAL */;
struct CellsToAddModList *cellsToAddModList /* OPTIONAL */;
struct CellIndexList *blackCellsToRemoveList /* OPTIONAL */;
struct BlackCellsToAddModList *blackCellsToAddModList /* OPTIONAL */;
PhysCellId_t *cellForWhichToReportCGI /* OPTIONAL */;
MeasCycleSCell_r10_t *measCycleSCell_r10 /* OPTIONAL */;
struct MeasSubframePatternConfigNeigh_r10 *measSubframePatternConfigNeigh_r10 /* OPTIONAL */;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} MeasObjectEUTRA_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_MeasObjectEUTRA;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "CellIndexList.h"
#include "CellsToAddModList.h"
#include "BlackCellsToAddModList.h"
#include "MeasSubframePatternConfigNeigh-r10.h"
#endif /* _MeasObjectEUTRA_H_ */
#include <asn_internal.h>