aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2010-02-21Bump version to 0.3.2 with the two memleak fixes.on-waves/0.3.2Holger Hans Peter Freyther1-1/+1
2010-02-08[bsc_msc_ip] Fix the re-queuing of packets...on-waves/0.3.1Holger Hans Peter Freyther1-1/+1
* The MSC is sending us the next 04.08 packet before we have received the answer for the cipher model complete. The code was supposed to copy all packets from the current queue, to a new queue and then send the packets again. * This would (re)establish the different SAPIs. Now the requeuing code was grabbing the packet from the empty queue (NULL pointer) and we were dereferencing it. It appears that we need to use "head" until the queue is empty.
2010-02-08Bump the configure.in to 0.3on-wave.on-waves/0.3Holger Hans Peter Freyther1-1/+1
2010-01-07Tag on-waves 0.2 releaseon-waves/0.2Holger Hans Peter Freyther1-1/+1
2009-11-20[configure] Add onwaves to the version tagHolger Hans Peter Freyther1-1/+1
2009-11-20[sccp] Implement parts of ITU SCCP for use in the A-InterfaceHolger Hans Peter Freyther1-0/+2
include/sccp/sccp_types.h contain Q.713 and GSM definitions include/sccp/sccp.h is the application interface resembling the esentials of the UNIX socket interface. src/sccp.c is the actual implementation of SCCP featuring connection and UDT1 support. tests/sccp/sccp.c is testing connection creation and formating of the SCCP messages used by the A-interface. And it contains a simple fuzzing test to test the robustnes of the implementation.
2009-10-27configure.in: Use kernel style silent rules starting with automake 1.11Holger Hans Peter Freyther1-0/+3
Use the silent rules when they are available. Using make V=1 or a special configure option the silent rules can be disabled.
2009-06-10[channel] Add a test case for the request foo in gsm_subscriber.cHolger Hans Peter Freyther1-0/+1
This is simulating a successfull request and is causing a segfault. The test is done with a "mock object" in this case a minimalistic paging implementation which is enough to show the crash. Compare that the callback data is supposed to be the same....
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+48