From d2dd6e878c5125810fbb34c697ee337e84d21a47 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 6 Apr 2010 11:06:11 +0200 Subject: Revert "nat: Remember where the BTS is listening for things." Remove the code to parse port as we need to discover the BTS behind the nat and most likely it will have a different port than the one advertised by the BTS. This reverts commit c6a1fe773d16eb20d4cb1d3097761419436f4537. --- openbsc/tests/bsc-nat/bsc_nat_test.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'openbsc/tests/bsc-nat/bsc_nat_test.c') diff --git a/openbsc/tests/bsc-nat/bsc_nat_test.c b/openbsc/tests/bsc-nat/bsc_nat_test.c index a859d072d..593963291 100644 --- a/openbsc/tests/bsc-nat/bsc_nat_test.c +++ b/openbsc/tests/bsc-nat/bsc_nat_test.c @@ -505,19 +505,6 @@ static void test_mgcp_parse(void) } } -static void test_mgcp_parse_port(void) -{ - int port; - - fprintf(stderr, "Test MGCP port parsing.\n"); - - port = bsc_mgcp_extract_port(mdcx_resp); - if (port != 4002) { - fprintf(stderr, "Could not parse port. Got: %d\n", port); - abort(); - } -} - int main(int argc, char **argv) { struct debug_target *stderr_target; @@ -533,7 +520,6 @@ int main(int argc, char **argv) test_mgcp_find(); test_mgcp_rewrite(); test_mgcp_parse(); - test_mgcp_parse_port(); return 0; } -- cgit v1.2.3