From 1765790480bd51eda1cd39474b8d432445ca5fb1 Mon Sep 17 00:00:00 2001 From: trilyrak <aikaterini.trilyraki@eurecom.fr> Date: Wed, 17 Feb 2016 13:50:12 +0100 Subject: [PATCH] updated enb configuration params for rrh --- openair2/ENB_APP/enb_config.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openair2/ENB_APP/enb_config.h b/openair2/ENB_APP/enb_config.h index 9c271ca4f4..422ef67cd3 100755 --- a/openair2/ENB_APP/enb_config.h +++ b/openair2/ENB_APP/enb_config.h @@ -86,7 +86,14 @@ typedef struct rrh_gw_config_s { char *remote_address; uint16_t local_port; uint16_t remote_port; - + int tx_scheduling_advance; + int tx_sample_advance; + int iq_txshift; + unsigned exmimo:1; + unsigned usrp_b200:1; + unsigned usrp_x300:1; + unsigned bladerf:1; + unsigned lmssdr:1; } rrh_gw_config_t; typedef struct Enb_properties_s { -- GitLab