aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-31[nat] Add ip-tos option to the nat.Holger Hans Peter Freyther1-0/+5
2010-05-18msc: Add msc ip-tos NR option for the BSCHolger Hans Peter Freyther1-1/+1
2010-05-16[nat] Make the refusal more complicated to support more MSCsHolger Hans Peter Freyther1-7/+51
2010-05-16[nat] Make create_sccp_src_ref return the SCCP Connection.Holger Hans Peter Freyther1-1/+1
2010-05-16[nat] Remove parameter that is never accessed directlyHolger Hans Peter Freyther1-1/+1
2010-05-16[nat] Add the notion of a "local" connection.Holger Hans Peter Freyther1-0/+7
2010-05-16[nat] Do not access the con after the removalHolger Hans Peter Freyther1-3/+15
2010-05-16[nat] Send a GSM48 message within the reject messageHolger Hans Peter Freyther1-1/+19
2010-05-16[nat] Move the SCCP CREF handling into a new method.Holger Hans Peter Freyther1-7/+17
2010-05-16[nat] Use and print the connection type of a SCCP connection.Holger Hans Peter Freyther1-0/+1
2010-05-16[nat] Set the connection type/reason as out parameterHolger Hans Peter Freyther1-1/+2
2010-05-15[nat] Mention where the MSG is coming from.Holger Hans Peter Freyther1-1/+1
2010-05-15[sccp] Make it optional to send data on a SCCP Connection RefuseHolger Hans Peter Freyther1-1/+1
2010-05-15[nat] Separate exit2/exit3 as this can not be shared...Holger Hans Peter Freyther1-1/+6
2010-05-15[nat] Add a token to the nat config and handle ID GETHolger Hans Peter Freyther1-3/+16
2010-05-14nat: Introduce a nat filter that is working on the CR message.Holger Hans Peter Freyther1-0/+10
2010-05-12abis: Pass the abis_om_obj_inst in the nm_state_event..Holger Hans Peter Freyther1-1/+2
2010-05-12nat: Have a recycle timer that removes unconfirmed SCCP connections.Holger Hans Peter Freyther1-0/+32
2010-05-11nat: Print the MSC status with a new vty command.Holger Hans Peter Freyther1-15/+14
2010-05-05nat: Using the right fd can be a good idea as wellHolger Hans Peter Freyther1-1/+1
2010-05-05nat: Fix bad bug, make sure the fd is not overwritten..Holger Hans Peter Freyther1-11/+11
2010-05-05nat: Use TCP_NODELAY for the connection to the BSC.Holger Hans Peter Freyther1-1/+7
2010-05-05nat: Improve log messages. Refer to ip and fd.Holger Hans Peter Freyther1-3/+6
2010-05-05nat: Make ping/pong timeout configurable.Holger Hans Peter Freyther1-3/+6
2010-05-03nat/bsc: Send PONG on PING, send PING from the BSC tooHolger Hans Peter Freyther1-5/+18
2010-05-02nat: Send a IPA PING down the stream and wait for the pong.Holger Hans Peter Freyther1-0/+55
2010-05-02nat: Do not allow a BSC to send auth messages twice.Holger Hans Peter Freyther1-0/+6
2010-05-01nat: Improve log message and refer to the BSC that was lost.Holger Hans Peter Freyther1-2/+6
2010-04-30nat: Report some more contextsHolger Hans Peter Freyther1-1/+11
2010-04-27nat: Add a command to close a given BSC ConnectionHolger Hans Peter Freyther1-5/+4
2010-04-23nat: Allocate a named context to make dumping allocations possibleHolger Hans Peter Freyther1-0/+1
2010-04-23nat: Only close connections that were fully connectedHolger Hans Peter Freyther1-1/+2
2010-04-23nat: When having a proper close down, or a short read close the connectionHolger Hans Peter Freyther1-9/+8
2010-04-22nat: Handle all queueing to the MSC through the same function.Holger Hans Peter Freyther1-16/+12
2010-04-22nat: Change MGCP DLCX handling and send dummy MDCX to the BTS.Holger Hans Peter Freyther1-1/+1
2010-04-22nat: Move the write queue init to the allocation functionHolger Hans Peter Freyther1-1/+0
2010-04-22nat: Clear the queued messages at the endHolger Hans Peter Freyther1-4/+5
2010-04-21[nat] Degrade the message to a plain debug output.Holger Hans Peter Freyther1-1/+1
2010-04-21[nat] Add option to forbid the paging to the BSC.Holger Hans Peter Freyther1-1/+3
2010-04-21[nat] Lookup by BSC Connection otherwise the point of reassigning the is defe...Holger Hans Peter Freyther1-3/+3
2010-04-21[nat] Slightly improve logging..Holger Hans Peter Freyther1-1/+2
2010-04-18nat: Increase the right counter on calls.Holger Hans Peter Freyther1-1/+1
2010-04-17nat: Print the LAC that was searched for and not found.Holger Hans Peter Freyther1-2/+4
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 Freyther1-1/+1
2010-04-17nat: Move MSC ip address into the config..Holger Hans Peter Freyther1-7/+15
2010-04-13[statistics] Count the times we lost the connection to the MSC.Holger Hans Peter Freyther1-0/+2
2010-04-13[statistics] Provide basic statistics for the NATHolger Hans Peter Freyther1-0/+7
2010-04-08nat: Handle unknown RLSD by send a RLC back to the network.Holger Hans Peter Freyther1-1/+31