From e6acd7bd075effc4906deb9b03b71a18a028da87 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 27 Jul 2017 09:21:11 +0600 Subject: host/trxcon: get rid of useless TRX_EVENT_RESET_IND Change-Id: I2aa4c000b37f64c351a806711b2d19bf27ef82bd --- src/host/trxcon/trx_if.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/host/trxcon/trx_if.c') diff --git a/src/host/trxcon/trx_if.c b/src/host/trxcon/trx_if.c index 961f46c4..9c76c6d0 100644 --- a/src/host/trxcon/trx_if.c +++ b/src/host/trxcon/trx_if.c @@ -488,11 +488,9 @@ static int trx_ctrl_read_cb(struct osmo_fd *ofd, unsigned int what) osmo_fsm_inst_state_chg(trx->fsm, TRX_STATE_IDLE, 0, 0); else if (!strncmp(tcm->cmd + 4, "MEASURE", 7)) trx_if_measure_rsp_cb(trx, buf + 14); - else if (!strncmp(tcm->cmd + 4, "ECHO", 4)) { + else if (!strncmp(tcm->cmd + 4, "ECHO", 4)) osmo_fsm_inst_state_chg(trx->fsm, TRX_STATE_IDLE, 0, 0); - osmo_fsm_inst_dispatch(trxcon_fsm, - TRX_EVENT_RESET_IND, trx); - } else + else osmo_fsm_inst_state_chg(trx->fsm, trx->prev_state, 0, 0); /* Remove command from list */ -- cgit v1.2.3