aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2015-04-19cellmgr: Attempt to fix the make distcheckHolger Hans Peter Freyther1-1/+1
2015-03-24all: Use the libosmo-sccp version of mtp_level3.hHolger Hans Peter Freyther1-1/+1
2012-12-16isup: Hook the reset scanner before we forward the ISUP message1.3.0Holger Hans Peter Freyther1-1/+2
Scan for two kind of reset messages in the ISUP messages. Forward them to the mgcp_ss7.
2012-12-16stp: Extract the MGCP forwarding code out of the msc_connectionHolger Hans Peter Freyther1-1/+1
For the ISUP/MGCP handling we will need the same code, extract it from the msc_connection. For the reading code callback is introduced that will pass the MGCP message to the higher layer.
2012-12-16dtmf: Schedule DTMF tones for the MTN hardwareHolger Hans Peter Freyther1-1/+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-20distcheck: Add the header file to make the distcheck passHolger Hans Peter Freyther1-1/+1
2011-09-15cellmgr: Patch the MGCP messages and replace the domain nameHolger Hans Peter Freyther1-1/+2
Replace the domain name with a new name domain that can be configured via the VTY interface.
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther1-1/+1
2011-02-17msc: Move the MSC Connection into a new header fileHolger Hans Peter Freyther1-1/+1
This is in preparation of splitting the MSC part and the nat logic for the upcoming config rewriting.
2011-01-22stats: Add rate_counter for more statistics on the MTP sideHolger Hans Peter Freyther1-1/+1
2011-01-20isup: Add the isup_types.h to the header files (fixes distcheck)Holger Hans Peter Freyther1-1/+2
2011-01-17m2ua: Create a MTP Link class using SCTP/M2UA for the transporton-waves/m2uaHolger Hans Peter Freyther1-1/+1
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-09-30bsc_ussd: Add a dummy USSD module...used for welcome SMSHolger Hans Peter Freyther1-1/+1
2010-09-30sccp: Move the SCCP connection out to a new structure.Holger Hans Peter Freyther1-1/+1
2010-08-04build: Add the cellmgr_debug.h to fix the make distcheckHolger Hans Peter Freyther1-1/+1
2010-08-04cleanup: Remove code that is provided by libosmocore now.Holger Hans Peter Freyther1-1/+1
libosmocore contains the GSM08.08 definition, no need to copy that anymore.
2010-08-04Use libosmocore instead of the old temporary laF0rge1 lib..Holger Hans Peter Freyther1-1/+1
2010-07-28Public release of the cellmgr_ng code to convert E1 to IPA SCCPHolger Hans Peter Freyther1-0/+5