pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35505?usp=email )
Change subject: mme: TC_s1ap_tau_unknown_guti: expect UeContextReleaseCmd ......................................................................
mme: TC_s1ap_tau_unknown_guti: expect UeContextReleaseCmd
The MME is sending the message after TAU Reject, and it may be forwarded through TTCN3 components while some of them are already being torn down since the test is finished.
Change-Id: I6b915d0e32a46fa9546b3b1b96aa69ad43baae9e --- M mme/MME_Tests.ttcn 1 file changed, 14 insertions(+), 0 deletions(-)
Approvals: daniel: Looks good to me, but someone else must approve fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/mme/MME_Tests.ttcn b/mme/MME_Tests.ttcn index 0c5c8e9..f4f41e2 100644 --- a/mme/MME_Tests.ttcn +++ b/mme/MME_Tests.ttcn @@ -1297,6 +1297,7 @@ } }
+ as_s1ap_handle_UeContextReleaseCmd(); } testcase TC_s1ap_tau_unknown_guti() runs on MTC_CT { var charstring id := testcasename();