Commit 98aefe94 authored by Rakesh's avatar Rakesh

Merge remote-tracking branch 'origin/NR_UL_scheduling' into NR_RRCConfiguration_FR2

parents e1c61301 09344667
...@@ -666,7 +666,6 @@ channel_desc_t *new_channel_desc_scm(uint8_t nb_tx, ...@@ -666,7 +666,6 @@ channel_desc_t *new_channel_desc_scm(uint8_t nb_tx,
} }
break; break;
<<<<<<< HEAD
case TDL_A: case TDL_A:
case TDL_B: case TDL_B:
...@@ -762,9 +761,6 @@ channel_desc_t *new_channel_desc_scm(uint8_t nb_tx, ...@@ -762,9 +761,6 @@ channel_desc_t *new_channel_desc_scm(uint8_t nb_tx,
break; break;
=======
>>>>>>> origin/develop
case EPA: case EPA:
chan_desc->nb_taps = 7; chan_desc->nb_taps = 7;
chan_desc->Td = .410; chan_desc->Td = .410;
......
...@@ -332,6 +332,7 @@ static int rfsimu_setchanmod_cmd(char *buff, int debug, telnet_printfunc_t prnt, ...@@ -332,6 +332,7 @@ static int rfsimu_setchanmod_cmd(char *buff, int debug, telnet_printfunc_t prnt,
channelmod, channelmod,
t->sample_rate, t->sample_rate,
t->tx_bw, t->tx_bw,
30e-9, // TDL delay-spread parameter
t->chan_forgetfact, // forgetting_factor t->chan_forgetfact, // forgetting_factor
t->chan_offset, // maybe used for TA t->chan_offset, // maybe used for TA
t->chan_pathloss); // path_loss in dB 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