magma / S1APTester

A test tool that simulates the s1aptest functionality of a LTE network
Other
53 stars 42 forks source link

[Bug_Fix] [Stateless_Testing] Fixed issues with NW initiated detach not handled for stateless ics drop test cases #45

Closed VinashakAnkitAman closed 3 years ago

VinashakAnkitAman commented 3 years ago

Title

[Bug_Fix] [Stateless_Testing] Fixed issues with nw initiated detach not handled for stateless ics drop test cases

Summary

The NW Initiated detach requests were getting dropped for test case "s1aptests/test_attach_ics_drop_with_mme_restart.py". The reason was that the ICS req dropped flag was not getting reset from test script and hence for any new DL request, the message was getting dropped. This PR fixes the issue.

Test Plan

Verified with Sanity and individual test case executions

VinashakAnkitAman commented 3 years ago

Minor spell check comments

Fixed all the marked spell comments.