aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat
AgeCommit message (Expand)AuthorFilesLines
2010-10-13nat: Make the write_queue write callback a public functionHolger Hans Peter Freyther2-12/+14
2010-10-13nat: Make the queue routine work on any write_queueHolger Hans Peter Freyther1-1/+6
2010-10-13ipaccess: Put our extensions to the protocol into the same enumHolger Hans Peter Freyther4-5/+6
2010-10-12misc: Replace the idiom for replacing a string with a function callHolger Hans Peter Freyther2-18/+7
2010-10-08nat: Allow a BSC to have multiple LACsHolger Hans Peter Freyther3-19/+82
2010-10-06nat: Possible crash fix, only filter non local connectionsHolger Hans Peter Freyther1-10/+13
2010-10-06nat: Work around trying to forward a msg to a msc that does not existHolger Hans Peter Freyther1-1/+7
2010-10-06nat: Use the right access list for the stats (found by clang)Holger Hans Peter Freyther1-1/+1
2010-10-03nat: Provide statistics about amount of different messages.Holger Hans Peter Freyther2-1/+34
2010-09-25nat: Keep track of how many connections we rejectHolger Hans Peter Freyther2-1/+32
2010-09-25nat: Print the statistics of the access-list matchesHolger Hans Peter Freyther1-0/+18
2010-09-25nat: Add statistics to the access-list in the NATHolger Hans Peter Freyther1-0/+22
2010-09-24nat: Fix the filter when searching for a identity responseHolger Hans Peter Freyther1-5/+5
2010-09-20nat: Send a transcoder reset on start up.Holger Hans Peter Freyther1-0/+9
2010-09-20nat: Keep the audio name and default payload aroundHolger Hans Peter Freyther1-5/+0
2010-09-20nat: Use the write_queue inside the CFG.Holger Hans Peter Freyther1-38/+39
2010-09-20nat: NULL check the allocation and print a nice warning.Holger Hans Peter Freyther1-0/+6
2010-09-18janitor: Move the * to the variable nameHolger Hans Peter Freyther2-4/+4
2010-09-16nat: Fix a crash when a BSC disconnects while a rejected IMSIHolger Hans Peter Freyther1-1/+2
2010-09-16nat; Start to use gcc attribute to say that parameter may not be zeroHolger Hans Peter Freyther1-0/+1
2010-09-15nat: Fix the grammar of the sentence for listing open sccp connectionsopenbsc/0.9.6Holger Hans Peter Freyther1-1/+1
2010-09-15nat: Check if the connection was filtered before the msc connectionHolger Hans Peter Freyther1-4/+4
2010-09-15nat: Remove debug left oversHolger Hans Peter Freyther1-1/+0
2010-09-15nat: Attempt to disconnect a connection when IMSI filtering happensHolger Hans Peter Freyther1-4/+60
2010-09-15nat: And the sequence number away, making it work more reliableHolger Hans Peter Freyther1-4/+8
2010-09-15nat: Parse the id response, extract the IMSI, compare itHolger Hans Peter Freyther1-1/+58
2010-09-15nat: Start inspecting every message coming from the BSC for the IMSIHolger Hans Peter Freyther2-3/+20
2010-09-15nat: Remember if we have check the imsi.Holger Hans Peter Freyther2-3/+4
2010-09-15nat: Keep the fiter status in the return message.Holger Hans Peter Freyther1-1/+3
2010-09-15nat: Improve the log message in case we have SCCP data without a connectionHolger Hans Peter Freyther1-1/+4
2010-09-11vty: Use \r\n in the copyright messagesHolger Hans Peter Freyther1-4/+4
2010-09-05nat: Use ':' to separate the message and strerrorHolger Hans Peter Freyther1-1/+1
2010-09-04vty: Add the config node code to everyone.Holger Hans Peter Freyther1-0/+1
2010-08-30nat: Replace the MGCP Endpoint if that is requiredHolger Hans Peter Freyther1-4/+33
2010-08-30nat: Use different static transaction numbers for the DLCX/MDCX messageHolger Hans Peter Freyther1-1/+1
2010-08-30nat: Document that the MDCX message is not implementedHolger Hans Peter Freyther1-0/+2
2010-08-29nat: Send the right MDCX down the streamHolger Hans Peter Freyther1-3/+3
2010-08-29nat: Remove the code that is wrongly placed..Holger Hans Peter Freyther1-9/+0
2010-08-29nat: Close the right endpoint down the stream.Holger Hans Peter Freyther1-1/+1
2010-08-29nat: Add vty command to show the endpoint allocation statusHolger Hans Peter Freyther1-0/+26
2010-08-29nat: Attempt to assign the BSC Timeslot based on a free listHolger Hans Peter Freyther2-3/+51
2010-08-29nat: Remove the CRCX value from the natHolger Hans Peter Freyther1-4/+1
2010-08-29nat: Reindent the code, no functional changeHolger Hans Peter Freyther1-20/+20
2010-08-29nat: Make the code work in terms of endpoints instead of timeslot/multiplexHolger Hans Peter Freyther2-17/+15
2010-08-29nat: Use the bsc_timeslot when talking to the BSC downstreamHolger Hans Peter Freyther1-3/+4
2010-08-25Introduce '-D' commandline option to daemonize processesHarald Welte1-1/+13
2010-08-06nat: Do not report paging to every BTS...Holger Hans Peter Freyther1-1/+1
2010-08-06nat: In case the downstream fails on a CRCX, ask it to do a DLCXHolger Hans Peter Freyther1-4/+33
2010-08-06nat: Use the state information for the callback.Holger Hans Peter Freyther1-2/+2
2010-08-06nat: Keep the state (CRCX,MDCX,DLCX) of the operation..Holger Hans Peter Freyther1-0/+4