summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/misc/app_phone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/misc/app_phone.c')
-rw-r--r--src/host/layer23/src/misc/app_phone.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/src/misc/app_phone.c b/src/host/layer23/src/misc/app_phone.c
index ced0154b..bdb9b793 100644
--- a/src/host/layer23/src/misc/app_phone.c
+++ b/src/host/layer23/src/misc/app_phone.c
@@ -55,5 +55,6 @@ static int signal_cb(unsigned int subsys, unsigned int signal,
int l23_app_init(struct osmocom_ms *ms)
{
register_signal_handler(SS_L1CTL, &signal_cb, NULL);
+ l1ctl_tx_reset_req(ms, L1CTL_RES_T_FULL);
return layer3_init(ms);
}