aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-21bsc-nat: Remove whitespace at the end of CTR descriptionsPau Espin Pedrol1-13/+13
2018-06-28bsc-nat: forward paging to all BSC when CELL_IDENT_BSS is receivedPau Espin Pedrol1-10/+20
2018-06-28bsc-nat: find_paging: Check return code of tlv_parsePau Espin Pedrol1-1/+7
2018-06-27bsc-nat: Replace '.' in counter names with ':'Pau Espin Pedrol1-14/+14
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
2011-05-31nat: Refactor the number patching code into a new methodHolger Hans Peter Freyther1-45/+56
2011-05-07src: rename msg_entr* to osmo_config_*Pablo Neira Ayuso1-1/+1
2011-05-06src: use namespace prefix osmo_counter*Pablo Neira Ayuso1-6/+6
2011-05-06src: use namespace prefix osmo_wqueue*Pablo Neira Ayuso1-4/+4
2011-05-06src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-1/+1
2011-05-02nat: Create a Paging Group that BSCs can refer toHolger Hans Peter Freyther1-8/+49