aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-20 23:55:22 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-06-20 23:56:38 +0200
commit94998fad7a93909b96b0a152c240e361f81f77cb (patch)
treea9f66270df3a81a1ba2dfbff6832fd30f0953787 /src
parent8216e2f215d9d643fd26d2c08a75ea509bdc2851 (diff)
Drop all references of unused MGCP
Diffstat (limited to 'src')
-rw-r--r--src/gprs/gb_proxy_vty.c3
-rw-r--r--src/libcommon/common_vty.c5
-rw-r--r--src/libcommon/debug.c5
3 files changed, 1 insertions, 12 deletions
diff --git a/src/gprs/gb_proxy_vty.c b/src/gprs/gb_proxy_vty.c
index 423c582f3..d7d35fe7c 100644
--- a/src/gprs/gb_proxy_vty.c
+++ b/src/gprs/gb_proxy_vty.c
@@ -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;
}
-
diff --git a/src/libcommon/common_vty.c b/src/libcommon/common_vty.c
index 7b80bcb42..65341057c 100644
--- a/src/libcommon/common_vty.c
+++ b/src/libcommon/common_vty.c
@@ -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:
diff --git a/src/libcommon/debug.c b/src/libcommon/debug.c
index 06653a977..27d757554 100644
--- a/src/libcommon/debug.c
+++ b/src/libcommon/debug.c
@@ -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",