magma / S1APTester

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

Modified code to release the UE for which eNB reset message is triggered #70

Closed rsarwad closed 2 years ago

rsarwad commented 2 years ago

Signed-off-by: Rashmi rashmi.sarwad@radisys.com

Title

Modified code to release the UE for which eNB reset message is triggered

Summary

As part of fixing issue, https://github.com/magma/magma/issues/11050. test case, test_multi_enb_complete_reset.py was failing because as part of test case, it first connects 5 eNBs and for each eNB there shall be one UE connected. When complete reset is initiated for one eNB; all UE contexts were getting deleted; Ideally we need to delete the contexts only for the UE for which eNB Reset is triggered. This issue is fixed in this PR

Test plan

Executed s1ap sanity test suite