aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-12-16dtmf: Schedule DTMF tones for the MTN hardwareHolger Hans Peter Freyther1-0/+1
Create a simple queue for pending DTMF tones, play them using the MTN API, and then send the next tones once the playback is complete. The callback and scheduling is done from the same context so no locking needs to be done.
2011-11-20tests: Add GNU Autotest invocation for the tests we have hereHolger Hans Peter Freyther1-0/+1
Add some std output of the applications, integrate tests.
2011-09-15cellmgr: Patch the MGCP messages and replace the domain nameHolger Hans Peter Freyther1-0/+1
Replace the domain name with a new name domain that can be configured via the VTY interface.
2011-07-22misc: Update code to compil with libosmocore 0.3.2Holger Hans Peter Freyther1-3/+3
The DSCCP/DM2UA code still needs to be updated to deal with the new way to handle these regions in libraries.
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-0/+1
2011-01-25configure: We do not want to always link to -lsctpHolger Hans Peter Freyther1-0/+2
The AC_CHECK_LIB is always setting the LIBS variable and this will be used for every linker call. We do not want this.
2011-01-17m2ua: Create a MTP Link class using SCTP/M2UA for the transporton-waves/m2uaHolger Hans Peter Freyther1-0/+2
This is a MTP Link that can be used with a MTP LinkSet. E.g. with some config changes one could use cellmgr_ng or udt_relay over a M2UA link.
2010-12-10isup: Start with isup support in the cellmgr.Holger Hans Peter Freyther1-0/+1
Start parsing the ISUP messages. This just adds what we need to handle now and will not grow it a lot.
2010-09-15Add a command to ask for the version number, generate a config fileHolger Hans Peter Freyther1-0/+2
2010-09-15cellmgr: Remove bogus include file1.0.0Holger Hans Peter Freyther1-1/+0
2010-09-15Generate the version from the tagHolger Hans Peter Freyther1-2/+4
2010-08-04configure: Add a --enable-uniporte to build with/without the libsHolger Hans Peter Freyther1-2/+8
2010-08-04Use libosmocore instead of the old temporary laF0rge1 lib..Holger Hans Peter Freyther1-2/+5
2010-07-28Public release of the cellmgr_ng code to convert E1 to IPA SCCPHolger Hans Peter Freyther1-0/+35