aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2011-02-18LOGGING: configure logging from the vtyHarald Welte1-1/+1
We can now configure logging to (multiple) files, stderr and syslog from the vty command line in a persistent way (config file)
2010-12-29smscb: Add some simple decoding routines for SMSCB.Holger Hans Peter Freyther1-0/+1
2010-10-24codec: Add the missing bits for include to install and pkgconfig to workSylvain Munaut1-0/+2
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-10-15codec: Add bit ordering tables from specs for HR,FR,EFR & AMRSylvain Munaut1-0/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-10-11ussd: Add a test case, switch parsing to use a gsm48_hdr and lenHolger Hans Peter Freyther1-0/+1
The current USSD code is not doing any size checks, add a test case to find out how easily we access the data out of bounds. Begin to use the length in some places.
2010-10-08msgfile: Add a file parser for a simple file formatHolger Hans Peter Freyther1-0/+9
This file format will be used to store per country code, per network code messages. This will be used for various things ranging from access control, to messages...
2010-08-06bsc_fd: Add a build option to be able to debug fd list corruptionHolger Hans Peter Freyther1-0/+11
bsc_register_fd on an already registered fd can corrupt the list in a heavy way and make the select end in an infinite loop, this code will workaround the issue and provide a way to set a breakpoint at the right position in the code.
2010-07-25core: Add some generic panic handlingSylvain Munaut1-0/+11
This also includes an option for a minimal 'infinite loop' type panic that could be required for embedded target that don't have abort() or fprintf() Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-07-25build: Use AS_HELP_STRING macro to format the ./configure --help betterSylvain Munaut1-4/+16
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-06-30Add support for plugins (and specifically GPRS encryption plugins)Harald Welte1-0/+6
2010-06-25Fix typo in configure script regarding --disable-vtyHarald Welte1-1/+1
2010-05-29add configure option '--disable-vty' to prevent building libosmovtyHarald Welte1-0/+6
2010-05-25Add pkgconfig for libosmovtyHarald Welte1-0/+1
2010-05-25Create libosmovty as library from OpenBSC VTY functionsHarald Welte1-0/+3
2010-03-23add git-version-gen magic to automatically generate package version0.1.0Harald Welte1-3/+7
2010-03-23bump version to 0.1.0Harald Welte1-1/+1
2010-03-07add option --disable-tests to disable building of test binariesHarald Welte1-2/+6
2010-03-07add --disable-talloc option to build without talloc supportHarald Welte1-0/+6
2010-02-20add missing automake / autoconf filesHarald Welte1-0/+42