From 7b03e41e55ab9354b1ccd6acdd96fb7fc648b037 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 27 Apr 2012 12:54:53 +0200 Subject: bsc: Do not forward GSM RR messages to the MSC This has been addressed more properly in master, here we will just not forward everything that is handled locally. --- openbsc/src/libbsc/bsc_api.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc') diff --git a/openbsc/src/libbsc/bsc_api.c b/openbsc/src/libbsc/bsc_api.c index 72d5fbe8f..b9e4f0208 100644 --- a/openbsc/src/libbsc/bsc_api.c +++ b/openbsc/src/libbsc/bsc_api.c @@ -464,9 +464,11 @@ static void dispatch_dtap(struct gsm_subscriber_connection *conn, break; case GSM48_MT_RR_ASS_COMPL: handle_ass_compl(conn, msg); + return; break; case GSM48_MT_RR_ASS_FAIL: handle_ass_fail(conn, msg); + return; break; case GSM48_MT_RR_CHAN_MODE_MODIF_ACK: osmo_timer_del(&conn->T10); -- cgit v1.2.3