aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/oap/oap_test.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-05-06 23:28:52 +0200
committerHarald Welte <laforge@gnumonks.org>2016-12-13 14:54:01 +0000
commit736474ce451a92cdc17db5f290f55f8cf22a13a2 (patch)
treeac022ed782acfc14f63cdd6f7bfa03df1f2ad7b7 /openbsc/tests/oap/oap_test.c
parentef022783c37c459d0ccb5aa6f165d4d4dc6c0815 (diff)
move OAP messages implementations to libosmocore
This corresponds to change-id If5099e60681a215e798b6675f21813f26769c253 in libosmocore, which is now required to build openbsc. Related: OS#1592 Change-Id: I2f06aaa6eb54eafa860cfed8e72e41d82ff1c4cf
Diffstat (limited to 'openbsc/tests/oap/oap_test.c')
-rw-r--r--openbsc/tests/oap/oap_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/tests/oap/oap_test.c b/openbsc/tests/oap/oap_test.c
index d200ed205..68542fd4d 100644
--- a/openbsc/tests/oap/oap_test.c
+++ b/openbsc/tests/oap/oap_test.c
@@ -19,11 +19,10 @@
*/
#include <osmocom/core/application.h>
+#include <osmocom/gsm/oap.h>
#include <openbsc/debug.h>
-
#include <openbsc/oap.h>
-#include <openbsc/oap_messages.h>
#include <stdio.h>
#include <string.h>