Attention is currently required from: laforge, lynxis lazus.
2 comments:
File sgsn/BSSGP_ConnHdlr.ttcn:
Patch Set #4, Line 629: setverdict(fail, "Unexpected Service Reject");
Should we still fail here if the API user passes `exp_service_acc := false`?
Patch Set #4, Line 640: } else {
So in the case of `exp_service_acc := false`, this altstep repeats and will keep waiting for what kind of event? We will never catch `tr_GMM_SERVICE_ACC` because of the guard statement you're adding, and receiving `tr_GMM_SERVICE_REJ` would cause the testcase to fail. I am trying to understand the logic...
To view, visit change 38397. To unsubscribe, or for help writing mail filters, visit settings.