magma / S1APTester

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

fix(agw): Fixed s1 ue context release issue #60

Closed VinashakAnkitAman closed 2 years ago

VinashakAnkitAman commented 2 years ago

Title

Fixed s1 ue context release issue

Summary

The X2 handover and some secondary pdn test cases were getting stuck when handling the normal detach and waiting for S1 UE context release. The S1AP tester was deleting the data module UE context whereas missing the deletion of enbapp UE context deletion causing the problem. This PR fixes the issue.

Test plan

Verified with Sanity and individual test case execution.