aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-03Rename bsc_nat -> osmo-bsc_nat and bsc_mgcp -> osmo-bsc_mgcpHarald Welte1-1387/+0
2011-02-24Use shorter vty_app_info->name for all appsHarald Welte1-1/+1
2011-02-11[BSC] Move the BTS-type specific code from bcs_init.c to bts_*.cHarald Welte1-13/+0
2011-01-07ipa: Only use one IPA number for Osmo extensionsHolger Hans Peter Freyther1-1/+1
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-7/+6
2010-10-29nat: Send a clear command in case of connection releases.Holger Hans Peter Freyther1-7/+29
2010-10-27Merge branch 'zecke/number-rewrite'0.9.9Holger Hans Peter Freyther1-1/+11
2010-10-27nat: Also send a Clear Command in case of the USSD Provider diesHolger Hans Peter Freyther1-0/+23
2010-10-27nat: Close SCCP connections when the USSD Provider is closed.Holger Hans Peter Freyther1-0/+37
2010-10-27nat: Make clear where the RLSD is send toHolger Hans Peter Freyther1-2/+2
2010-10-27nat: Implement rewriting, have a very basic test for that featureHolger Hans Peter Freyther1-1/+1
2010-10-27nat: Add hook for rewriting a setup messageHolger Hans Peter Freyther1-1/+11
2010-10-25nat: Forward extra state and the message to the USSD providerHolger Hans Peter Freyther1-4/+2
2010-10-25nat: Implement accepting a USSD Provider connection, do authenticationHolger Hans Peter Freyther1-0/+6
2010-10-25nat: Create a USSD module to filter out USSDs...Holger Hans Peter Freyther1-0/+7
2010-10-21nat: Copy the IMSI, then free it or move the context to the connectionHolger Hans Peter Freyther1-1/+9
2010-10-19nat: Convert the ip to host order to allow to bind to other ipsHolger Hans Peter Freyther1-1/+1
2010-10-19nat: Use the make_sock routine to listen for incoming connections.Holger Hans Peter Freyther1-38/+4
2010-10-19nat: Use strncmp on the string in case it is not null terminatedHolger Hans Peter Freyther1-1/+2
2010-10-13nat: Make the write_queue write callback a public functionHolger Hans Peter Freyther1-12/+1
2010-10-13ipaccess: Put our extensions to the protocol into the same enumHolger Hans Peter Freyther1-1/+1
2010-10-08nat: Allow a BSC to have multiple LACsHolger Hans Peter Freyther1-2/+2
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-03nat: Provide statistics about amount of different messages.Holger Hans Peter Freyther1-0/+16
2010-09-25nat: Keep track of how many connections we rejectHolger Hans Peter Freyther1-1/+29
2010-09-24nat: Fix the filter when searching for a identity responseHolger Hans Peter Freyther1-5/+5
2010-09-18janitor: Move the * to the variable nameHolger Hans Peter Freyther1-3/+3
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: Check if the connection was filtered before the msc connectionHolger Hans Peter Freyther1-4/+4
2010-09-15nat: Attempt to disconnect a connection when IMSI filtering happensHolger Hans Peter Freyther1-4/+60
2010-09-15nat: Start inspecting every message coming from the BSC for the IMSIHolger Hans Peter Freyther1-3/+11
2010-09-15nat: Remember if we have check the imsi.Holger Hans Peter Freyther1-1/+2
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-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