aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-7/+7
2011-02-23vty: Add all mighty new vty interface for osmo-stpHolger Hans Peter Freyther1-2/+8
2011-02-22vty: Remove more globals from the bsc data.Holger Hans Peter Freyther1-13/+2
2011-02-17mtp: Make the mtp_link point to a specific type of linkHolger Hans Peter Freyther1-1/+1
2011-02-17bsc: Cleanup some fields and namesHolger Hans Peter Freyther1-10/+0
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther1-7/+4
2011-02-17msc: Move the MSC Connection into a new header fileHolger Hans Peter Freyther1-61/+7
2011-02-17m2ua: Start to separate the SCTP code and M2UA to allow multiple linksHolger Hans Peter Freyther1-0/+4
2011-02-17mtp: Allocate the MTPLinkSet as a child of the BSCHolger Hans Peter Freyther1-1/+3
2011-02-17bsc: Allocate the bsc with talloc insteadHolger Hans Peter Freyther1-0/+2
2011-02-10bsc: Remove the m2ua_set pointer from the struct as wellHolger Hans Peter Freyther1-1/+0
2011-02-10bsc: Remove the global link_set pointer from the bscHolger Hans Peter Freyther1-2/+2
2011-02-10bsc: Move the BSC<->MSC variables to a new struct.Holger Hans Peter Freyther1-43/+57
2011-02-10stp: Allow/Disallow to inject messages on the UDP/M2UA interfaceHolger Hans Peter Freyther1-0/+1
2011-02-10stp: Add code that allows to inject messages on any linksetHolger Hans Peter Freyther1-0/+4
2011-01-30isup: Make it possible for the STP to handle/not handle ISUP messagesHolger Hans Peter Freyther1-0/+3
2011-01-24udp: Create a SNMP session per UDPHolger Hans Peter Freyther1-3/+5
2011-01-22pcap: Classify the direction of such a messageHolger Hans Peter Freyther1-1/+5
2011-01-22pcap: Run all pcap operations through one methodHolger Hans Peter Freyther1-0/+3
2011-01-22udp: Allow to create multiple links via UDPHolger Hans Peter Freyther1-0/+1
2011-01-22vty: Classify the application that we run and provide different optionsHolger Hans Peter Freyther1-0/+8
2011-01-21udp: Make the SNMP code asynchronouson-waves/multiple-linksHolger Hans Peter Freyther1-1/+1
2011-01-21udp: Poll SNMP for timeouts and fd every 100msHolger Hans Peter Freyther1-0/+1
2011-01-21udp: Allow to run multiple links through the same socketHolger Hans Peter Freyther1-5/+17
2011-01-20mtp: Move the link testing into a new file for mtp_linkHolger Hans Peter Freyther1-2/+0
2011-01-20isup: Allow to have a different OPC for ISUP messages.Holger Hans Peter Freyther1-0/+1
2011-01-20stp: Create a M2UA link by hand and connect the SCCP routinesHolger Hans Peter Freyther1-0/+1
2011-01-17mtp: Rename link_data to mtp_link and move out the transport specific thingsHolger Hans Peter Freyther1-35/+14
2011-01-17mtp: take the linkset down when the last link is failingHolger Hans Peter Freyther1-0/+2
2011-01-17mtp: Remove the forced_down as it is never read in that applicationHolger Hans Peter Freyther1-1/+0
2011-01-17mtp: Turn the MTPl2 link into a list of links.Holger Hans Peter Freyther1-0/+5
2011-01-17mtp: Make the link_data be a child of the link_setHolger Hans Peter Freyther1-1/+3
2011-01-17mtp: Propagate link and linkset failures in two stagesHolger Hans Peter Freyther1-4/+7
2011-01-17mtp: Rename mtp_link to mtp_link_set as this is the linksetHolger Hans Peter Freyther1-2/+2
2011-01-17linkset: Prepare the UDP support to support multiple links.Holger Hans Peter Freyther1-0/+1
2011-01-17msc: Remove the msc_clear_queue now that it is not neededHolger Hans Peter Freyther1-1/+0
2011-01-17mtp: Move the link code into a new file called links.Holger Hans Peter Freyther1-0/+1
2011-01-17misc: Remove the link_c7 dummy methodsHolger Hans Peter Freyther1-3/+0
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther1-7/+6
2011-01-01mtp: Allow to have a different POC for SCCPHolger Hans Peter Freyther1-0/+1
2010-11-26mtp: Make the spare/ni configurableHolger Hans Peter Freyther1-0/+4
2010-11-16udt: Add a forward_only to the bsc struct and use it for the msc_connHolger Hans Peter Freyther1-0/+2
2010-11-16udt_relay: Add a forked copy of main to just relay messagesHolger Hans Peter Freyther1-1/+2
2010-10-08mtp: Store the mtp_link inside the connectionHolger Hans Peter Freyther1-1/+1
2010-09-30bsc: Be able to configure the LAC/MNC/MCC...Holger Hans Peter Freyther1-0/+8
2010-09-30vty: Move the vty code to a new file, move config params.Holger Hans Peter Freyther1-0/+7
2010-08-07msc: Separate the BSC and MSC link completly...Holger Hans Peter Freyther1-1/+0
2010-08-07msc: Rename closing to msc_link_downHolger Hans Peter Freyther1-1/+1
2010-08-07msc: Make close_msc public, call it from main..Holger Hans Peter Freyther1-0/+1
2010-08-04Update SCCP includes for the new location of files.Holger Hans Peter Freyther1-1/+1