aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-04-01nat: Allow to send MGCP messages from the BSC to the networkHolger Hans Peter Freyther1-0/+3
2010-04-01nat: Handle CRCX/MDCX/DLCX at the natHolger Hans Peter Freyther3-32/+131
2010-04-01[mgcp] Look at the bts addr set at the endpointHolger Hans Peter Freyther1-1/+3
2010-04-01nat: Test rewriting of MGCP messages to patch ip and portHolger Hans Peter Freyther1-0/+61
2010-04-01nat: Add code to find a BSC connection by the given msc multiplexHolger Hans Peter Freyther1-0/+17
2010-04-01[mgcp] Export header parsing via mgcp internalHolger Hans Peter Freyther1-14/+12
2010-03-31[mgcp] Do not operate on the ->data pointer, use ->l2h insteadHolger Hans Peter Freyther1-4/+4
2010-03-31bsc-msc: Flush the write queue when we have lost the connectionHolger Hans Peter Freyther1-0/+1
2010-03-31nat: First go at handling MGCP inside the natHolger Hans Peter Freyther2-0/+115
2010-03-31[mgcp] Degrade verbosity to debugHolger Hans Peter Freyther1-1/+1
2010-03-31nat: Add an example configuration for the BSC NAT with MGCPHolger Hans Peter Freyther1-0/+9
2010-03-31[mgcp] Add a new config option to set the call agent ip addrHolger Hans Peter Freyther1-0/+14
2010-03-31[mgcp] Add a helper function to convert from GSM0808 ts/mux to MGCP endpointHolger Hans Peter Freyther1-3/+1
2010-03-31nat: In the case of losing the MSC, reset all endpointsHolger Hans Peter Freyther2-0/+11
2010-03-31nat: bsc_mgcp_clear is called from within the remove functionHolger Hans Peter Freyther1-4/+1
2010-03-31bsc_msc_ip: Use the autobind functionality of the kernelHolger Hans Peter Freyther1-18/+1
2010-03-31bsc_msc_ip: Create a local UDP socket and relay MGCP messagesHolger Hans Peter Freyther1-5/+144
2010-03-31[nat] Send a RSIP down to the BSC after it connectsHolger Hans Peter Freyther1-0/+41
2010-03-31[mgcp] Handle the RSIP with resetting all endpointsHolger Hans Peter Freyther1-0/+24
2010-03-31[mgcp] Add some parsing for RSIP messages coming inHolger Hans Peter Freyther1-0/+11
2010-03-31[mgcp] Remove unused method from the mgcpHolger Hans Peter Freyther1-6/+0
2010-03-31[mgcp] Switch from DEBUG to LOGP in the mgcp_main.cHolger Hans Peter Freyther1-2/+2
2010-03-30[mgcp] Remove the sending of RSIPHolger Hans Peter Freyther2-30/+0
2010-03-30nat: Add MGCP code and parsing to the nat code..Holger Hans Peter Freyther3-1/+7
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 Freyther4-2/+80
2010-03-30sccp: Move the destruction of the sccp connection to a new placeHolger Hans Peter Freyther3-7/+13
2010-03-30nat: Return the SCCP connection, change order of patching and updatingHolger Hans Peter Freyther2-40/+33
2010-03-30misc: Do not prepend 0x when using %p in printf.Holger Hans Peter Freyther2-5/+5
2010-03-30nat: Fail more early in the case of not being authenticatedHolger Hans Peter Freyther1-5/+7
2010-03-30nat: Some more input validation... on the paging command.Holger Hans Peter Freyther1-0/+5
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 Freyther2-28/+45
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 Freyther2-0/+32
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 Freyther3-40/+70
2010-03-29nat: Move SCCP patching to a new file, log updatesHolger Hans Peter Freyther3-125/+162
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 Freyther3-37/+122
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 Freyther1-0/+3