Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This patch moves the GSM-specific functions to the new library | Pablo Neira Ayuso | 2011-03-23 | 1 | -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 vty | Harald Welte | 2011-02-18 | 1 | -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 Freyther | 2010-12-29 | 1 | -0/+1 |
| | |||||
* | codec: Add the missing bits for include to install and pkgconfig to work | Sylvain Munaut | 2010-10-24 | 1 | -0/+2 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | codec: Add bit ordering tables from specs for HR,FR,EFR & AMR | Sylvain Munaut | 2010-10-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | ussd: Add a test case, switch parsing to use a gsm48_hdr and len | Holger Hans Peter Freyther | 2010-10-11 | 1 | -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 format | Holger Hans Peter Freyther | 2010-10-08 | 1 | -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 corruption | Holger Hans Peter Freyther | 2010-08-06 | 1 | -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 handling | Sylvain Munaut | 2010-07-25 | 1 | -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 better | Sylvain Munaut | 2010-07-25 | 1 | -4/+16 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Add support for plugins (and specifically GPRS encryption plugins) | Harald Welte | 2010-06-30 | 1 | -0/+6 |
| | |||||
* | Fix typo in configure script regarding --disable-vty | Harald Welte | 2010-06-25 | 1 | -1/+1 |
| | |||||
* | add configure option '--disable-vty' to prevent building libosmovty | Harald Welte | 2010-05-29 | 1 | -0/+6 |
| | |||||
* | Add pkgconfig for libosmovty | Harald Welte | 2010-05-25 | 1 | -0/+1 |
| | |||||
* | Create libosmovty as library from OpenBSC VTY functions | Harald Welte | 2010-05-25 | 1 | -0/+3 |
| | |||||
* | add git-version-gen magic to automatically generate package version | Harald Welte | 2010-03-23 | 1 | -3/+7 |
| | |||||
* | bump version to 0.1.0 | Harald Welte | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | add option --disable-tests to disable building of test binaries | Harald Welte | 2010-03-07 | 1 | -2/+6 |
| | |||||
* | add --disable-talloc option to build without talloc support | Harald Welte | 2010-03-07 | 1 | -0/+6 |
| | |||||
* | add missing automake / autoconf files | Harald Welte | 2010-02-20 | 1 | -0/+42 |