aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-03ss7: Do not send anything until both linksets in an app are upHolger Hans Peter Freyther3-5/+32
2011-03-03sctp: Mention the link index that got releasedHolger Hans Peter Freyther1-1/+1
2011-03-02mtp: Consider the linkset be ready for SCTP after having collected routing dataHolger Hans Peter Freyther1-1/+1
2011-03-02mgcp: Add a go to parent to allow multiple trunksHolger Hans Peter Freyther2-3/+10
2011-03-02mgcp: Use the blocked attribute to figure out if an endpoint is blockedHolger Hans Peter Freyther1-2/+2
2011-03-02sctp: Use the right link index when sending messagesHolger Hans Peter Freyther1-1/+1
2011-03-02sctp: Handle establish request for a wrong ASPHolger Hans Peter Freyther1-4/+13
2011-03-02mgcp: Respect the blocked indication fo an endpoint.Holger Hans Peter Freyther1-4/+14
2011-03-02mgcp: Mark certain endpoints as blocked.Holger Hans Peter Freyther2-2/+7
2011-03-02snmp: Fix the configuration and point it to the right thing.Holger Hans Peter Freyther1-1/+1
2011-03-01mgcp: Use the 'i' as type for SNMP to help with the code.zecke/wip-mgcpHolger Hans Peter Freyther1-1/+1
2011-03-01mgcp: Configure the HSCOMM routing based on the information we haveHolger Hans Peter Freyther3-3/+45
2011-03-01mgcp: Calculate which dsp resource should be used by the trunksHolger Hans Peter Freyther1-0/+25
2011-03-01mgcp: Calculate the right Audio Processor resource for high endpointsHolger Hans Peter Freyther2-6/+25
2011-03-01mgcp: Merge OpenBSC MGCP code and update the structure to match itHolger Hans Peter Freyther10-684/+2025
2011-02-28mgcp: Attempt to get the endpoint configuration rightHolger Hans Peter Freyther1-4/+4
2011-02-28mgcp: Add code that will attempt to configure the TDM switchHolger Hans Peter Freyther1-0/+161
2011-02-25sctp: Fix a memory leak on connection failures.Holger Hans Peter Freyther1-0/+1
2011-02-25sctp: Only handle traffic with the payload type of M2UAHolger Hans Peter Freyther1-1/+9
2011-02-25sctp: Fail if we fail to enable SCTP events on this socketHolger Hans Peter Freyther1-5/+10
2011-02-25links: Fix the init code for the old cellmgr_ng codeHolger Hans Peter Freyther1-1/+1
2011-02-23counter: Fix the wrong counter size.Holger Hans Peter Freyther1-2/+2
2011-02-23vty: Allow to specify 14 bits for the CPC.Holger Hans Peter Freyther1-2/+2
2011-02-23mtp: Call the mtp_link_set always set otherwise things get confusingHolger Hans Peter Freyther5-115/+115
2011-02-23msc: Remove unused method from the codeHolger Hans Peter Freyther1-7/+0
2011-02-23sccp: The link attribute was never used leading to a crashHolger Hans Peter Freyther2-2/+9
2011-02-23mtp: Attempt to implement the MTP Restart properlyHolger Hans Peter Freyther3-20/+105
2011-02-23mtp: Do not start linktest on a blocked linkHolger Hans Peter Freyther1-0/+6
2011-02-23vty: Add all mighty new vty interface for osmo-stpHolger Hans Peter Freyther18-317/+1301
2011-02-22vty: Move the actual commands into a new file in preparationHolger Hans Peter Freyther3-232/+273
2011-02-22vty: Always work through the linkset number for the commandsHolger Hans Peter Freyther1-21/+9
2011-02-22misc: Use llist_add_tail to add new links to the endHolger Hans Peter Freyther5-5/+5
2011-02-22m2ua: Make sure all replies contain the link identifierHolger Hans Peter Freyther1-1/+11
2011-02-22vty: Remove more globals from the bsc data.Holger Hans Peter Freyther8-89/+117
2011-02-17m2ua: Start link only after we had the emergency alignmentHolger Hans Peter Freyther2-3/+8
2011-02-17log: Improve some logging messages across several files.Holger Hans Peter Freyther2-16/+21
2011-02-17m2ua: Do nothing on a reset request for now.Holger Hans Peter Freyther1-4/+10
2011-02-17m2ua: Keep the M2UA ASP state in the mtp_m2ua_linkHolger Hans Peter Freyther2-36/+97
2011-02-17m2ua: Include the interface identifier in the notify messageHolger Hans Peter Freyther1-2/+5
2011-02-17mtp: Rename link_no to nr, add a name like for the other commandsHolger Hans Peter Freyther6-53/+63
2011-02-17mtp: Make the mtp_link point to a specific type of linkHolger Hans Peter Freyther10-70/+132
2011-02-17vty: Move link commands from the name to the linkset numberHolger Hans Peter Freyther1-10/+10
2011-02-17mtp: Stop hardcoding the supported SSN inside the mtp_layer3.cHolger Hans Peter Freyther4-2/+15
2011-02-17mtp: Remove the bsc pointer from the MTP LinkSetHolger Hans Peter Freyther5-8/+7
2011-02-17mtp: Rename no to nr to align with the rest of the structsHolger Hans Peter Freyther3-8/+8
2011-02-17bsc: Print the talloc allocation report on SIGUSR1Holger Hans Peter Freyther1-0/+9
2011-02-17bsc: Move the signal handling code over to the bsc.cHolger Hans Peter Freyther3-67/+46
2011-02-17bsc: Move the option parsing into the common code in bsc.cHolger Hans Peter Freyther3-146/+90
2011-02-17bsc: Cleanup some fields and namesHolger Hans Peter Freyther5-15/+5
2011-02-17ss7: Move all mtp linksets callbacks into the app layerHolger Hans Peter Freyther4-60/+77