aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-03-18link_sets: Create a new file with just the generic linkset in thereHolger Hans Peter Freyther1-2/+2
2012-12-16isup: Hook the reset scanner before we forward the ISUP message1.3.0Holger Hans Peter Freyther1-2/+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-2/+4
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-16mgcp: Merge the current MGCP code from OpenBSCHolger Hans Peter Freyther1-1/+1
There were several changes in the upstream code. These include statistics, DTMF/RQNT, changes in the parsing code and re-transmission handling. The last item is the main reason to do the merge now.
2012-12-16dtmf: Schedule DTMF tones for the MTN hardwareHolger Hans Peter Freyther1-1/+2
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.
2012-01-22mgcp: Move to using the NexusWare API for Timeslot configHolger Hans Peter Freyther1-1/+1
2012-01-22mgcp: Move the SNMP file to _hw.c to move to the NexusAPIHolger Hans Peter Freyther1-1/+1
2011-09-15cellmgr: Patch the MGCP messages and replace the domain nameHolger Hans Peter Freyther1-2/+2
Replace the domain name with a new name domain that can be configured via the VTY interface.
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-2/+5
2011-03-01mgcp: Configure the HSCOMM routing based on the information we haveHolger Hans Peter Freyther1-2/+2
Configure the routing of audio ports if mgcp_mgw is configured to do this. This allows to have multiple trunks, make virtual ports go to a specific trunk as well.
2011-03-01mgcp: Merge OpenBSC MGCP code and update the structure to match itHolger Hans Peter Freyther1-1/+1
* Upstream has a separation of BTS and NET side for RTP ports and can allocate them dynamically. * Upstream has gained the concept of trunks. We will now have various trunks to connect audio things. * We will now be able to utilize multiple trunks and have the endpoints used properly.
2011-02-23vty: Add all mighty new vty interface for osmo-stpHolger Hans Peter Freyther1-2/+3
This new interface allows to have multiple linksets, msc connections and ways to connect those in one instance of the osmo-stp. Forbid to reset linksets without an app.
2011-02-22vty: Move the actual commands into a new file in preparationHolger Hans Peter Freyther1-4/+6
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther1-2/+2
2011-02-17bsc: Allocate the bsc with talloc insteadHolger Hans Peter Freyther1-2/+2
Allocate the bsc with talloc to have a nice root context for everything in the system.
2011-02-10msc: The udt_relay could be implemented with the normal cellmgr nowHolger Hans Peter Freyther1-7/+1
Simplify the code and remove the standalone udt_relay application, the job can be done with cellmgr_ng. This will happen after we have settled for a new config file format.
2011-02-10bsc: Move the connection tracking code out of main fileHolger Hans Peter Freyther1-1/+1
2011-01-22stats: Add rate_counter for more statistics on the MTP sideHolger Hans Peter Freyther1-3/+3
2011-01-20mtp: Move the link testing into a new file for mtp_linkHolger Hans Peter Freyther1-3/+5
The link testing should work under the linkset and if the SLTM is failing the link should be taken down and it should be restarted.
2011-01-20stp: Create a M2UA link by hand and connect the SCCP routinesHolger Hans Peter Freyther1-1/+1
This is a hacked version that will just forward SCCP from one linkset to another one. It is missing configuration and ISUP.
2011-01-20stp: Begin to implement a signalling transfer pointHolger Hans Peter Freyther1-1/+6
This is creating a new application that will be a signalling transfer point. Right now it is a stripped down version of the udt_relay, which is a stripped down version of cellmgr_ng.
2011-01-17m2ua: Create a MTP Link class using SCTP/M2UA for the transporton-waves/m2uaHolger Hans Peter Freyther1-2/+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.
2011-01-17mtp: Move the link code into a new file called links.Holger Hans Peter Freyther1-2/+2
2010-12-10isup: Start parsing the ISUP messagesHolger Hans Peter Freyther1-2/+2
Introduce a ISUP debug category, parse the reset circuit message, add a test case for this easy parsing.
2010-11-16udt_relay: Add a forked copy of main to just relay messagesHolger Hans Peter Freyther1-1/+7
Do not run any of the header rewriting for messages. This will simply relay SCCP friends to the MTP library. Some work on msc_conn.c is needed to avoid calling most of it.
2010-09-30bsc_ussd: Add a dummy USSD module...used for welcome SMSHolger Hans Peter Freyther1-1/+1
2010-09-30bsc: Refactor and move SCCP ConTrack to bsc_sccp.cHolger Hans Peter Freyther1-1/+1
Move the code, update Makefile.am, add includes.
2010-09-30vty: Move the vty code to a new file, move config params.Holger Hans Peter Freyther1-1/+1
2010-08-04cleanup: Remove code that is provided by libosmocore now.Holger Hans Peter Freyther1-2/+1
libosmocore contains the GSM08.08 definition, no need to copy that anymore.
2010-08-04mgcp: Add the OpenBSC VTY code almost 1:1 to hereHolger Hans Peter Freyther1-1/+2
2010-08-04debug: Add a debug area to make the application linkHolger Hans Peter Freyther1-2/+2
2010-08-04Use libosmocore instead of the old temporary laF0rge1 lib..Holger Hans Peter Freyther1-7/+8
2010-07-28Public release of the cellmgr_ng code to convert E1 to IPA SCCPHolger Hans Peter Freyther1-0/+15