From 219518d06492d867909d91f1512f50d3235e1cc8 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Fri, 2 Jan 2009 22:04:43 +0000 Subject: Add simplistic telnet control interface This might turn into a complete wire protocol with special client software. For now it will be a simple client interface that you can use with telnet to do certain things. This is using flex to implement the parsing. Implementation and more commands will follow. --- 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 62afff2e4..b0e29ee21 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,5 +5,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 + gsm_04_11.c telnet_interface.c telnet_parser.l bsc_hack_LDADD = -ldl -ldbi -- cgit v1.2.3