Drop all references of unused MGCP

Change-Id: I1c023d773bf196d41b4251ca7011a82969acb613
This commit is contained in:
Pau Espin 2018-06-20 23:55:22 +02:00
parent 8216e2f215
commit 94998fad7a
5 changed files with 3 additions and 15 deletions

View File

@ -49,12 +49,12 @@ set -x
cd "$base"
autoreconf --install --force
./configure --enable-sanitize $enable_werror $MGCP $IU --enable-external-tests
./configure --enable-sanitize $enable_werror $IU --enable-external-tests
$MAKE $PARALLEL_MAKE
LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh
LD_LIBRARY_PATH="$inst/lib" \
DISTCHECK_CONFIGURE_FLAGS="$enable_werror $MGCP $IU --enable-external-tests" \
DISTCHECK_CONFIGURE_FLAGS="$enable_werror $IU --enable-external-tests" \
$MAKE distcheck \
|| cat-testlogs.sh

View File

@ -19,7 +19,6 @@ enum {
DMEAS,
DSCCP,
DMSC,
DMGCP,
DHO,
DDB,
DREF,

View File

@ -43,7 +43,7 @@
static struct gbproxy_config *g_cfg = NULL;
/*
* vty code for mgcp below
* vty code for gbproxy below
*/
static struct cmd_node gbproxy_node = {
GBPROXY_NODE,
@ -855,4 +855,3 @@ int gbproxy_parse_config(const char *config_file, struct gbproxy_config *cfg)
return 0;
}

View File

@ -99,11 +99,6 @@ int bsc_vty_go_parent(struct vty *vty)
vty->node = NAT_NODE;
vty->index = NULL;
break;
case TRUNK_NODE:
vty->node = MGCP_NODE;
vty->index = NULL;
break;
case MGCP_NODE:
case GBPROXY_NODE:
case SGSN_NODE:
case NAT_NODE:

View File

@ -99,11 +99,6 @@ static const struct log_info_cat default_categories[] = {
.description = "Mobile Switching Center",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
[DMGCP] = {
.name = "DMGCP",
.description = "Media Gateway Control Protocol",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
[DHO] = {
.name = "DHO",
.description = "Hand-Over",