aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat
AgeCommit message (Expand)AuthorFilesLines
2010-05-31[nat] Add ip-tos option to the nat.Holger Hans Peter Freyther2-0/+15
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 Freyther2-7/+52
2010-05-16[nat] Make create_sccp_src_ref return the SCCP Connection.Holger Hans Peter Freyther2-7/+8
2010-05-16[nat] Remove parameter that is never accessed directlyHolger Hans Peter Freyther2-2/+2
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 Freyther3-1/+15
2010-05-16[nat] Set the connection type/reason as out parameterHolger Hans Peter Freyther2-2/+9
2010-05-16[nat] Use the new gsm48 method to parse the MI followed by a classmark.Holger Hans Peter Freyther1-22/+9
2010-05-16[nat] Let IMSI DETACH and other messages pass by.Holger Hans Peter Freyther1-3/+2
2010-05-16[nat] Print on which BSC config this happend.Holger Hans Peter Freyther1-2/+2
2010-05-15[nat] Parse the PAGING RESPONSE inside a CR message as well.Holger Hans Peter Freyther1-1/+29
2010-05-15[nat] Check proto descriptor and the message typeHolger Hans Peter Freyther1-2/+4
2010-05-15[nat] Add code to filter the CM Service Request by IMSI.Holger Hans Peter Freyther1-0/+48
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] Remove the imsi allow option on the nat level.Holger Hans Peter Freyther2-23/+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 Freyther2-3/+29
2010-05-14[nat] Add a regexp test command to the VTY.Holger Hans Peter Freyther1-0/+19
2010-05-14[nat] Fix the imsi deny config write.Holger Hans Peter Freyther1-1/+1
2010-05-14[nat] We do not want to see the actual matches.Holger Hans Peter Freyther1-5/+3
2010-05-14[nat] Allow to set the description for the bsc.Holger Hans Peter Freyther1-0/+21
2010-05-14[nat] Implement IMSI filtering...Holger Hans Peter Freyther1-6/+49
2010-05-14[nat] Fix the size check of the LU Request.Holger Hans Peter Freyther1-2/+3
2010-05-14[nat] Make the string -> regexp parsing publicHolger Hans Peter Freyther2-18/+18
2010-05-14nat: Add code to parse the SCCP optional data.Holger Hans Peter Freyther1-3/+76
2010-05-14nat: Introduce a nat filter that is working on the CR message.Holger Hans Peter Freyther2-0/+17
2010-05-14[nat] Use A.B.C.D for the IP addressHolger Hans Peter Freyther1-1/+1
2010-05-14[nat] Remove range checks inside the VTY command.Holger Hans Peter Freyther1-6/+0
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-12nat: When we fail to reallocate... also close down the MGCP partHolger Hans Peter Freyther1-0/+1
2010-05-12nat: Store the creation time of a sccp connection.Holger Hans Peter Freyther1-0/+3
2010-05-11nat: Print the MSC status with a new vty command.Holger Hans Peter Freyther2-15/+32
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 Freyther3-3/+42
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: Allow to only show statistics for a given BSC Cfg.Holger Hans Peter Freyther1-1/+9
2010-05-02nat: Do not allow a BSC to send auth messages twice.Holger Hans Peter Freyther1-0/+6
2010-05-02nat: Fix vty output for connected BSCsHolger Hans Peter Freyther1-1/+1
2010-05-01nat: Improve log message and refer to the BSC that was lost.Holger Hans Peter Freyther1-2/+6
2010-05-01nat: Fix memory leak... in MGCP forwardingHolger Hans Peter Freyther1-0/+1