Attention is currently required from: neels.
Patch set 1:Code-Review +1
1 comment:
File msc/MSC_Tests.ttcn:
Patch Set #1, Line 6815: BSSAP.send(ts_PDU_DTAP_MO(ts_CM_SERV_REQ(CM_TYPE_MO_SMS, mi)));
I am trying to understand the TC scenario. Above in f_perform_lu() it's performing the Location Updating procedure with IMSI=...99. Then here it's establishing a new connection and sending a CM Service Request with IMSI=...99999, right?
So IMSI=...99999 is unknown to the MSC/VLR and has no relation to the IMSI=...99 that was used in Location Updating. And somehow an unknown IMSI in CM Service Request causes a segfault. Do we really need to perform LU with a different IMSI?
To view, visit change 28048. To unsubscribe, or for help writing mail filters, visit settings.