aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-20 23:52:24 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-06-20 23:56:29 +0200
commit8216e2f215d9d643fd26d2c08a75ea509bdc2851 (patch)
tree65ff63244b757d107467f48a8d436dad6d069485 /src
parentc5ad8f8a965dcddcca7189dec155d96502c5ebb8 (diff)
Drop all references of unused SMPP
Diffstat (limited to 'src')
-rw-r--r--src/libcommon/common_vty.c5
-rw-r--r--src/libcommon/debug.c5
2 files changed, 0 insertions, 10 deletions
diff --git a/src/libcommon/common_vty.c b/src/libcommon/common_vty.c
index e9605506a..7b80bcb42 100644
--- a/src/libcommon/common_vty.c
+++ b/src/libcommon/common_vty.c
@@ -103,11 +103,6 @@ int bsc_vty_go_parent(struct vty *vty)
vty->node = MGCP_NODE;
vty->index = NULL;
break;
- case SMPP_ESME_NODE:
- vty->node = SMPP_NODE;
- vty->index = NULL;
- break;
- case SMPP_NODE:
case MGCP_NODE:
case GBPROXY_NODE:
case SGSN_NODE:
diff --git a/src/libcommon/debug.c b/src/libcommon/debug.c
index 607640998..06653a977 100644
--- a/src/libcommon/debug.c
+++ b/src/libcommon/debug.c
@@ -154,11 +154,6 @@ static const struct log_info_cat default_categories[] = {
.description = "Control interface",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
- [DSMPP] = {
- .name = "DSMPP",
- .description = "SMPP interface for external SMS apps",
- .enabled = 1, .loglevel = LOGL_DEBUG,
- },
[DFILTER] = {
.name = "DFILTER",
.description = "BSC/NAT IMSI based filtering",