summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/host/trxcon/l1ctl.c1
-rw-r--r--src/host/trxcon/trxcon.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/host/trxcon/l1ctl.c b/src/host/trxcon/l1ctl.c
index f71807a0..436d0430 100644
--- a/src/host/trxcon/l1ctl.c
+++ b/src/host/trxcon/l1ctl.c
@@ -366,7 +366,6 @@ static int l1ctl_rx_reset_req(struct l1ctl_link *l1l, struct msgb *msg)
switch (res->type) {
case L1CTL_RES_T_FULL:
/* TODO: implement trx_if_reset() */
- trx_if_flush_ctrl(l1l->trx);
trx_if_cmd_poweroff(l1l->trx);
trx_if_cmd_echo(l1l->trx);
diff --git a/src/host/trxcon/trxcon.c b/src/host/trxcon/trxcon.c
index f0fca16b..c509bf1b 100644
--- a/src/host/trxcon/trxcon.c
+++ b/src/host/trxcon/trxcon.c
@@ -93,8 +93,8 @@ static void trxcon_fsm_managed_action(struct osmo_fsm_inst *fi,
sched_trx_reset(app_data.trx);
/* TODO: implement trx_if_reset() */
- trx_if_flush_ctrl(app_data.trx);
trx_if_cmd_poweroff(app_data.trx);
+ trx_if_cmd_echo(app_data.trx);
}
break;
case TRX_EVENT_RSP_ERROR: