msc: Fix Iu tests timing out due to explicit CM ServiceAccept not recvd

Even if ciphering it not enabled, osmo-msc still sends a
SecurityModeCommand to use IntegrityProtection, and as a result osmo-msc
assumes implicit ACCEPT in all UTRAN CM service requests.

Fixes: OS#3991
Change-Id: Ida91f907dd6dfae68cbc63752ddc6f2948792689
diff --git a/msc/BSC_ConnectionHandler.ttcn b/msc/BSC_ConnectionHandler.ttcn
index c1114a6..b5dbb87 100644
--- a/msc/BSC_ConnectionHandler.ttcn
+++ b/msc/BSC_ConnectionHandler.ttcn
@@ -359,7 +359,7 @@
 	f_cl3_or_initial_ue(l3_info);
 
 	f_mm_common();
-	if (g_pars.net.expect_ciph) {
+	if (g_pars.net.expect_ciph or not g_pars.ran_is_geran) {
 		/* implicit CM SERVICE ACCEPT? */
 	} else {
 		if (etype != EST_TYPE_PAG_RESP) {