aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-03-30[mgcp] Remove the sending of RSIPHolger Hans Peter Freyther3-31/+0
2010-03-30nat: Add MGCP code and parsing to the nat code..Holger Hans Peter Freyther4-1/+14
2010-03-30[mgcp] The networking code needs a source addrs..Holger Hans Peter Freyther1-0/+5
2010-03-30[mgcp] Move mgcp init into the main method...Holger Hans Peter Freyther2-12/+15
2010-03-30[mgcp] Fix format string usageHolger Hans Peter Freyther1-1/+1
2010-03-30nat: Look at the assignment command and remember on which timeslot the data isHolger Hans Peter Freyther8-4/+134
2010-03-30sccp: Move the destruction of the sccp connection to a new placeHolger Hans Peter Freyther4-7/+14
2010-03-30nat: Return the SCCP connection, change order of patching and updatingHolger Hans Peter Freyther4-50/+44
2010-03-30misc: Do not prepend 0x when using %p in printf.Holger Hans Peter Freyther3-10/+10
2010-03-30nat: Fail more early in the case of not being authenticatedHolger Hans Peter Freyther1-5/+7
2010-03-30nat: Add test case and data for paging by lac test.Holger Hans Peter Freyther2-1/+55
2010-03-30nat: Some more input validation... on the paging command.Holger Hans Peter Freyther1-0/+5
2010-03-30nat: Documentation fix... use nat for the parameterHolger Hans Peter Freyther1-1/+1
2010-03-30nat: Verify that the configured LACs are unique across the natHolger Hans Peter Freyther1-0/+9
2010-03-30nat: Move paging by lac handling code into the utils fileHolger Hans Peter Freyther4-29/+48
2010-03-30nat: Add a test case for the connection trackingHolger Hans Peter Freyther3-2/+219
2010-03-29nat: Fix the lookup of connections to and from the BSCHolger Hans Peter Freyther1-11/+43
2010-03-29nat: Keep track of both sides of the connectionHolger Hans Peter Freyther3-0/+34
2010-03-29nat: Assign the connection inside the new helper function.Holger Hans Peter Freyther2-1/+1
2010-03-29nat: Actually add the connection to the SCCP list of active connectionsHolger Hans Peter Freyther1-4/+15
2010-03-29filter: Move logging level down to INFOHolger Hans Peter Freyther1-3/+3
2010-03-29debug: Fix debugging for the nat category.Holger Hans Peter Freyther1-0/+1
2010-03-29nat: Compare the IPA size with the actual size of the data...Holger Hans Peter Freyther1-0/+7
2010-03-29nat: Move creation of the structs to a separate fileHolger Hans Peter Freyther4-40/+72
2010-03-29nat: Move SCCP patching to a new file, log updatesHolger Hans Peter Freyther4-125/+170
2010-03-29bsc_msc: Handle the loss of the MSC connection betterHolger Hans Peter Freyther1-4/+38
2010-03-29[misc] Clean some whitespace in files of this branch.Holger Hans Peter Freyther2-3/+2
2010-03-29nat: Handle MSC disconnect by closing all NAT connectionsHolger Hans Peter Freyther1-2/+16
2010-03-26msc: Create a real interface for BSC MSC and start handling reconnectsHolger Hans Peter Freyther4-39/+140
2010-03-26bsc_msc: Connect in a non blocking way to the MSCHolger Hans Peter Freyther1-2/+81
2010-03-26bsc_msc_ip: Keep track of active connections so we could clear them.Holger Hans Peter Freyther2-0/+6
2010-03-26nat: Add a warning for an important todo item on connection lossHolger Hans Peter Freyther1-0/+1
2010-03-26nat: Clear all pending messages in case the BSC disconnectedHolger Hans Peter Freyther1-0/+1
2010-03-26nat: Switch downstream over to the write queueHolger Hans Peter Freyther1-20/+46
2010-03-26nat: Stop using the input/ipaccess.c method as it will write directlyHolger Hans Peter Freyther1-2/+28
2010-03-26nat: Make it clear where we want to send these methodsHolger Hans Peter Freyther1-1/+1
2010-03-26nat: Move one more area to the bsc_write methodHolger Hans Peter Freyther1-11/+10
2010-03-26nat: Move BSC msg sending to a new method.Holger Hans Peter Freyther1-3/+8
2010-03-26nat: Start using a write_queue for the BSC connectionHolger Hans Peter Freyther3-15/+16
2010-03-26nat: Move MSC write to the write_queue and make it non blockingHolger Hans Peter Freyther1-9/+27
2010-03-26nat: Rename variable from connection to listenHolger Hans Peter Freyther1-2/+2
2010-03-26bsc_msc_ip: Convert the MSC connection to the write queueHolger Hans Peter Freyther1-11/+22
2010-03-26Merge branch 'on-waves/sccp' into on-waves/bsc-masterHolger Hans Peter Freyther10-313/+229
2010-03-26sccp: Change the ownership of the msgb passed to the callbackHolger Hans Peter Freyther3-53/+35
2010-03-25channel requests: Add configuration to handle paging any with TCHHolger Hans Peter Freyther3-0/+27
2010-03-25convert openbsc to use libosmocore-0.1.1 APIHarald Welte4-7/+8
2010-03-25current version needs exactly 0.1.0 version of libosmocoreHarald Welte1-1/+1
2010-03-25channel request: Store the to be assigned channel type in the GSM NetworkHolger Hans Peter Freyther8-8/+43
2010-03-25increase the use of 'struct value_string' in abis_nm and gsm_dataHarald Welte2-247/+183
2010-03-25bsc_msc_ip: Add an option for the global log levelHolger Hans Peter Freyther1-0/+5