Drop all references of unused SMPP

Change-Id: Iffae03fd855e6cbd99e71b9ba0d4157cb7791db2
This commit is contained in:
Pau Espin 2018-06-20 23:52:24 +02:00
parent c5ad8f8a96
commit 8216e2f215
4 changed files with 2 additions and 13 deletions

View File

@ -49,12 +49,12 @@ set -x
cd "$base"
autoreconf --install --force
./configure --enable-sanitize $enable_werror $SMPP $MGCP $IU --enable-external-tests
./configure --enable-sanitize $enable_werror $MGCP $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 $SMPP $MGCP $IU --enable-external-tests" \
DISTCHECK_CONFIGURE_FLAGS="$enable_werror $MGCP $IU --enable-external-tests" \
$MAKE distcheck \
|| cat-testlogs.sh

View File

@ -31,7 +31,6 @@ enum {
DSLHC,
DNAT,
DCTRL,
DSMPP,
DFILTER,
DGTPHUB,
DRANAP,

View File

@ -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:

View File

@ -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",