Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lapdm: Create a simple test case to transmit data between both ends | Holger Hans Peter Freyther | 2011-12-11 | 1 | -0/+1 |
| | | | | | | | This is testing the establishment of two ends (BTS, MS) one is in the polling mode as used by osmo-bts. Transfer data between the two ends. The sent data is not verified though. This should be followed up soon. | ||||
* | add autotest script for milenage/auth testing | Harald Welte | 2011-12-07 | 1 | -0/+1 |
| | |||||
* | core/conv: Add regression testing code | Sylvain Munaut | 2011-11-24 | 1 | -0/+1 |
| | | | | | | | It tests both a given test vector encoding/decoding, and some random coding/decoding cycles. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | tests/a5: Add a5 regression testing | Sylvain Munaut | 2011-11-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | tests: Fix the make distcheck of libosmocore with the tests | Holger Hans Peter Freyther | 2011-11-14 | 1 | -3/+0 |
| | |||||
* | tests: Use GNU autotest to execute our tests and compare textual output | Holger Hans Peter Freyther | 2011-11-14 | 1 | -0/+5 |
| | | | | | | | | | | | | | The output of make check is looking like this now: Regression tests. 1: bits ok 2: msgfile ok 3: sms ok 4: smscb ok 5: timer FAILED (testsuite.at:38) 6: ussd FAILED (testsuite.at:44) | ||||
* | freebsd: Fixes for the compilation of libosmocore on FreeBSD | Holger Hans Peter Freyther | 2011-11-09 | 1 | -0/+4 |
| | | | | | | | | | | | alloca.h is not available on FreeBSD, use the default autoconf function to check for it, there is a complete list[1] of what to do for using alloca but let us see how far we get with this test. Include netinet/in.h for the IPv4 and IPv6 socket address. Check for dlopen in libraries and use this instead of linking -dl. [1] http://www.gnu.org/s/hello/manual/autoconf/Particular-Functions.html | ||||
* | core/serial: Add utilities to deal with serial ports | Sylvain Munaut | 2011-09-02 | 1 | -0/+9 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Added autoconf option for utilities and embedded | job | 2011-09-02 | 1 | -0/+25 |
| | |||||
* | Adapted configure options to autoconf default behaviour | job | 2011-09-02 | 1 | -14/+14 |
| | |||||
* | add functions for bit-reversal | Harald Welte | 2011-09-01 | 1 | -0/+1 |
| | | | | | Sometimes we need stuff like reversing every bit in each byte (but not the byte-order). | ||||
* | consistent Doxyfile naming | Harald Welte | 2011-08-20 | 1 | -1/+1 |
| | |||||
* | Integrate doxygen documentation building into autoconf/automake process | Harald Welte | 2011-08-17 | 1 | -0/+3 |
| | |||||
* | Auto-generate the version information of Doxygen documentation | Harald Welte | 2011-08-17 | 1 | -0/+4 |
| | |||||
* | add new 'osmo-arfcn' program to compute frequency based on arfcn | Harald Welte | 2011-08-02 | 1 | -0/+1 |
| | | | | The freq -> arfcn side still needs to be implemented. | ||||
* | libosmocore: rename configure.in -> configure.ac | Alexander Huemer | 2011-05-24 | 1 | -0/+123 |
rename autoconf input file to align with osmocom-bb host applications, and because that suffix is preferred nowadays. |