summaryrefslogtreecommitdiffstats
path: root/src/tcap_test.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-01-30 20:35:41 +0100
committerHarald Welte <laforge@gnumonks.org>2012-01-30 20:35:41 +0100
commit44c1119d0d7ab7393871209dbbc4ba5f9f7904b7 (patch)
tree452c10ec086193c8feeb1fbcc54bdaec3a3a0366 /src/tcap_test.c
parent05943cb3cb8aee13433b0d465a00067f841c9821 (diff)
port to more recent libosmocore API
This code has been bitrotting and missing all of the libosmocore API changes of teh last 1.5 years or so...
Diffstat (limited to 'src/tcap_test.c')
-rw-r--r--src/tcap_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tcap_test.c b/src/tcap_test.c
index ef0e0ec..dc79dfe 100644
--- a/src/tcap_test.c
+++ b/src/tcap_test.c
@@ -28,8 +28,8 @@
//#include <asn1/OBJECT_IDENTIFIER.h>
-#include <osmocore/utils.h>
-#include <osmocore/talloc.h>
+#include <osmocom/core/utils.h>
+#include <osmocom/core/talloc.h>
#include "tcap_user.h"
@@ -226,6 +226,6 @@ int main(int argc, char **argv)
}
while (1) {
- bsc_select_main(0);
+ osmo_select_main(0);
}
}