aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_main.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-11 00:00:45 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:08 +0100
commit444d50b77f84a693b401347a793b65a9368fe4ca (patch)
treec05bb65f9fd94f31b24cd02c2347927cc2ecbbfc /openbsc/src/gprs/sgsn_main.c
parentb3b8ccfa54464a995a0ebb4c475cbc03490f06dd (diff)
various small fixes
Diffstat (limited to 'openbsc/src/gprs/sgsn_main.c')
-rw-r--r--openbsc/src/gprs/sgsn_main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c
index b0f758049..50880afa3 100644
--- a/openbsc/src/gprs/sgsn_main.c
+++ b/openbsc/src/gprs/sgsn_main.c
@@ -55,6 +55,8 @@
#include <openbsc/sgsn.h>
#include <openbsc/gprs_llc.h>
#include <openbsc/gprs_gmm.h>
+#include <openbsc/iu.h>
+
#include <osmocom/ctrl/control_if.h>
#include <osmocom/ctrl/ports.h>
@@ -418,7 +420,7 @@ int main(int argc, char **argv)
}
asn_debug = 0;
- sgsn_iu_init(tall_bsc_ctx, gsm0408_gprs_rcvmsg_iu);
+ iu_init(tall_bsc_ctx, gsm0408_gprs_rcvmsg_iu);
if (daemonize) {
rc = osmo_daemonize();