From a983d44be58aa65b7df9146e9d12a4ab8166c5bb Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 27 May 2019 14:15:25 +0200 Subject: WIP Change-Id: I4f9de4221de5d38730040961ee0d70ec0dcb4702 --- msc/BSC_ConnectionHandler.ttcn | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/msc/BSC_ConnectionHandler.ttcn b/msc/BSC_ConnectionHandler.ttcn index 796b0ce8..570de2cd 100644 --- a/msc/BSC_ConnectionHandler.ttcn +++ b/msc/BSC_ConnectionHandler.ttcn @@ -345,14 +345,17 @@ runs on BSC_ConnHdlr { f_cl3_or_initial_ue(l3_info); f_mm_common(); - if (g_pars.net.expect_ciph) { - /* implicit CM SERVICE ACCEPT? */ - } else { - if (etype != EST_TYPE_PAG_RESP) { - /* explicit CM SERVICE ACCEPT */ - BSSAP.receive(tr_PDU_DTAP_MT(tr_CM_SERV_ACC)); - } - } + + /* DEBUG: always do implicit CM SERVICE ACCEPT here*/ + + //~ if (g_pars.net.expect_ciph) { + //~ /* implicit CM SERVICE ACCEPT? */ + //~ } else { + //~ if (etype != EST_TYPE_PAG_RESP) { + //~ /* explicit CM SERVICE ACCEPT */ + //~ BSSAP.receive(tr_PDU_DTAP_MT(tr_CM_SERV_ACC)); + //~ } + //~ } } /* build a PDU_ML3_MS_NW containing a Location Update by IMSI */ -- cgit v1.2.3