summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/prim_rach.c
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-06-22 01:50:35 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-06-28 21:40:01 +0200
commit1453c4320270d9670b81a91ba3155d3a97b0c268 (patch)
treefb61ac362fe47cd4e12571074aa52dd393d068fe /src/target/firmware/layer1/prim_rach.c
parent802637bf9b4ffe68fcc6a2958dd2cbc22a7d5a1b (diff)
layer1/tpu_window: Add experimental support for TS != 0
This is flawed, but allows testing ... Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware/layer1/prim_rach.c')
-rw-r--r--src/target/firmware/layer1/prim_rach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/layer1/prim_rach.c b/src/target/firmware/layer1/prim_rach.c
index 6781384c..f91af3dd 100644
--- a/src/target/firmware/layer1/prim_rach.c
+++ b/src/target/firmware/layer1/prim_rach.c
@@ -73,7 +73,7 @@ static int l1s_tx_rach_cmd(__unused uint8_t p1, __unused uint8_t p2, __unused ui
dsp_api.db_w->d_task_ra = RACH_DSP_TASK;
dsp_end_scenario();
- l1s_tx_win_ctrl(l1s.serving_cell.arfcn, L1_TXWIN_AB, 0);
+ l1s_tx_win_ctrl(l1s.serving_cell.arfcn, L1_TXWIN_AB, 0, 0);
tpu_end_scenario();
return 0;