aboutsummaryrefslogtreecommitdiffstats
path: root/src/libbsc/handover_logic.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-07-09 22:09:18 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-08-30 14:11:25 +0200
commit7b656884cfadfd8c56355e8a6c690721827b5b30 (patch)
tree7f3357a94992d953021a28ec20336c4578f23052 /src/libbsc/handover_logic.c
parent31a11aa75b5aad8887213bcd88cddc1b79b5954f (diff)
split off osmo-bsc: remove files, apply build
Diffstat (limited to 'src/libbsc/handover_logic.c')
-rw-r--r--src/libbsc/handover_logic.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libbsc/handover_logic.c b/src/libbsc/handover_logic.c
index 14566cfa1..8ced74fd5 100644
--- a/src/libbsc/handover_logic.c
+++ b/src/libbsc/handover_logic.c
@@ -33,14 +33,14 @@
#include <openbsc/gsm_data.h>
#include <osmocom/gsm/gsm_utils.h>
#include <openbsc/gsm_subscriber.h>
-#include <openbsc/gsm_04_08.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/chan_alloc.h>
#include <openbsc/signal.h>
#include <osmocom/core/talloc.h>
#include <openbsc/transaction.h>
#include <openbsc/trau_mux.h>
-#include <openbsc/vlr.h>
+#include <openbsc/bsc_subscriber.h>
+#include <openbsc/gsm_04_08_utils.h>
struct bsc_handover {
struct llist_head list;
@@ -262,7 +262,7 @@ static int ho_gsm48_ho_compl(struct gsm_lchan *new_lchan)
net = new_lchan->ts->trx->bts->network;
LOGP(DHO, LOGL_INFO, "Subscriber %s HO from BTS %u->%u on ARFCN "
- "%u->%u\n", vlr_subscr_name(ho->old_lchan->conn->vsub),
+ "%u->%u\n", bsc_subscr_name(ho->old_lchan->conn->bsub),
ho->old_lchan->ts->trx->bts->nr, new_lchan->ts->trx->bts->nr,
ho->old_lchan->ts->trx->arfcn, new_lchan->ts->trx->arfcn);