magma / S1APTester

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

[bug fix] Fix for sending concurrent standalone PDN session requests #56

Closed pruthvihebbani closed 3 years ago

pruthvihebbani commented 3 years ago

Signed-off-by: Pruthvi Hebbani pruthvi.hebbani@radisys.com

Title

[bug fix] Fix for sending concurrent standalone PDN session requests

Summary

S1ap tester was crashing when concurrent PDN session requests were triggered because it was deleting all the pending timerCbs stored in the UeCb after receiving the 1st response. This PR fixes the issue.

Test plan