aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-06-17libosmogb: move files to proper location and fix build0.5.0Harald Welte1-0/+4
2012-04-04libosmogsm: Introduce explicit list of exported symbolsHarald Welte1-0/+1
There is now a "libosmogsm.map" file containing an explicit list of to-be-exported symbols. This should prevent us from leaking non-static symbols into the global namespace. A similar scheme should be adopted by all other osmocom libraries
2012-03-26misc: Fix the mail email address in the configure.acHolger Hans Peter Freyther1-1/+1
2012-01-22tests: Introduce a very basic gsm0808 testHolger Hans Peter Freyther1-0/+1
This tests verifies the content of the GSM 08.08 messages, it does not verify the remaining headroom (which the SCCP/IPA code relies on being plenty to prepend the header). More to come in the future.
2011-12-11lapdm: Create a simple test case to transmit data between both ends0.4.1Holger Hans Peter Freyther1-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.
2011-12-07add autotest script for milenage/auth testingHarald Welte1-0/+1
2011-11-24core/conv: Add regression testing codeSylvain Munaut1-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>
2011-11-17tests/a5: Add a5 regression testingSylvain Munaut1-0/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2011-11-14tests: Fix the make distcheck of libosmocore with the testsHolger Hans Peter Freyther1-3/+0
2011-11-14tests: Use GNU autotest to execute our tests and compare textual outputHolger Hans Peter Freyther1-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)
2011-11-09freebsd: Fixes for the compilation of libosmocore on FreeBSDHolger Hans Peter Freyther1-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
2011-09-02core/serial: Add utilities to deal with serial portsSylvain Munaut1-0/+9
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2011-09-02Added autoconf option for utilities and embeddedjob1-0/+25
2011-09-02Adapted configure options to autoconf default behaviourjob1-14/+14
2011-09-01add functions for bit-reversalHarald Welte1-0/+1
Sometimes we need stuff like reversing every bit in each byte (but not the byte-order).
2011-08-20consistent Doxyfile namingHarald Welte1-1/+1
2011-08-17Integrate doxygen documentation building into autoconf/automake processHarald Welte1-0/+3
2011-08-17Auto-generate the version information of Doxygen documentationHarald Welte1-0/+4
2011-08-02add new 'osmo-arfcn' program to compute frequency based on arfcnHarald Welte1-0/+1
The freq -> arfcn side still needs to be implemented.
2011-05-24libosmocore: rename configure.in -> configure.acAlexander Huemer1-0/+123
rename autoconf input file to align with osmocom-bb host applications, and because that suffix is preferred nowadays.