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
This commit is contained in:
Neels Hofmeyr 2017-09-04 01:31:14 +02:00
parent c01647914b
commit 4a0c01167b
1 changed files with 0 additions and 6 deletions

View File

@ -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 */
@ -486,11 +485,6 @@ struct gsm_network {
/* 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) */
uint32_t cs7_instance;