aboutsummaryrefslogtreecommitdiffstats
path: root/src/links.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-2/+2
2011-02-25links: Fix the init code for the old cellmgr_ng codeHolger Hans Peter Freyther1-1/+1
2011-02-23vty: Add all mighty new vty interface for osmo-stpHolger Hans Peter Freyther1-12/+10
2011-02-22vty: Remove more globals from the bsc data.Holger Hans Peter Freyther1-15/+20
2011-02-17mtp: Rename link_no to nr, add a name like for the other commandsHolger Hans Peter Freyther1-2/+3
2011-02-17mtp: Make the mtp_link point to a specific type of linkHolger Hans Peter Freyther1-4/+6
2011-02-17mtp: Stop hardcoding the supported SSN inside the mtp_layer3.cHolger Hans Peter Freyther1-0/+6
2011-02-17mtp: Remove the bsc pointer from the MTP LinkSetHolger Hans Peter Freyther1-1/+0
2011-02-17ss7: Provide a way to start the applicationHolger Hans Peter Freyther1-33/+0
2011-02-17msc: Move the MSC Connection into a new header fileHolger Hans Peter Freyther1-1/+4
2011-02-17mtp: Allocate the MTPLinkSet as a child of the BSCHolger Hans Peter Freyther1-1/+1
2011-02-17bsc: Allocate the bsc with talloc insteadHolger Hans Peter Freyther1-3/+3
2011-02-10bsc: Remove the global link_set pointer from the bscHolger Hans Peter Freyther1-21/+22
2011-02-10bsc: Stop using the bsc.link_set directlyHolger Hans Peter Freyther1-5/+7
2011-02-10bsc: Move the BSC<->MSC variables to a new struct.Holger Hans Peter Freyther1-1/+1
2011-01-28mtp: Turn error messages into full sentences.Holger Hans Peter Freyther1-1/+1
2011-01-28mtp: Forbid link up/failure on blocked links.Holger Hans Peter Freyther1-0/+6
2011-01-26mtp: Assign a name to linkset, use this name in the log messagesHolger Hans Peter Freyther1-1/+4
2011-01-24udp: Create a SNMP session per UDPHolger Hans Peter Freyther1-2/+2
2011-01-23pcap: Fix stupid bug and unbreak pcap writingHolger Hans Peter Freyther1-2/+2
2011-01-22pcap: Dump each packet in the DCAP categoryHolger Hans Peter Freyther1-0/+3
2011-01-22pcap: Allow to log on a link or linkset levelHolger Hans Peter Freyther1-3/+5
2011-01-22pcap: Classify the direction of such a messageHolger Hans Peter Freyther1-1/+1
2011-01-22pcap: Run all pcap operations through one methodHolger Hans Peter Freyther1-0/+9
2011-01-22udp: Allow to create multiple links via UDPHolger Hans Peter Freyther1-23/+28
2011-01-22stats: Collect statistics on the linksetHolger Hans Peter Freyther1-5/+0
2011-01-21udp: Make the SNMP code asynchronouson-waves/multiple-linksHolger Hans Peter Freyther1-6/+1
2011-01-21udp: Allow to run multiple links through the same socketHolger Hans Peter Freyther1-4/+8
2011-01-20mtp: Remove the unused linkset_sccp_down routine as it is not usedHolger Hans Peter Freyther1-4/+0
2011-01-20mtp: Move the link testing into a new file for mtp_linkHolger Hans Peter Freyther1-0/+5
2011-01-20mtp: Rename the the_link to set as it is a link setHolger Hans Peter Freyther1-6/+6
2011-01-20mtp: Stop assigning the link_set it will be done in mtpl3Holger Hans Peter Freyther1-1/+0
2011-01-20isup: Allow to have a different OPC for ISUP messages.Holger Hans Peter Freyther1-0/+1
2011-01-17mtp: Rename link_data to mtp_link and move out the transport specific thingsHolger Hans Peter Freyther1-21/+21
2011-01-17mtp: take the linkset down when the last link is failingHolger Hans Peter Freyther1-2/+27
2011-01-17mtp: Turn the MTPl2 link into a list of links.Holger Hans Peter Freyther1-15/+47
2011-01-17mtp: Keep an array for the SLS -> SLC mapping for active links.Holger Hans Peter Freyther1-2/+4
2011-01-17mtp: Make the link_data be a child of the link_setHolger Hans Peter Freyther1-21/+28
2011-01-17mtp: Propagate link and linkset failures in two stagesHolger Hans Peter Freyther1-0/+12
2011-01-17mtp: Rename mtp_link to mtp_link_set as this is the linksetHolger Hans Peter Freyther1-4/+4
2011-01-17mtp: Kill the link variable from the mtp link.Holger Hans Peter Freyther1-1/+0
2011-01-17linkset: Prepare the UDP support to support multiple links.Holger Hans Peter Freyther1-1/+3
2011-01-17msc: Remove the msc_clear_queue now that it is not neededHolger Hans Peter Freyther1-0/+4
2011-01-17mtp: Move the link code into a new file called links.Holger Hans Peter Freyther1-0/+94