From 857e5e6e303a329395e2c6d2170e4904afa84d42 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 12 Jun 2009 07:08:13 +0200 Subject: [subscr] Split gsm_subscriber.c in BSC and MSC part For the BSC part we still assign a gsm_subscriber to lchan but it might only contain the TMSI of this subscriber. For the MSC part we will need the HLR/VLR feature of the gsm_subscriber, specially the lookup's by number... So if libbsc.a/libmsc.a are compiled in one app and used the subscribers will be shared, and if only libbsc.a gets used we will have more empty gsm_subscriber.c.. --- openbsc/tests/channel/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/tests/channel') diff --git a/openbsc/tests/channel/Makefile.am b/openbsc/tests/channel/Makefile.am index 6b7468c52..50fadc582 100644 --- a/openbsc/tests/channel/Makefile.am +++ b/openbsc/tests/channel/Makefile.am @@ -5,6 +5,7 @@ noinst_PROGRAMS = channel_test channel_test_SOURCES = channel_test.c \ $(top_srcdir)/src/db.c \ + $(top_srcdir)/src/gsm_subscriber_base.c \ $(top_srcdir)/src/gsm_subscriber.c \ $(top_srcdir)/src/debug.c \ $(top_srcdir)/src/timer.c \ -- cgit v1.2.3