From b68899d3e3f581cfa0b8d943cc90fddfe1596412 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 6 Jan 2009 21:47:18 +0000 Subject: Start creating a paging layer... You can request to open a channel to a MS and the paging layer will call you once the channel is allocated. Internally the CCCH Load Indication will be handled and retry to page a terminal. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0e200c3a1..1775997e2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,5 +6,5 @@ sbin_PROGRAMS = bsc_hack bsc_hack_SOURCES = bsc_hack.c misdn.c abis_rsl.c abis_nm.c gsm_04_08.c gsm_data.c \ gsm_subscriber.c msgb.c select.c chan_alloc.c timer.c debug.c db.c \ gsm_04_11.c telnet_interface.c telnet_parser.l subchan_demux.c \ - trau_frame.c + trau_frame.c paging.c bsc_hack_LDADD = -ldl -ldbi -- cgit v1.2.3