aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/iucs.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/libmsc/iucs.c')
-rw-r--r--openbsc/src/libmsc/iucs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/libmsc/iucs.c b/openbsc/src/libmsc/iucs.c
index 8d763d223..0ef09a820 100644
--- a/openbsc/src/libmsc/iucs.c
+++ b/openbsc/src/libmsc/iucs.c
@@ -169,7 +169,8 @@ int gsm0408_rcvmsg_iucs(struct gsm_network *network, struct msgb *msg,
uint8_t pdisc = gh->proto_discr & 0x0f;
OSMO_ASSERT(pdisc != GSM48_PDISC_RR);
- rc = gsm0408_dispatch(conn, msg);
+ msc_dtap(conn, ue_ctx->conn_id, msg);
+ rc = 0;
} else {
/* allocate a new connection */