Attention is currently required from: fixeria.
6 comments:
File sgsn/SGSN_Tests.ttcn:
Patch Set #10, Line 2446: [] BSSGP[ran_index].receive(tr_GMM_RAU_REJECT);
Do you eventually expect ACCEPT or REJECT? I see you permit both...
Done
Patch Set #10, Line 2475: f_TC_attach_pdp_act_rau_pdp_ctx_status_ue_more
Am I correct that this function is 99% identical to `f_TC_attach_pdp_act_rau_pdp_ctx_status_same()` […]
Done
Patch Set #10, Line 2503: [] BSSGP[ran_index].receive(tr_GMM_RAU_REJECT);
Likewise, receiving a REJECT here will unblock the alt statement and the testcase will finish. […]
Done
Patch Set #10, Line 2548: as_gmm_auth
Is the authentication expected to happen before or after the procedures implemented in `as_ggsn_gtp_ […]
Correct behaviour: After the auth happened, _if_ this RAU doesn't have any encryption/integrity, but I doubt it is exactly like this already implemented.
Patch Set #10, Line 2554: Timeout rx RAU Reject
This does not reflect the actual expectations...
Done
Patch Set #10, Line 2574: [] BSSGP[ran_index].receive(tr_GMM_RAU_REJECT);
Same here: REJECT vs ACCEPT.
Done
To view, visit change 39262. To unsubscribe, or for help writing mail filters, visit settings.