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.
88 lines
2.7 KiB
C
88 lines
2.7 KiB
C
10 years ago
|
/*
|
||
|
* 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 _MeasObjectUTRA_H_
|
||
|
#define _MeasObjectUTRA_H_
|
||
|
|
||
|
|
||
|
#include <asn_application.h>
|
||
|
|
||
|
/* Including external dependencies */
|
||
|
#include "ARFCN-ValueUTRA.h"
|
||
|
#include "Q-OffsetRangeInterRAT.h"
|
||
|
#include "CellsToAddModListUTRA-FDD.h"
|
||
|
#include "CellsToAddModListUTRA-TDD.h"
|
||
|
#include <constr_CHOICE.h>
|
||
|
#include "PhysCellIdUTRA-FDD.h"
|
||
|
#include "PhysCellIdUTRA-TDD.h"
|
||
|
#include <constr_SEQUENCE.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
/* Dependencies */
|
||
|
typedef enum MeasObjectUTRA__cellsToAddModList_PR {
|
||
|
MeasObjectUTRA__cellsToAddModList_PR_NOTHING, /* No components present */
|
||
|
MeasObjectUTRA__cellsToAddModList_PR_cellsToAddModListUTRA_FDD,
|
||
|
MeasObjectUTRA__cellsToAddModList_PR_cellsToAddModListUTRA_TDD
|
||
|
} MeasObjectUTRA__cellsToAddModList_PR;
|
||
|
typedef enum MeasObjectUTRA__cellForWhichToReportCGI_PR {
|
||
|
MeasObjectUTRA__cellForWhichToReportCGI_PR_NOTHING, /* No components present */
|
||
|
MeasObjectUTRA__cellForWhichToReportCGI_PR_utra_FDD,
|
||
|
MeasObjectUTRA__cellForWhichToReportCGI_PR_utra_TDD
|
||
|
} MeasObjectUTRA__cellForWhichToReportCGI_PR;
|
||
|
|
||
|
/* Forward declarations */
|
||
|
struct CellIndexList;
|
||
|
struct CSG_AllowedReportingCells_r9;
|
||
|
|
||
|
/* MeasObjectUTRA */
|
||
|
typedef struct MeasObjectUTRA {
|
||
|
ARFCN_ValueUTRA_t carrierFreq;
|
||
|
Q_OffsetRangeInterRAT_t offsetFreq /* DEFAULT 0 */;
|
||
|
struct CellIndexList *cellsToRemoveList /* OPTIONAL */;
|
||
|
struct MeasObjectUTRA__cellsToAddModList {
|
||
|
MeasObjectUTRA__cellsToAddModList_PR present;
|
||
|
union MeasObjectUTRA__cellsToAddModList_u {
|
||
|
CellsToAddModListUTRA_FDD_t cellsToAddModListUTRA_FDD;
|
||
|
CellsToAddModListUTRA_TDD_t cellsToAddModListUTRA_TDD;
|
||
|
} choice;
|
||
|
|
||
|
/* Context for parsing across buffer boundaries */
|
||
|
asn_struct_ctx_t _asn_ctx;
|
||
|
} *cellsToAddModList;
|
||
|
struct MeasObjectUTRA__cellForWhichToReportCGI {
|
||
|
MeasObjectUTRA__cellForWhichToReportCGI_PR present;
|
||
|
union MeasObjectUTRA__cellForWhichToReportCGI_u {
|
||
|
PhysCellIdUTRA_FDD_t utra_FDD;
|
||
|
PhysCellIdUTRA_TDD_t utra_TDD;
|
||
|
} choice;
|
||
|
|
||
|
/* Context for parsing across buffer boundaries */
|
||
|
asn_struct_ctx_t _asn_ctx;
|
||
|
} *cellForWhichToReportCGI;
|
||
|
struct CSG_AllowedReportingCells_r9 *csg_allowedReportingCells_v930 /* OPTIONAL */;
|
||
|
|
||
|
/* Context for parsing across buffer boundaries */
|
||
|
asn_struct_ctx_t _asn_ctx;
|
||
|
} MeasObjectUTRA_t;
|
||
|
|
||
|
/* Implementation */
|
||
|
extern asn_TYPE_descriptor_t asn_DEF_MeasObjectUTRA;
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
/* Referred external types */
|
||
|
#include "CellIndexList.h"
|
||
|
#include "CSG-AllowedReportingCells-r9.h"
|
||
|
|
||
|
#endif /* _MeasObjectUTRA_H_ */
|
||
|
#include <asn_internal.h>
|