aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-12-16stp: Allow to specify a trunk_name in the applicationHolger Hans Peter Freyther1-1/+4
2012-12-16stp: Extract the MGCP forwarding code out of the msc_connectionHolger Hans Peter Freyther3-3/+39
2012-12-16mgw: Implement the specific RSIP handlingHolger Hans Peter Freyther1-1/+1
2012-12-16mgcp: Merge the current MGCP code from OpenBSCHolger Hans Peter Freyther2-9/+24
2012-12-16dtmf: Schedule DTMF tones for the MTN hardwareHolger Hans Peter Freyther4-1/+29
2012-12-16mgcp: Begin handling of the RQNT message as needed for DTMFHolger Hans Peter Freyther1-2/+4
2012-01-22mgcp: Implement to loop timeslots when not used for audioHolger Hans Peter Freyther2-0/+3
2012-01-22mgcp: Rename from snmp to hw in variables and function name.Holger Hans Peter Freyther2-5/+5
2012-01-16mtp: Allow to send SCCP/ISUP to a specific endpointHolger Hans Peter Freyther1-2/+12
2011-11-24bss: Patch CC messages with bearer capabilities to contain AMR 3Holger Hans Peter Freyther1-3/+10
2011-11-20misc: Address various compiler warnings in the codeHolger Hans Peter Freyther1-0/+3
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 Freyther2-1/+11
2011-09-14mgcp: Reset endpoints via the trunk config instead of all of themHolger Hans Peter Freyther2-3/+1
2011-09-14mgcp: Introduce multiple virtual trunksHolger Hans Peter Freyther3-1/+5
2011-09-14mgcp: Generate the ConnId per trunk baseHolger Hans Peter Freyther1-2/+1
2011-09-14mgcp: Split creation of endpoints and static port allocationHolger Hans Peter Freyther1-0/+1
2011-09-13mgcp: Remove the endp_offset that was introduced due coding stupidityHolger Hans Peter Freyther2-2/+1
2011-09-13vty: Add a config to enable MGCP command rewritingHolger Hans Peter Freyther1-0/+6
2011-08-10m2ua: Print information about number of SCTP connectionsHolger Hans Peter Freyther1-0/+2
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte15-54/+54
2011-03-03ss7: Drop the input of packages as wellzecke/test-forward-failureHolger Hans Peter Freyther1-0/+1
2011-03-03ss7: Do not send anything until both linksets in an app are upHolger Hans Peter Freyther1-0/+2
2011-03-02mgcp: Mark certain endpoints as blocked.Holger Hans Peter Freyther1-0/+1
2011-03-01mgcp: Calculate the right Audio Processor resource for high endpointsHolger Hans Peter Freyther1-1/+1
2011-03-01mgcp: Merge OpenBSC MGCP code and update the structure to match itHolger Hans Peter Freyther4-68/+190
2011-02-23mtp: Call the mtp_link_set always set otherwise things get confusingHolger Hans Peter Freyther2-8/+8
2011-02-23sccp: The link attribute was never used leading to a crashHolger Hans Peter Freyther1-1/+0
2011-02-23mtp: Attempt to implement the MTP Restart properlyHolger Hans Peter Freyther1-0/+6
2011-02-23vty: Add all mighty new vty interface for osmo-stpHolger Hans Peter Freyther6-4/+61
2011-02-22vty: Remove more globals from the bsc data.Holger Hans Peter Freyther2-13/+8
2011-02-17m2ua: Start link only after we had the emergency alignmentHolger Hans Peter Freyther1-0/+1
2011-02-17m2ua: Keep the M2UA ASP state in the mtp_m2ua_linkHolger Hans Peter Freyther1-2/+9
2011-02-17mtp: Rename link_no to nr, add a name like for the other commandsHolger Hans Peter Freyther1-1/+2
2011-02-17mtp: Make the mtp_link point to a specific type of linkHolger Hans Peter Freyther3-4/+15
2011-02-17mtp: Stop hardcoding the supported SSN inside the mtp_layer3.cHolger Hans Peter Freyther1-0/+3
2011-02-17mtp: Remove the bsc pointer from the MTP LinkSetHolger Hans Peter Freyther2-2/+2
2011-02-17mtp: Rename no to nr to align with the rest of the structsHolger Hans Peter Freyther1-1/+1
2011-02-17bsc: Cleanup some fields and namesHolger Hans Peter Freyther1-10/+0
2011-02-17ss7: Move all mtp linksets callbacks into the app layerHolger Hans Peter Freyther1-0/+1
2011-02-17ss7: Move the linkset up/down into the ss7_app, move some code aroundHolger Hans Peter Freyther2-1/+4
2011-02-17ss7: Provide a way to start the applicationHolger Hans Peter Freyther1-0/+2
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther6-22/+97
2011-02-17msc: Move more state into the sccp_state.cHolger Hans Peter Freyther1-1/+0
2011-02-17msc: Move the nat handling into the sccp_state for nowHolger Hans Peter Freyther1-0/+4
2011-02-17msc: Move the MSC Connection into a new header fileHolger Hans Peter Freyther6-72/+102
2011-02-17m2ua: Start to separate the SCTP code and M2UA to allow multiple linksHolger Hans Peter Freyther2-5/+18
2011-02-17mtp: Allow to find a linkset by numberHolger Hans Peter Freyther1-0/+1
2011-02-17mtp: Allocate the MTPLinkSet as a child of the BSCHolger Hans Peter Freyther2-6/+9
2011-02-17bsc: Allocate the bsc with talloc insteadHolger Hans Peter Freyther1-0/+2