aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/l1_if.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2014-01-13 14:47:52 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2014-04-06 08:58:28 +0200
commit7a9456075ca278558106d470d9962d0a73033071 (patch)
tree4ff3235d5ee3ea982370879b100522195e3369ae /src/osmo-bts-trx/l1_if.c
parent9bb1a4a36a4b4dff56e3c940c97672b038fec32a (diff)
HACK: Make ABIS work when reestablishing
Diffstat (limited to 'src/osmo-bts-trx/l1_if.c')
-rw-r--r--src/osmo-bts-trx/l1_if.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/l1_if.c b/src/osmo-bts-trx/l1_if.c
index 85be4744..ca0f7cbc 100644
--- a/src/osmo-bts-trx/l1_if.c
+++ b/src/osmo-bts-trx/l1_if.c
@@ -287,6 +287,9 @@ void bts_model_abis_close(struct gsm_bts *bts)
llist_for_each_entry(trx, &bts->trx_list, list)
bts_model_trx_close(trx);
+
+ /* for now, we simply terminate the program and re-spawn */
+ bts_shutdown(bts, "Abis close");
}
/* set bts attributes */