aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/main.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-07-08 18:40:31 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:29 +0200
commit3cf28aa9240a43dcd4745bc82e27d1802cf63245 (patch)
treeb5722a44a5edf492979cf33df4001cda3c4d990c /src/osmo-bts-trx/main.c
parent578340c7a7af149dec0b33fde2db03b672e221b4 (diff)
TRX: Close TRX (shutdown all active channels) on ABIS link failure
Diffstat (limited to 'src/osmo-bts-trx/main.c')
-rw-r--r--src/osmo-bts-trx/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osmo-bts-trx/main.c b/src/osmo-bts-trx/main.c
index dbf7c69a..6ddc27e9 100644
--- a/src/osmo-bts-trx/main.c
+++ b/src/osmo-bts-trx/main.c
@@ -402,6 +402,3 @@ int main(int argc, char **argv)
return 0;
}
-void bts_model_abis_close(struct gsm_bts *bts)
-{
-}