aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat
AgeCommit message (Expand)AuthorFilesLines
2010-04-08nat: Rename bsc_write to bsc_send_dataHolger Hans Peter Freyther1-8/+8
2010-04-07nat: Send the reset after we have received the init ackHolger Hans Peter Freyther1-5/+7
2010-04-07nat: Fix the reset message and prepend the IPA headerHolger Hans Peter Freyther1-0/+1
2010-04-07nat: Allow to realloc already allocated endpointsHolger Hans Peter Freyther1-0/+1
2010-04-07nat: Send a GSM0808 message to the MSC when we are reconnectingHolger Hans Peter Freyther1-0/+28
2010-04-07nat: Attempt to make MGCP forwarding more robustHolger Hans Peter Freyther1-17/+27
2010-04-06Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-8/+8
2010-04-06nat: Send a RLSD to the network for connections belonging to the BSCHolger Hans Peter Freyther1-1/+27
2010-04-06nat: Print a MSG when receiving unknown SCCP messages.Holger Hans Peter Freyther1-0/+3
2010-04-06nat: Store the config in the connection instead of the lacHolger Hans Peter Freyther3-7/+12
2010-04-06nat: Close the filedescriptor when ignoring the request.Holger Hans Peter Freyther1-0/+1
2010-04-06nat: Add logging commands for the nat as well.Holger Hans Peter Freyther1-0/+3
2010-04-06nat: Fix thinko... use the right fd to determine the IP of the btsHolger Hans Peter Freyther1-1/+1
2010-04-06nat: Improve the log message and print the errno/strerror(errno)Holger Hans Peter Freyther1-1/+2
2010-04-06nat: Set the MGCP audio payload to -1.Holger Hans Peter Freyther1-0/+1
2010-04-06Revert "nat: Remember where the BTS is listening for things."Holger Hans Peter Freyther1-16/+1
2010-04-06nat: Print the unknown byte as a integer instead of charachterHolger Hans Peter Freyther1-1/+1
2010-04-06nat: Patch IT messages as well..Holger Hans Peter Freyther1-0/+2
2010-04-05nat: Close all endpoints used by a BSC when the BSC is goneHolger Hans Peter Freyther2-0/+21
2010-04-05nat: Remember a pending delete on an endpoint and carry it out laterHolger Hans Peter Freyther1-0/+8
2010-04-05nat: remove is called on already patched connections..Holger Hans Peter Freyther1-5/+1
2010-04-05nat: Print the SCCP ref's as hex numbersHolger Hans Peter Freyther1-1/+1
2010-04-05nat: Avoid crashing when we have no pending transactionHolger Hans Peter Freyther1-0/+3
2010-04-05nat: Logging improvement for the nat.Holger Hans Peter Freyther3-3/+6
2010-04-05nat: Print the MSC multiplex as wellHolger Hans Peter Freyther1-2/+4
2010-04-05nat: Remember where the BTS is listening for things.Holger Hans Peter Freyther1-1/+16
2010-04-05nat: No need to match \r\n when parsing the C: NHolger Hans Peter Freyther1-1/+1
2010-04-04nat: Remove the broken empty line check, follow \n vs \r\n of inputHolger Hans Peter Freyther1-9/+13
2010-04-04nat: Use a ptr that was allocated by tallocHolger Hans Peter Freyther1-1/+1
2010-04-04nat: Make rewrite work on string, read to a string first, copy to msgbHolger Hans Peter Freyther1-15/+18
2010-04-02nat: Check the authentication bit later...Holger Hans Peter Freyther1-6/+12
2010-04-01nat: Return MGCP messages to the call agentHolger Hans Peter Freyther2-0/+82
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-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-03-31nat: First go at handling MGCP inside the natHolger Hans Peter Freyther2-0/+115
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-31[nat] Send a RSIP down to the BSC after it connectsHolger Hans Peter Freyther1-0/+41
2010-03-30nat: Add MGCP code and parsing to the nat code..Holger Hans Peter Freyther2-1/+6
2010-03-30nat: Look at the assignment command and remember on which timeslot the data isHolger Hans Peter Freyther3-1/+78
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 Freyther1-4/+4
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