aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_subscriber.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-30 12:56:41 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-30 12:59:20 +0800
commit0610947f4cb0efd7f68e3e0e8df3663f0cdd64e5 (patch)
tree3fbcf2bc7fb10673cb5bc8a27d7ab7f5d38448ea /openbsc/src/gsm_subscriber.c
parent88519eaaef216a726e157c20a0a18ed00eee5a09 (diff)
misc: Move handover_logic.c into the libbsc.a
We are implementing the intra BSC handover so we should have the code in the BSC as well.
Diffstat (limited to 'openbsc/src/gsm_subscriber.c')
-rw-r--r--openbsc/src/gsm_subscriber.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/openbsc/src/gsm_subscriber.c b/openbsc/src/gsm_subscriber.c
index 692508753..22f08e320 100644
--- a/openbsc/src/gsm_subscriber.c
+++ b/openbsc/src/gsm_subscriber.c
@@ -34,14 +34,6 @@
extern struct llist_head *subscr_bsc_active_subscriber(void);
-char *subscr_name(struct gsm_subscriber *subscr)
-{
- if (strlen(subscr->name))
- return subscr->name;
-
- return subscr->imsi;
-}
-
struct gsm_subscriber *subscr_get_by_tmsi(struct gsm_network *net,
u_int32_t tmsi)
{