From a2c182df6dabce52fb6f8886b5aee5d71e18d247 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 18 Jan 2016 17:09:25 +0100 Subject: minor fixes --- openbsc/src/osmo-cscn/cscn_main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'openbsc/src/osmo-cscn') diff --git a/openbsc/src/osmo-cscn/cscn_main.c b/openbsc/src/osmo-cscn/cscn_main.c index 1df541fbc..61470d819 100644 --- a/openbsc/src/osmo-cscn/cscn_main.c +++ b/openbsc/src/osmo-cscn/cscn_main.c @@ -261,9 +261,8 @@ static int rcvmsg_iu_cs(struct msgb *msg, struct gprs_ra_id *ra_id, /* FIXME gpr DEBUGP(DIUCS, "got Iu-CS message\n"); DEBUGP(DIUCS, "Iu-CS message is %s\n", osmo_hexdump(msg->data, msg->len)); - return -1; - int gsm0408_rcvmsg_iucs(struct gsm_network *network, struct msgb *msg, uint8_t link_id) - //return gsm0408_dispatch(struct gsm_subscriber_connection *conn, struct msgb *msg) + uint8_t link_id = 1; /* TODO proper link_id */ + return gsm0408_rcvmsg_iucs(bsc_gsmnet, msg, link_id); } -- cgit v1.2.3