aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat
AgeCommit message (Expand)AuthorFilesLines
2010-04-19nat: Make sccp/bsc show connections more Cisco like...Holger Hans Peter Freyther1-4/+4
2010-04-18nat: Do not use 0/0 for mux/timeslot by defaultHolger Hans Peter Freyther1-0/+1
2010-04-18nat: Clear the connection on a DLCXHolger Hans Peter Freyther1-0/+1
2010-04-18nat: Always initialize the out pointer...Holger Hans Peter Freyther1-0/+2
2010-04-18nat: Return the SCCP Connection again...Holger Hans Peter Freyther1-11/+11
2010-04-18nat: Return the newest SCCP connection...Holger Hans Peter Freyther1-1/+5
2010-04-18nat: Increase the right counter on calls.Holger Hans Peter Freyther1-1/+1
2010-04-18nat: Add new connections to the end of the listHolger Hans Peter Freyther1-1/+1
2010-04-18nat: Remove the SHOW_STR from none show commands.Holger Freyther1-3/+3
2010-04-17nat: Print the LAC that was searched for and not found.Holger Hans Peter Freyther2-3/+6
2010-04-17nat: Mention when we do not find a BSC for a given token.Holger Hans Peter Freyther1-1/+3
2010-04-17nat: Print the IP address of the BSC that does not respond to the query.Holger Hans Peter Freyther1-1/+6
2010-04-17nat: Make the MSC configurable.Holger Hans Peter Freyther3-1/+13
2010-04-17nat: Move MSC ip address into the config..Holger Hans Peter Freyther3-7/+34
2010-04-17Use osmocore tlv definition for GSM0808.Holger Hans Peter Freyther2-0/+2
2010-04-16nat: Two fixes for the write memory case...Holger Hans Peter Freyther2-2/+2
2010-04-13nat: Add config option to filter/handle certain imsi'es.Holger Hans Peter Freyther1-0/+74
2010-04-13[statistics] Count the times we lost the connection to the MSC.Holger Hans Peter Freyther1-0/+2
2010-04-13[nat] Add show statistics to the natHolger Hans Peter Freyther1-0/+30
2010-04-13[statistics] Provide basic statistics for the NATHolger Hans Peter Freyther3-0/+18
2010-04-12[nat] Change the command stringsHolger Hans Peter Freyther1-3/+3
2010-04-09nat: Set a dummy bts_ip to avoid misdetection of the bts...Holger Hans Peter Freyther1-0/+1
2010-04-08nat: Handle unknown RLSD by send a RLC back to the network.Holger Hans Peter Freyther1-1/+31
2010-04-08nat: Print the IP address of the connected BSCsHolger Hans Peter Freyther1-2/+7
2010-04-08nat: Rename variable to make it use msc in the nameHolger Hans Peter Freyther1-2/+2
2010-04-08nat: Attempt to have a single BSC write methodHolger Hans Peter Freyther3-23/+23
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