[MERGED] openbsc[master]: rename oap.h to oap_client.h

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Dec 13 14:54:08 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: rename oap.h to oap_client.h
......................................................................


rename oap.h to oap_client.h

Related: OS#1592
Change-Id: I05bd65ff81b0f70f68217b2e0a9466e160bdbdec
---
M openbsc/include/openbsc/Makefile.am
M openbsc/include/openbsc/gsup_client.h
R openbsc/include/openbsc/oap_client.h
M openbsc/include/openbsc/sgsn.h
M openbsc/src/gprs/oap.c
M openbsc/tests/oap/oap_test.c
6 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/openbsc/include/openbsc/Makefile.am b/openbsc/include/openbsc/Makefile.am
index 8ea95e0..2466ce8 100644
--- a/openbsc/include/openbsc/Makefile.am
+++ b/openbsc/include/openbsc/Makefile.am
@@ -54,7 +54,7 @@
 	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 d21a54d..a113225 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
similarity index 100%
rename from openbsc/include/openbsc/oap.h
rename to openbsc/include/openbsc/oap_client.h
diff --git a/openbsc/include/openbsc/sgsn.h b/openbsc/include/openbsc/sgsn.h
index c8dcc0d..1ede2c9 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 ac2b2a4..92140c1 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 a6f54f6..adac911 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>

-- 
To view, visit https://gerrit.osmocom.org/1388
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I05bd65ff81b0f70f68217b2e0a9466e160bdbdec
Gerrit-PatchSet: 3
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list