From f1033cc752cfeb5f86e6f2357ce62637646f773f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 8 Nov 2012 16:14:37 +0100 Subject: Initial support of SMPP interface for MT-SMS --- openbsc/src/osmo-nitb/bsc_hack.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/src/osmo-nitb/bsc_hack.c') diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c index 7427ead96..fa38f1f3f 100644 --- a/openbsc/src/osmo-nitb/bsc_hack.c +++ b/openbsc/src/osmo-nitb/bsc_hack.c @@ -313,6 +313,9 @@ int main(int argc, char **argv) if (sms_queue_start(bsc_gsmnet, 20) != 0) return -1; + if (smpp_openbsc_init(bsc_gsmnet, 6040) < 0) + return -1; + if (daemonize) { rc = osmo_daemonize(); if (rc < 0) { -- cgit v1.2.1