aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/bsc-nat
AgeCommit message (Expand)AuthorFilesLines
2016-11-12move to libxsc: net init 3: actual moveNeels Hofmeyr1-0/+1
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr1-0/+1
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-22/+54
2016-05-25filter/nat: Fix the context for the imsi assignmentHolger Hans Peter Freyther1-0/+3
2016-04-12NAT: allow allocating BSC in arbitrary orderMax1-7/+7
2015-08-13nat: Forward SDP files with multiple payload types in itHolger Hans Peter Freyther1-2/+2
2015-08-0364bit: Fix compiler warnings in regard to 64bitHolger Hans Peter Freyther1-1/+1
2015-05-03filter: Move the con_type into the filter_stateHolger Hans Peter Freyther1-11/+11
2015-05-03filter: Remove nat_sccp_connection from public APIHolger Hans Peter Freyther1-1/+1
2015-05-03filter: Separate SCCP/BSSAP extraction and gsm48 codeHolger Hans Peter Freyther1-1/+2
2015-05-03filter: More renaming and remove of "NAT" from itHolger Hans Peter Freyther1-11/+11
2015-05-03filter: Remove nat from bsc_nat_acc_lst and replace with msgHolger Hans Peter Freyther1-6/+6
2015-05-03filter: Cease out "struct bsc_nat" from the APIHolger Hans Peter Freyther1-2/+2
2015-05-03filter: Move the method definition to the filter moduleHolger Hans Peter Freyther1-0/+1
2015-05-03filter: Move the gsm 04.08 filter to a common placeHolger Hans Peter Freyther1-2/+3
2015-04-23nat: Make mode-set patching optionalHolger Hans Peter Freyther2-1/+17
2014-08-29nat: Introduce a config free for the test and fix valgrind issuesHolger Hans Peter Freyther1-9/+16
2014-08-29tests: bsc-nat: fix bsc_mgcp_rewrite() with osmuxPablo Neira Ayuso1-1/+1
2014-08-21move libctrl from openbsc to libosmoctrl (libosmocore.git)Harald Welte1-3/+3
2014-05-22mgcp: add voice muxer supportPablo Neira Ayuso2-3/+3
2014-01-20nat: Introduce reject cause to bsc_nat_acc_lst_entryHolger Hans Peter Freyther1-1/+102
2013-12-05mgcp/nat: Take payload type from SDP dataJacob Erlbeck1-1/+1
2013-12-05mgcp: Add tests for payload types in MGCP messagesJacob Erlbeck2-1/+20
2013-09-19nat: Fix make distcheck for the natHolger Hans Peter Freyther1-4/+4
2013-07-31nat: Implement a post-routing for the NAT softwareHolger Hans Peter Freyther2-0/+62
2013-07-31nat: Fix some memory leaks in the testcases.Holger Hans Peter Freyther1-0/+5
2013-07-31nat: Allow to use the prefix lookup to rewrite numbersHolger Hans Peter Freyther3-1/+54
2013-07-04nat: The second call didn't really add anything to the test.Holger Hans Peter Freyther1-3/+0
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
2013-04-16nat: Extract the LAC/CI from the Complete Layer3 InformationHolger Hans Peter Freyther2-0/+36
2013-04-16nat: Rename "struct sccp_connections" to "struct nat_sccp_connection"Holger Hans Peter Freyther1-7/+7
2013-04-16nat: Allow to re-write international numbers in the CC Setup messagesHolger Hans Peter Freyther2-2/+75
2013-04-16nat: We want the remote to respond to our DLCX requestHolger Hans Peter Freyther2-0/+2
2013-04-16nat: Make it possible to send MGCP messages through the IPA multiplexHolger Hans Peter Freyther1-0/+6
2013-01-07nat: Introduce a global IMSI barr list using red-black treesHolger Hans Peter Freyther5-1/+95
2013-01-07nat: Allow the filter to select the reject causeHolger Hans Peter Freyther1-5/+10
2013-01-07nat: Move the IMSI/TMSI filtering to a new and dedicated fileHolger Hans Peter Freyther1-0/+1
2013-01-07nat: Extract the message re-writing from the utils to a dedicated fileHolger Hans Peter Freyther1-0/+1
2012-11-07nat: Inject a a=fmtp:%d to force the right AMR codeHolger Hans Peter Freyther1-3/+3
2012-03-26nat: Add another test case for TP-SRR clearing and number rewriteHolger Hans Peter Freyther2-3/+42
2012-01-18nat: Internationalize the TP-DA if it starts with a 00Holger Hans Peter Freyther1-4/+4
2012-01-18nat: Prepare to rewrite the TP-DA number of a SMS submit.Holger Hans Peter Freyther3-2/+56
2012-01-18nat: Print the sizes and the offending data in case of a failureHolger Hans Peter Freyther1-1/+5
2012-01-15nat: Add the bsc_data.c file to the EXTRA_DISTHolger Hans Peter Freyther1-1/+1
2012-01-10nat: Implement clearing of TP-SRR flags from TPDUsHolger Hans Peter Freyther3-3/+67
2012-01-10nat: Reduce copy and paste in the test, create a verify_msgHolger Hans Peter Freyther1-50/+23
2012-01-10nat: Use the link_id from the original message in the new DTAP messageHolger Hans Peter Freyther1-1/+1
2012-01-06tests: Introduce running tests with GNU autotest in OpenBSCHolger Hans Peter Freyther2-1/+22
2012-01-06nat: Log test output stdout using printf in prep for GNU autotestHolger Hans Peter Freyther1-78/+97
2011-08-22misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_regHolger Hans Peter Freyther1-3/+3