aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_data.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 01:31:14 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-06 16:26:36 +0200
commit4a0c01167bb11de583fe83522a68a3f299185838 (patch)
tree49ec4f3447d8556a08eed6322ee2dc130bedbdc3 /include/osmocom/bsc/gsm_data.h
parentc01647914b97ab8a1079330e36d0e1d024d3a804 (diff)
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
Diffstat (limited to 'include/osmocom/bsc/gsm_data.h')
-rw-r--r--include/osmocom/bsc/gsm_data.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index ef041d665..0aeb53501 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -17,7 +17,6 @@
#include <osmocom/bsc/common.h>
#include <osmocom/bsc/rest_octets.h>
#include <osmocom/bsc/common_cs.h>
-#include <osmocom/legacy_mgcp/mgcpgw_client.h>
/** annotations for msgb ownership */
@@ -487,11 +486,6 @@ struct gsm_network {
uint8_t t3212;
struct {
- struct mgcpgw_client_conf conf;
- struct mgcpgw_client *client;
- } mgcpgw;
-
- struct {
/* CS7 instance id number (set via VTY) */
uint32_t cs7_instance;
int rab_assign_addr_enc;