summaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libmgcp: Pass the pointer to the mgcp list on inituser/max/mscsplitDaniel Willmann2017-09-191-1/+0
* osmo-bsc_nat: Modify nat init to work with multiple mgcp_configsDaniel Willmann2017-09-191-0/+1
* Add warnings in places missing supportDaniel Willmann2017-09-191-1/+2
* osmo-bsc_nat: Change the way bsc_nat_msc_is_connected() worksDaniel Willmann2017-09-191-6/+3
* osmo-bsc_nat: Implement access lists for MSC connsDaniel Willmann2017-09-191-0/+32
* osmo-bsc_nat: Change some functions to work with multiple MSC connsDaniel Willmann2017-09-191-1/+6
* osmo-bsc_nat: Support multiple MSCs in VTY/configDaniel Willmann2017-09-191-16/+9
* osmo-bsc_nat: Add functions for MSC config structDaniel Willmann2017-09-191-0/+59
* don't re-implement osmo_talloc_replace_string()Harald Welte2017-06-091-1/+1
* fix use after free in bsc_config_freeNeels Hofmeyr2016-11-101-1/+1
* NAT: allow allocating BSC in arbitrary orderMax2016-04-121-2/+5
* stats: Set class_id in rate_ctr group descriptionsJacob Erlbeck2015-11-021-0/+2
* nat: Factor out the config by token searchHolger Hans Peter Freyther2015-07-011-0/+18
* filter: Move the con_type into the filter_stateHolger Hans Peter Freyther2015-05-031-15/+15
* filter: Remove nat from bsc_nat_acc_lst and replace with msgHolger Hans Peter Freyther2015-05-031-2/+2
* filter: Move the access list management aroundHolger Hans Peter Freyther2015-05-031-88/+0
* filter: Move the method definition to the filter moduleHolger Hans Peter Freyther2015-05-031-0/+1
* nat: Introduce a config free for the test and fix valgrind issuesHolger Hans Peter Freyther2014-08-291-0/+28
* nat: Remove the entry from the list before we destroy itHolger Hans Peter Freyther2014-08-291-0/+1
* adopt recent IPA related symbol renameHarald Welte2014-08-201-1/+2
* nat: Introduce reject cause to bsc_nat_acc_lst_entryHolger Hans Peter Freyther2014-01-201-0/+2
* nat: Implement a post-routing for the NAT softwareHolger Hans Peter Freyther2013-07-311-0/+1
* nat: Extract the LAC/CI from the Complete Layer3 InformationHolger Hans Peter Freyther2013-04-161-0/+62
* nat: Rename "struct sccp_connections" to "struct nat_sccp_connection"Holger Hans Peter Freyther2013-04-161-2/+2
* nat: We want the remote to respond to our DLCX requestHolger Hans Peter Freyther2013-04-161-0/+1
* nat: Move the IMSI/TMSI filtering to a new and dedicated fileHolger Hans Peter Freyther2013-01-071-281/+0
* nat: Extract the message re-writing from the utils to a dedicated fileHolger Hans Peter Freyther2013-01-071-589/+0
* nat: Internationalize the TP-DA if it starts with a 00Holger Hans Peter Freyther2012-01-181-1/+4
* nat: Prepare to rewrite the TP-DA number of a SMS submit.Holger Hans Peter Freyther2012-01-181-35/+114
* nat: Add the line break after the '.0.10.1Holger Hans Peter Freyther2012-01-111-1/+1
* nat: Implement clearing of TP-SRR flags from TPDUsHolger Hans Peter Freyther2012-01-101-4/+39
* nat: Use the link_id from the original message in the new DTAP messageHolger Hans Peter Freyther2012-01-101-1/+3
* nat: Compare the DTAP L3 size with the size of the msgb - dtap headerHolger Hans Peter Freyther2012-01-101-2/+4
* nat: Fix comment and mask for looking at TP-MTIHolger Hans Peter Freyther2012-01-101-2/+3
* nat: SMS rewrite matching, empty list means match everythingHolger Hans Peter Freyther2012-01-101-1/+1
* nat: SMS comment updatesHolger Hans Peter Freyther2012-01-101-1/+2
* nat: Move SMS creation into a new method, no functional changeHolger Hans Peter Freyther2012-01-101-34/+49
* nat: Access data_ptr after we have checked the lengthHolger Hans Peter Freyther2012-01-101-4/+4
* nat: Move the finding of the number to a new methodHolger Hans Peter Freyther2012-01-101-44/+62
* misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_regHolger Hans Peter Freyther2011-08-221-25/+0
* src: port openBSC over libosmo-abis0.9.15Pablo Neira Ayuso2011-08-191-3/+3
* nat: Use libctrl and add command forwarding to osmo-bscDaniel Willmann2011-07-131-0/+1
* nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matchesHolger Hans Peter Freyther2011-06-011-0/+60
* nat: Patch the destination SMS address of a messageHolger Hans Peter Freyther2011-06-011-4/+133
* nat: Move the common new message generation code into the base methodHolger Hans Peter Freyther2011-06-011-26/+28
* nat: Prepare to patch more than the CC Setup messageHolger Hans Peter Freyther2011-06-011-24/+31
* nat: Allow to have a regexp to match the MSISDNHolger Hans Peter Freyther2011-06-011-24/+92
* nat: Allow to rewrite any non international numberHolger Hans Peter Freyther2011-05-311-2/+0
* nat: Refactor the number patching code into a new methodHolger Hans Peter Freyther2011-05-311-45/+56
* src: rename msg_entr* to osmo_config_*Pablo Neira Ayuso2011-05-071-1/+1