Change-Id: I4f9de4221de5d38730040961ee0d70ec0dcb4702
This commit is contained in:
Oliver Smith 2019-05-27 14:15:25 +02:00
parent 4832c86acd
commit a983d44be5
1 changed files with 11 additions and 8 deletions

View File

@ -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 */