aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-06-15[nat] Fix the imsi deny config write.Holger Hans Peter Freyther1-1/+1
2010-06-15[nat] We do not want to see the actual matches.Holger Hans Peter Freyther1-5/+3
2010-06-15[nat] Allow to set the description for the bsc.Holger Hans Peter Freyther2-0/+23
2010-06-15[nat] Implement IMSI filtering...Holger Hans Peter Freyther2-14/+153
2010-06-15[nat] Fix the size check of the LU Request.Holger Hans Peter Freyther1-2/+3
2010-06-15[nat] Make the string -> regexp parsing publicHolger Hans Peter Freyther3-18/+21
2010-06-15nat: Add code to parse the SCCP optional data.Holger Hans Peter Freyther1-3/+76
2010-06-15nat: Start to add a test case.. with one CR message.Holger Hans Peter Freyther1-0/+19
2010-06-15nat: Introduce a nat filter that is working on the CR message.Holger Hans Peter Freyther3-0/+22
2010-06-15[nat] Use A.B.C.D for the IP addressHolger Hans Peter Freyther1-1/+1
2010-06-15[nat] Remove range checks inside the VTY command.Holger Hans Peter Freyther1-6/+0
2010-06-15abis: Pass the abis_om_obj_inst in the nm_state_event..Holger Hans Peter Freyther1-1/+2
2010-06-15nat: Have a recycle timer that removes unconfirmed SCCP connections.Holger Hans Peter Freyther1-0/+32
2010-06-15nat: When we fail to reallocate... also close down the MGCP partHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Store the creation time of a sccp connection.Holger Hans Peter Freyther3-1/+7
2010-06-15nat: Print the MSC status with a new vty command.Holger Hans Peter Freyther3-15/+33
2010-06-15bsc_msc: Add a connection timeout for the MSC.Holger Hans Peter Freyther2-0/+13
2010-06-15nat: Using the right fd can be a good idea as wellHolger Hans Peter Freyther1-1/+1
2010-06-15nat: Fix bad bug, make sure the fd is not overwritten..Holger Hans Peter Freyther1-11/+11
2010-06-15nat: Use TCP_NODELAY for the connection to the BSC.Holger Hans Peter Freyther1-1/+7
2010-06-15nat: Improve log messages. Refer to ip and fd.Holger Hans Peter Freyther1-3/+6
2010-06-15nat: Make ping/pong timeout configurable.Holger Hans Peter Freyther4-3/+47
2010-06-15nat/bsc: Send PONG on PING, send PING from the BSC tooHolger Hans Peter Freyther1-5/+18
2010-06-15nat: Send a IPA PING down the stream and wait for the pong.Holger Hans Peter Freyther2-0/+59
2010-06-15nat: Allow to only show statistics for a given BSC Cfg.Holger Hans Peter Freyther1-1/+9
2010-06-15nat: Do not allow a BSC to send auth messages twice.Holger Hans Peter Freyther1-0/+6
2010-06-15nat: Fix vty output for connected BSCsHolger Hans Peter Freyther1-1/+1
2010-06-15nat: Improve log message and refer to the BSC that was lost.Holger Hans Peter Freyther1-2/+6
2010-06-15nat: Fix memory leak... in MGCP forwardingHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Report some more contextsHolger Hans Peter Freyther1-1/+11
2010-06-15nat: Do not use \n in the vty code.Holger Hans Peter Freyther1-5/+5
2010-06-15nat: Add a command to close a given BSC ConnectionHolger Hans Peter Freyther3-5/+24
2010-06-15nat: Print the remote reference as well.Holger Hans Peter Freyther1-1/+5
2010-06-15nat: Release the transaction id earlier, always reset the BSCHolger Hans Peter Freyther1-6/+8
2010-06-15nat: Attempt to clarify the text inside the log message.Holger Hans Peter Freyther1-1/+1
2010-06-15nat: Allocate a named context to make dumping allocations possibleHolger Hans Peter Freyther1-0/+2
2010-06-15nat: Only close connections that were fully connectedHolger Hans Peter Freyther3-1/+4
2010-06-15nat: When having a proper close down, or a short read close the connectionHolger Hans Peter Freyther1-9/+8
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