aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-05-27 14:15:25 +0200
committerOliver Smith <osmith@sysmocom.de>2019-05-27 14:15:38 +0200
commita983d44be58aa65b7df9146e9d12a4ab8166c5bb (patch)
tree7b53ecd923673b20c42eb803473b2a0788023004
parent4832c86acdb341a911c327f65373c1a839755fa7 (diff)
-rw-r--r--msc/BSC_ConnectionHandler.ttcn19
1 files 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 */