aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-08 21:29:23 +0100
committerHarald Welte <laforge@gnumonks.org>2016-12-13 14:54:01 +0000
commit11ecc9320c168d22ee89f84b75007420020b8356 (patch)
tree45379315ea134bd67fb6e99e857fea917729437c /openbsc
parent49012f14dd5480573943e5d8cd5e9908f3eabb16 (diff)
rename oap.h to oap_client.h
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/Makefile.am2
-rw-r--r--openbsc/include/openbsc/gsup_client.h2
-rw-r--r--openbsc/include/openbsc/oap_client.h (renamed from openbsc/include/openbsc/oap.h)0
-rw-r--r--openbsc/include/openbsc/sgsn.h2
-rw-r--r--openbsc/src/gprs/oap.c2
-rw-r--r--openbsc/tests/oap/oap_test.c2
6 files changed, 5 insertions, 5 deletions
diff --git a/openbsc/include/openbsc/Makefile.am b/openbsc/include/openbsc/Makefile.am
index 8ea95e0a8..2466ce859 100644
--- a/openbsc/include/openbsc/Makefile.am
+++ b/openbsc/include/openbsc/Makefile.am
@@ -54,7 +54,7 @@ noinst_HEADERS = \
mncc_int.h \
nat_rewrite_trie.h \
network_listen.h \
- oap.h \
+ oap_client.h \
openbscdefines.h \
osmo_bsc.h \
osmo_bsc_grace.h \
diff --git a/openbsc/include/openbsc/gsup_client.h b/openbsc/include/openbsc/gsup_client.h
index d21a54d83..a113225e1 100644
--- a/openbsc/include/openbsc/gsup_client.h
+++ b/openbsc/include/openbsc/gsup_client.h
@@ -23,7 +23,7 @@
#include <osmocom/core/timer.h>
-#include <openbsc/oap.h>
+#include <openbsc/oap_client.h>
#define GSUP_CLIENT_RECONNECT_INTERVAL 10
#define GSUP_CLIENT_PING_INTERVAL 20
diff --git a/openbsc/include/openbsc/oap.h b/openbsc/include/openbsc/oap_client.h
index 80c86d5d6..80c86d5d6 100644
--- a/openbsc/include/openbsc/oap.h
+++ b/openbsc/include/openbsc/oap_client.h
diff --git a/openbsc/include/openbsc/sgsn.h b/openbsc/include/openbsc/sgsn.h
index c8dcc0de8..1ede2c930 100644
--- a/openbsc/include/openbsc/sgsn.h
+++ b/openbsc/include/openbsc/sgsn.h
@@ -6,7 +6,7 @@
#include <osmocom/crypt/gprs_cipher.h>
#include <osmocom/gprs/gprs_ns.h>
#include <openbsc/gprs_sgsn.h>
-#include <openbsc/oap.h>
+#include <openbsc/oap_client.h>
#include <ares.h>
diff --git a/openbsc/src/gprs/oap.c b/openbsc/src/gprs/oap.c
index ac2b2a4ca..92140c17d 100644
--- a/openbsc/src/gprs/oap.c
+++ b/openbsc/src/gprs/oap.c
@@ -26,7 +26,7 @@
#include <osmocom/crypt/auth.h>
#include <osmocom/gsm/oap.h>
-#include <openbsc/oap.h>
+#include <openbsc/oap_client.h>
#include <openbsc/debug.h>
int oap_client_init(struct oap_client_config *config,
diff --git a/openbsc/tests/oap/oap_test.c b/openbsc/tests/oap/oap_test.c
index a6f54f67e..adac91132 100644
--- a/openbsc/tests/oap/oap_test.c
+++ b/openbsc/tests/oap/oap_test.c
@@ -22,7 +22,7 @@
#include <osmocom/gsm/oap.h>
#include <openbsc/debug.h>
-#include <openbsc/oap.h>
+#include <openbsc/oap_client.h>
#include <stdio.h>
#include <string.h>