Review at https://gerrit.osmocom.org/4004
libosmo-mgcp-client: move dep from legacy to libosmo-mgcp
A subsequent patch will drop the interdependency, but first completely forget
about libosmo-legacy-mgcp and depend on libosmo-mgcp instead.
Change-Id: Ie1f05948f36bf5148b58256312214de262bdf762
---
M src/libosmo-mgcp-client/Makefile.am
M src/libosmo-mgcp-client/mgcp_client.c
M src/libosmo-mgcp-client/mgcp_client_vty.c
M tests/mgcp_client/mgcp_client_test.c
4 files changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/04/4004/1
diff --git a/src/libosmo-mgcp-client/Makefile.am
b/src/libosmo-mgcp-client/Makefile.am
index b17477a..ee60344 100644
--- a/src/libosmo-mgcp-client/Makefile.am
+++ b/src/libosmo-mgcp-client/Makefile.am
@@ -30,7 +30,7 @@
libosmo_mgcp_client_la_SOURCES = \
mgcp_client.c \
mgcp_client_vty.c \
- ../libosmo-legacy-mgcp/mgcp_common.c \
+ ../libosmo-mgcp/mgcp_common.c \
$(NULL)
libosmo_mgcp_client_la_LDFLAGS = $(AM_LDFLAGS) -version-info
$(MGCP_CLIENT_LIBVERSION)
diff --git a/src/libosmo-mgcp-client/mgcp_client.c
b/src/libosmo-mgcp-client/mgcp_client.c
index b72fc50..b927fb9 100644
--- a/src/libosmo-mgcp-client/mgcp_client.c
+++ b/src/libosmo-mgcp-client/mgcp_client.c
@@ -24,8 +24,8 @@
#include <osmocom/core/msgb.h>
#include <osmocom/core/logging.h>
-#include <osmocom/legacy_mgcp/mgcp.h>
-#include <osmocom/legacy_mgcp/mgcp_internal.h>
+#include <osmocom/mgcp/mgcp.h>
+#include <osmocom/mgcp/mgcp_internal.h>
#include <osmocom/mgcp_client/mgcp_client.h>
#include <osmocom/mgcp_client/mgcp_client_internal.h>
diff --git a/src/libosmo-mgcp-client/mgcp_client_vty.c
b/src/libosmo-mgcp-client/mgcp_client_vty.c
index 1e8bba6..bcb3645 100644
--- a/src/libosmo-mgcp-client/mgcp_client_vty.c
+++ b/src/libosmo-mgcp-client/mgcp_client_vty.c
@@ -27,7 +27,7 @@
#include <osmocom/vty/command.h>
#include <osmocom/core/utils.h>
-#include <osmocom/legacy_mgcp/vty.h>
+#include <osmocom/mgcp/vty.h>
#include <osmocom/mgcp_client/mgcp_client.h>
#define MGCPGW_STR "MGCP gateway configuration for RTP streams\n"
diff --git a/tests/mgcp_client/mgcp_client_test.c
b/tests/mgcp_client/mgcp_client_test.c
index 6045297..3d826af 100644
--- a/tests/mgcp_client/mgcp_client_test.c
+++ b/tests/mgcp_client/mgcp_client_test.c
@@ -22,7 +22,7 @@
#include <osmocom/core/msgb.h>
#include <osmocom/core/application.h>
-#include <osmocom/legacy_mgcp/mgcp.h>
+#include <osmocom/mgcp/mgcp.h>
#include <osmocom/mgcp_client/mgcp_client.h>
#include <osmocom/mgcp_client/mgcp_client_internal.h>
--
To view, visit https://gerrit.osmocom.org/4004
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie1f05948f36bf5148b58256312214de262bdf762
Gerrit-PatchSet: 1
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <[email protected]>