aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Freyther1-2/+6
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 Freyther1-5/+24
2011-03-01mgcp: Merge OpenBSC MGCP code and update the structure to match itHolger Hans Peter Freyther6-616/+1835
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 Freyther3-107/+107
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 Freyther1-1/+9
2011-02-23mtp: Attempt to implement the MTP Restart properlyHolger Hans Peter Freyther2-20/+99
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 Freyther12-313/+1240
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 Freyther6-76/+109
2011-02-17m2ua: Start link only after we had the emergency alignmentHolger Hans Peter Freyther1-3/+7
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 Freyther1-34/+88
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 Freyther5-52/+61
2011-02-17mtp: Make the mtp_link point to a specific type of linkHolger Hans Peter Freyther7-66/+117
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 Freyther3-2/+12
2011-02-17mtp: Remove the bsc pointer from the MTP LinkSetHolger Hans Peter Freyther3-6/+5
2011-02-17mtp: Rename no to nr to align with the rest of the structsHolger Hans Peter Freyther2-7/+7
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 Freyther4-5/+5
2011-02-17ss7: Move all mtp linksets callbacks into the app layerHolger Hans Peter Freyther3-60/+76
2011-02-17ss7: Move the linkset up/down into the ss7_app, move some code aroundHolger Hans Peter Freyther4-55/+61
2011-02-17ss7: Provide a way to start the applicationHolger Hans Peter Freyther4-38/+33
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther9-93/+402
2011-02-17msc: Move more state into the sccp_state.cHolger Hans Peter Freyther2-24/+11
2011-02-17msc: Move the nat handling into the sccp_state for nowHolger Hans Peter Freyther2-42/+46