summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-2/+3
| | | | | | | | | | | | This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-231-0/+2
| | | | | | | | | | libosmogsm which is provided by libosmocore. I have also moved generate_backtrace() to backtrace.c instead of gsm_utils.c, otherwise the timer and msgfile tests depend on libosmogsm. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
* LOGGING: configure logging from the vtyHarald Welte2011-02-181-1/+1
| | | | | We can now configure logging to (multiple) files, stderr and syslog from the vty command line in a persistent way (config file)
* smscb: Add some simple decoding routines for SMSCB.Holger Hans Peter Freyther2010-12-291-0/+1
|
* codec: Add the missing bits for include to install and pkgconfig to workSylvain Munaut2010-10-241-0/+2
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* codec: Add bit ordering tables from specs for HR,FR,EFR & AMRSylvain Munaut2010-10-151-0/+1
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* ussd: Add a test case, switch parsing to use a gsm48_hdr and lenHolger Hans Peter Freyther2010-10-111-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.
* msgfile: Add a file parser for a simple file formatHolger Hans Peter Freyther2010-10-081-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...
* bsc_fd: Add a build option to be able to debug fd list corruptionHolger Hans Peter Freyther2010-08-061-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.
* core: Add some generic panic handlingSylvain Munaut2010-07-251-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>
* build: Use AS_HELP_STRING macro to format the ./configure --help betterSylvain Munaut2010-07-251-4/+16
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Add support for plugins (and specifically GPRS encryption plugins)Harald Welte2010-06-301-0/+6
|
* Fix typo in configure script regarding --disable-vtyHarald Welte2010-06-251-1/+1
|
* add configure option '--disable-vty' to prevent building libosmovtyHarald Welte2010-05-291-0/+6
|
* Add pkgconfig for libosmovtyHarald Welte2010-05-251-0/+1
|
* Create libosmovty as library from OpenBSC VTY functionsHarald Welte2010-05-251-0/+3
|
* add git-version-gen magic to automatically generate package versionHarald Welte2010-03-231-3/+7
|
* bump version to 0.1.0Harald Welte2010-03-231-1/+1
|
* add option --disable-tests to disable building of test binariesHarald Welte2010-03-071-2/+6
|
* add --disable-talloc option to build without talloc supportHarald Welte2010-03-071-0/+6
|
* add missing automake / autoconf filesHarald Welte2010-02-201-0/+42