aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-20 22:04:11 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-20 23:41:07 +0200
commitb65f58f6f9e504a017e83634e1cceebdd7525fdb (patch)
tree47853fc50e66c59a39d4dac8188641468dd51610 /tests
parent46fc7e2df78d489bfd9de2fa4084ea8d369f1401 (diff)
move various generic IPA related functions to libosmocore
libosmo-abis is about forming A-bis interfaces/lines by means of E1 or the IPA multiplex (or possibly other link layers). The IPA multiplex is used in other contexts, such as the Control interface, or the A interface. In that context, it makes sense to have generic IPA related functions in libosmocore.
Diffstat (limited to 'tests')
-rw-r--r--tests/e1inp_ipa_bts_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/e1inp_ipa_bts_test.c b/tests/e1inp_ipa_bts_test.c
index 02a4cb3..18f1709 100644
--- a/tests/e1inp_ipa_bts_test.c
+++ b/tests/e1inp_ipa_bts_test.c
@@ -9,6 +9,7 @@
#include <osmocom/core/application.h>
#include <osmocom/abis/ipaccess.h>
#include <osmocom/gsm/protocol/gsm_12_21.h>
+#include <osmocom/gsm/ipa.h>
static void *tall_test;
static struct e1inp_sign_link *oml_sign_link, *rsl_sign_link;