Commit 3e767fae authored by Raymond Knopp's avatar Raymond Knopp

fixed channel model initialization in rfsimulator for added parameter (to be...

fixed channel model initialization in rfsimulator for added parameter (to be added to bridge structure still)
parent e68cfaf7
......@@ -161,6 +161,7 @@ void allocCirBuf(rfsimulator_state_t *bridge, int sock) {
bridge->channelmod,
bridge->sample_rate,
bridge->tx_bw,
30e-9, // TDL delay-spread parameter
0.0, // forgetting_factor
0, // maybe used for TA
0); // 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