aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-29 09:07:05 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-29 09:08:01 +0200
commite6ad794cadd6210315bdce4a6e5c50e56511932a (patch)
tree9e89fc1e45c7bbc0a72b50db149003add5d8e2bb /tests
parentc97b9e64e355545aae5e418047f5d0d643abb74a (diff)
test: Fix the compilation of the test
This test didn't compile as it called the wrong method. It is a manual test anyway and tend to bitrot. I didn't execute the resulting test binary. Hmm, now I did and it segfaults on something that appears to have been introduced a long time ago. Manual tests are as good as no tests (besides they take more time than writing no test). ;)
Diffstat (limited to 'tests')
-rw-r--r--tests/e1inp_ipa_bts_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e1inp_ipa_bts_test.c b/tests/e1inp_ipa_bts_test.c
index 5798d00..28e07ab 100644
--- a/tests/e1inp_ipa_bts_test.c
+++ b/tests/e1inp_ipa_bts_test.c
@@ -71,7 +71,7 @@ sign_link_up(void *unit, struct e1inp_line *line, enum e1inp_sign_type type)
/* Now we can send OML messages to the BSC. */
bts_state = BTS_TEST_OML_SIGN_LINK_UP;
}
- e1inp_ipa_bts_rsl_connect(line, "127.0.0.1", IPA_TCP_PORT_RSL, 0);
+ e1inp_ipa_bts_rsl_connect_n(line, "127.0.0.1", IPA_TCP_PORT_RSL, 0);
break;
case E1INP_SIGN_RSL:
LOGP(DBTSTEST, LOGL_NOTICE, "RSL link up request received.\n");