aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-29nat: Attempt to assign the BSC Timeslot based on a free listHolger Hans Peter Freyther1-1/+1
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-05nat: Use the mgcp_config_alloc to have defaults initializedHolger Hans Peter Freyther1-1/+1
2010-08-04nat: Count the number of connects to the MSC.Holger Hans Peter Freyther1-2/+6
2010-08-03Use new include paths of libosmo-sccp 0.0.2Harald Welte1-1/+1
2010-07-31nat: Fix compilation with nat not being enabled.Holger Hans Peter Freyther1-0/+1
2010-07-31sccp: Use the external libosmo-sccp as sccp implementationHolger Hans Peter Freyther1-0/+1
2010-07-27nat: Rename ip-tos to ip-dscp and provide an alias...Holger Hans Peter Freyther1-1/+1
2010-07-23nat: Clang reported two places with garbage dataHolger Hans Peter Freyther1-1/+5
2010-07-23nat: u_int8_t -> uint8_tHolger Hans Peter Freyther1-10/+10
2010-07-05nat: Remove the first_contact variable.Holger Hans Peter Freyther1-1/+0
2010-07-05nat: Create a method to determine if any MSC is connected.Holger Hans Peter Freyther1-1/+1
2010-07-05nat: Store the msc_con in the data of the bsc_fdHolger Hans Peter Freyther1-8/+12
2010-07-05nat: Make queue_for_msc use the msc_con parameter, pass in the right msc_conHolger Hans Peter Freyther1-17/+23
2010-07-05nat: Keep track of the MSC handling the connection.Holger Hans Peter Freyther1-0/+1
2010-06-17nat: Count the number of dropped SCCP and MGCP calls as well.Holger Hans Peter Freyther1-0/+6
2010-06-17nat: Switch per BSC counters to the rate ctr.Holger Hans Peter Freyther1-2/+6
2010-06-17bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch.Holger Hans Peter Freyther1-5/+0
2010-06-15nat: Attempt to update the VTY usage to the latest versionHolger Hans Peter Freyther1-3/+26
2010-06-15nat: Do not use the bssap.h include as it does not exist in this branch.Holger Hans Peter Freyther1-2/+1
2010-06-15[nat] Add ip-tos option to the nat.Holger Hans Peter Freyther1-0/+5
2010-06-15msc: Add msc ip-tos NR option for the BSCHolger Hans Peter Freyther1-1/+1
2010-06-15[nat] Make the refusal more complicated to support more MSCsHolger Hans Peter Freyther1-7/+51
2010-06-15[nat] Make create_sccp_src_ref return the SCCP Connection.Holger Hans Peter Freyther1-1/+1
2010-06-15[nat] Remove parameter that is never accessed directlyHolger Hans Peter Freyther1-1/+1
2010-06-15[nat] Add the notion of a "local" connection.Holger Hans Peter Freyther1-0/+7
2010-06-15[nat] Do not access the con after the removalHolger Hans Peter Freyther1-3/+15
2010-06-15[nat] Send a GSM48 message within the reject messageHolger Hans Peter Freyther1-1/+19
2010-06-15[nat] Move the SCCP CREF handling into a new method.Holger Hans Peter Freyther1-7/+17
2010-06-15[nat] Use and print the connection type of a SCCP connection.Holger Hans Peter Freyther1-0/+1
2010-06-15[nat] Set the connection type/reason as out parameterHolger Hans Peter Freyther1-1/+2
2010-06-15[nat] Mention where the MSG is coming from.Holger Hans Peter Freyther1-1/+1
2010-06-15[sccp/nat] Make it optional to send data on a SCCP Connection RefuseHolger Hans Peter Freyther1-1/+1
2010-06-15[nat] Separate exit2/exit3 as this can not be shared...Holger Hans Peter Freyther1-1/+6
2010-06-15[nat] Add a token to the nat config and handle ID GETHolger Hans Peter Freyther1-3/+16
2010-06-15nat: Introduce a nat filter that is working on the CR message.Holger Hans Peter Freyther1-0/+10
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: Print the MSC status with a new vty command.Holger Hans Peter Freyther1-15/+14
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 Freyther1-3/+6
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 Freyther1-0/+55
2010-06-15nat: Do not allow a BSC to send auth messages twice.Holger Hans Peter Freyther1-0/+6
2010-06-15nat: Improve log message and refer to the BSC that was lost.Holger Hans Peter Freyther1-2/+6
2010-06-15nat: Report some more contextsHolger Hans Peter Freyther1-1/+11