aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-09-23 22:17:39 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-09-23 22:23:47 +0200
commit9a3a5cbc9cdc003a67e036eb4f838722c7130745 (patch)
tree1f21fd879d57e7346459b88a43f3872dbb9e0bc2
parent0c44a9219762eef3d23a0d9f6ed8d4164ca5bccc (diff)
Revert "bts-trx: Keep the process ongoing trying to reconnect on Abis link down"
This reverts commit 0c44a9219762eef3d23a0d9f6ed8d4164ca5bccc. Change-Id: Ib367d5ddfaccfad3f1b6acc53abf25a0f1834255
-rw-r--r--src/osmo-bts-trx/l1_if.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/osmo-bts-trx/l1_if.c b/src/osmo-bts-trx/l1_if.c
index 8263cabb..f35c9bab 100644
--- a/src/osmo-bts-trx/l1_if.c
+++ b/src/osmo-bts-trx/l1_if.c
@@ -195,11 +195,10 @@ void bts_model_trx_close(struct gsm_bts_trx *trx)
osmo_fsm_inst_dispatch(trx->bb_transc.mo.fi, NM_EV_DISABLE, NULL);
}
+/* on RSL failure, deactivate transceiver */
void bts_model_abis_close(struct gsm_bts *bts)
{
- /* Go into shutdown state deactivating transceivers until Abis link
- * becomes up again */
- bts_shutdown_ext(bts, "Abis close", false);
+ bts_shutdown(bts, "Abis close");
}
int bts_model_adjst_ms_pwr(struct gsm_lchan *lchan)