aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-15nat: Only send DLCX when we have send a CRCX to the BSC on this endpointHolger Hans Peter Freyther2-1/+4
2010-06-15nat: Handle all queueing to the MSC through the same function.Holger Hans Peter Freyther1-16/+12
2010-06-15nat: Use show bsc config for showing the configuration.Holger Hans Peter Freyther1-2/+2
2010-06-15nat: Use hex for the endpoint namesHolger Hans Peter Freyther1-2/+2
2010-06-15nat: Change MGCP DLCX handling and send dummy MDCX to the BTS.Holger Hans Peter Freyther6-41/+114
2010-06-15nat: Move the write queue init to the allocation functionHolger Hans Peter Freyther2-1/+1
2010-06-15nat: Clear the queued messages at the endHolger Hans Peter Freyther1-4/+5
2010-06-15[nat] Degrade the message to a plain debug output.Holger Hans Peter Freyther1-1/+1
2010-06-15[nat] Fix the vty option... use the right argument.Holger Hans Peter Freyther1-1/+1
2010-06-15[nat] Add option to forbid the paging to the BSC.Holger Hans Peter Freyther3-1/+24
2010-06-15[nat] Lookup by BSC Connection otherwise the point of reassigning the is defe...Holger Hans Peter Freyther4-11/+14
2010-06-15[nat] Slightly improve logging..Holger Hans Peter Freyther1-1/+2
2010-06-15[nat] Ignore paging that is to page by BSS...Holger Hans Peter Freyther1-1/+5
2010-06-15[nat] Add unit test to forward Proto Error messages back both ways.Holger Hans Peter Freyther1-0/+19
2010-06-15[nat] Reword warning when we had a pending transaction and forget about it.Holger Hans Peter Freyther1-2/+2
2010-06-15[nat] Cope with a bad BSC reassigning in use SRC REFHolger Hans Peter Freyther1-0/+22
2010-06-15nat: Make sccp/bsc show connections more Cisco like...Holger Hans Peter Freyther1-4/+4
2010-06-15nat: Do not use 0/0 for mux/timeslot by defaultHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Clear the connection on a DLCXHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Always initialize the out pointer...Holger Hans Peter Freyther1-0/+2
2010-06-15nat: Fix the test case by allocating a config.Holger Hans Peter Freyther1-0/+1
2010-06-15nat: Return the SCCP Connection again...Holger Hans Peter Freyther3-14/+14
2010-06-15nat: Return the newest SCCP connection...Holger Hans Peter Freyther1-1/+5
2010-06-15nat: Increase the right counter on calls.Holger Hans Peter Freyther1-1/+1
2010-06-15nat: Add new connections to the end of the listHolger Hans Peter Freyther1-1/+1
2010-06-15nat: Remove the SHOW_STR from none show commands.Holger Freyther1-3/+3
2010-06-15nat: Print the LAC that was searched for and not found.Holger Hans Peter Freyther4-7/+11
2010-06-15nat: Mention when we do not find a BSC for a given token.Holger Hans Peter Freyther1-1/+3
2010-06-15nat: Print the IP address of the BSC that does not respond to the query.Holger Hans Peter Freyther1-1/+6
2010-06-15nat: Make the MSC configurable.Holger Hans Peter Freyther4-1/+14
2010-06-15nat: Move MSC ip address into the config..Holger Hans Peter Freyther4-7/+36
2010-06-15Use osmocore tlv definition for GSM0808.Holger Hans Peter Freyther2-0/+2
2010-06-15nat: Two fixes for the write memory case...Holger Hans Peter Freyther2-2/+2
2010-06-15bsc_msc_ip.c: Create the GSM network earlier, send the reset on each connectionHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Add config option to filter/handle certain imsi'es.Holger Hans Peter Freyther2-0/+89
2010-06-15[statistics] Count the times we lost the connection to the MSC.Holger Hans Peter Freyther1-0/+2
2010-06-15[nat] Add show statistics to the natHolger Hans Peter Freyther1-0/+30
2010-06-15[statistics] Provide basic statistics for the NATHolger Hans Peter Freyther4-0/+57
2010-06-15[nat] Change the command stringsHolger Hans Peter Freyther1-3/+3
2010-06-15nat: Set a dummy bts_ip to avoid misdetection of the bts...Holger Hans Peter Freyther1-0/+1
2010-06-15nat: Handle unknown RLSD by send a RLC back to the network.Holger Hans Peter Freyther1-1/+31
2010-06-15nat: Attempt to handle exceptions on the fd and trat them as connection lossHolger Hans Peter Freyther1-2/+17
2010-06-15nat: Print the IP address of the connected BSCsHolger Hans Peter Freyther1-2/+7
2010-06-15nat: Rename variable to make it use msc in the nameHolger Hans Peter Freyther1-2/+2
2010-06-15nat: Attempt to have a single BSC write methodHolger Hans Peter Freyther4-24/+26
2010-06-15nat: Rename bsc_write to bsc_send_dataHolger Hans Peter Freyther1-8/+8
2010-06-15nat: Send the reset after we have received the init ackHolger Hans Peter Freyther2-5/+10
2010-06-15nat: Fix the reset message and prepend the IPA headerHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Allow to realloc already allocated endpointsHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Send a GSM0808 message to the MSC when we are reconnectingHolger Hans Peter Freyther1-0/+28