aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-30osmo-bsc_nat: Change nat_sccp_conection ref namesDaniel Willmann1-2/+2
2018-01-30libmgcp: Pass the pointer to the mgcp list on init, don't copy itDaniel Willmann1-1/+0
2018-01-30osmo-bsc_nat: Modify nat init to work with multiple mgcp_configsDaniel Willmann1-0/+1
2018-01-30Add warnings in places missing supportDaniel Willmann1-1/+2
2018-01-30osmo-bsc_nat: Change the way bsc_nat_msc_is_connected() worksDaniel Willmann1-6/+3
2018-01-30osmo-bsc_nat: Have a default MSC for messages from BSCDaniel Willmann1-0/+12
2018-01-30osmo-bsc_nat: Implement access lists for MSC connsDaniel Willmann1-0/+20
2018-01-25osmo-bsc_nat: Change some functions to work with multiple MSC connsDaniel Willmann1-1/+6
2018-01-25osmo-bsc_nat: Support multiple MSCs in VTY/configDaniel Willmann1-16/+9
2018-01-25osmo-bsc_nat: Add functions to alloc/find/free MSC configDaniel Willmann1-0/+59
2017-06-09don't re-implement osmo_talloc_replace_string()Harald Welte1-1/+1
2016-11-10fix use after free in bsc_config_freeNeels Hofmeyr1-1/+1
2016-04-12NAT: allow allocating BSC in arbitrary orderMax1-2/+5
2015-11-02stats: Set class_id in rate_ctr group descriptionsJacob Erlbeck1-0/+2
2015-07-01nat: Factor out the config by token searchHolger Hans Peter Freyther1-0/+18
2015-05-03filter: Move the con_type into the filter_stateHolger Hans Peter Freyther1-15/+15
2015-05-03filter: Remove nat from bsc_nat_acc_lst and replace with msgHolger Hans Peter Freyther1-2/+2
2015-05-03filter: Move the access list management aroundHolger Hans Peter Freyther1-88/+0
2015-05-03filter: Move the method definition to the filter moduleHolger Hans Peter Freyther1-0/+1
2014-08-29nat: Introduce a config free for the test and fix valgrind issuesHolger Hans Peter Freyther1-0/+28
2014-08-29nat: Remove the entry from the list before we destroy itHolger Hans Peter Freyther1-0/+1
2014-08-20adopt recent IPA related symbol renameHarald Welte1-1/+2
2014-01-20nat: Introduce reject cause to bsc_nat_acc_lst_entryHolger Hans Peter Freyther1-0/+2
2013-07-31nat: Implement a post-routing for the NAT softwareHolger Hans Peter Freyther1-0/+1
2013-04-16nat: Extract the LAC/CI from the Complete Layer3 InformationHolger Hans Peter Freyther1-0/+62
2013-04-16nat: Rename "struct sccp_connections" to "struct nat_sccp_connection"Holger Hans Peter Freyther1-2/+2
2013-04-16nat: We want the remote to respond to our DLCX requestHolger Hans Peter Freyther1-0/+1
2013-01-07nat: Move the IMSI/TMSI filtering to a new and dedicated fileHolger Hans Peter Freyther1-281/+0
2013-01-07nat: Extract the message re-writing from the utils to a dedicated fileHolger Hans Peter Freyther1-589/+0
2012-01-18nat: Internationalize the TP-DA if it starts with a 00Holger Hans Peter Freyther1-1/+4
2012-01-18nat: Prepare to rewrite the TP-DA number of a SMS submit.Holger Hans Peter Freyther1-35/+114
2012-01-11nat: Add the line break after the '.0.10.1Holger Hans Peter Freyther1-1/+1
2012-01-10nat: Implement clearing of TP-SRR flags from TPDUsHolger Hans Peter Freyther1-4/+39
2012-01-10nat: Use the link_id from the original message in the new DTAP messageHolger Hans Peter Freyther1-1/+3
2012-01-10nat: Compare the DTAP L3 size with the size of the msgb - dtap headerHolger Hans Peter Freyther1-2/+4
2012-01-10nat: Fix comment and mask for looking at TP-MTIHolger Hans Peter Freyther1-2/+3
2012-01-10nat: SMS rewrite matching, empty list means match everythingHolger Hans Peter Freyther1-1/+1
2012-01-10nat: SMS comment updatesHolger Hans Peter Freyther1-1/+2
2012-01-10nat: Move SMS creation into a new method, no functional changeHolger Hans Peter Freyther1-34/+49
2012-01-10nat: Access data_ptr after we have checked the lengthHolger Hans Peter Freyther1-4/+4
2012-01-10nat: Move the finding of the number to a new methodHolger Hans Peter Freyther1-44/+62
2011-08-22misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_regHolger Hans Peter Freyther1-25/+0
2011-08-19src: port openBSC over libosmo-abis0.9.15Pablo Neira Ayuso1-3/+3
2011-07-13nat: Use libctrl and add command forwarding to osmo-bscDaniel Willmann1-0/+1
2011-06-01nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matchesHolger Hans Peter Freyther1-0/+60
2011-06-01nat: Patch the destination SMS address of a messageHolger Hans Peter Freyther1-4/+133
2011-06-01nat: Move the common new message generation code into the base methodHolger Hans Peter Freyther1-26/+28
2011-06-01nat: Prepare to patch more than the CC Setup messageHolger Hans Peter Freyther1-24/+31
2011-06-01nat: Allow to have a regexp to match the MSISDNHolger Hans Peter Freyther1-24/+92
2011-05-31nat: Allow to rewrite any non international numberHolger Hans Peter Freyther1-2/+0