summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/app_phone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/app_phone.c')
-rw-r--r--src/host/layer23/src/app_phone.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/host/layer23/src/app_phone.c b/src/host/layer23/src/app_phone.c
index 17083d78..7258f569 100644
--- a/src/host/layer23/src/app_phone.c
+++ b/src/host/layer23/src/app_phone.c
@@ -44,7 +44,9 @@ static int signal_cb(unsigned int subsys, unsigned int signal,
switch (signal) {
case S_L1CTL_RESET:
ms = signal_data;
- return l1ctl_tx_fbsb_req(ms, ms->test_arfcn, L1CTL_FBSB_F_FB01SB, 100, 0);
+ return l1ctl_tx_fbsb_req(ms, ms->test_arfcn,
+ L1CTL_FBSB_F_FB01SB, 100, 0,
+ CCCH_MODE_COMBINED);
break;
}
return 0;