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/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/3789
drop MGCP client from osmo-bsc
After osmo-mgw change I8e0b2d2a399b77086a36606f5e427271c6242df1, there now is a
separated libosmo-mgcp-client, and osmo-bsc needs adjusting.
But besides having an unused struct in gsm_network, osmo-bsc does not yet use
its MGCP client; these are merely plans for the future. Until we do, let's just
drop the dependency entirely.
Change-Id: I6402c7cbe58dacae7630f7f03819f8102e54c699
---
M include/openbsc/gsm_data.h
1 file changed, 0 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/89/3789/1
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 74970b9..b21b79c 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -17,7 +17,6 @@
#include <openbsc/common.h>
#include <openbsc/rest_octets.h>
#include <openbsc/common_cs.h>
-#include <osmocom/legacy_mgcp/mgcpgw_client.h>
/** annotations for msgb ownership */
@@ -485,11 +484,6 @@
/* Periodic location update default value */
uint8_t t3212;
-
- struct {
- struct mgcpgw_client_conf conf;
- struct mgcpgw_client *client;
- } mgcpgw;
struct {
/* CS7 instance id number (set via VTY) */
--
To view, visit https://gerrit.osmocom.org/3789
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6402c7cbe58dacae7630f7f03819f8102e54c699
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>