magma / S1APTester

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

fix(agw): Fixed wrong typecasting of UE Id #82

Closed VinashakAnkitAman closed 1 year ago

VinashakAnkitAman commented 1 year ago

Title

fix(agw): Fixed wrong typecasting of UE Id

Summary

Typecasting of U8 is done at some places instead of U32 for UE Id while deleting the UE context in detach procedure. Because of this, UE Id was printed wrongly when attaching more than 255 UEs. This PR fixes the issue.

Test plan

Verified with sanity