Commit 09344667 authored by Francesco Mani's avatar Francesco Mani

fix for unresolved conflict

parent 0be0b4e0
......@@ -666,13 +666,12 @@ channel_desc_t *new_channel_desc_scm(uint8_t nb_tx,
}
break;
<<<<<<< HEAD
case TDL_A:
case TDL_B:
case TDL_C:
case TDL_D:
case TDL_E:
case TDL_E:
if (channel_model == TDL_A) {
tdl_paths=TDL_A_PATHS;
tdl_delays=tdl_a_delays;
......@@ -762,9 +761,6 @@ channel_desc_t *new_channel_desc_scm(uint8_t nb_tx,
break;
=======
>>>>>>> origin/develop
case EPA:
chan_desc->nb_taps = 7;
chan_desc->Td = .410;
......
......@@ -332,6 +332,7 @@ static int rfsimu_setchanmod_cmd(char *buff, int debug, telnet_printfunc_t prnt,
channelmod,
t->sample_rate,
t->tx_bw,
30e-9, // TDL delay-spread parameter
t->chan_forgetfact, // forgetting_factor
t->chan_offset, // maybe used for TA
t->chan_pathloss); // path_loss in dB
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment