Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

VinashakAnkitAman
Copy link
Member

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

Signed-off-by: VinashakAnkitAman <ankit.aman@radisys.com>
@VinashakAnkitAman VinashakAnkitAman marked this pull request as ready for review July 8, 2022 14:18
@VinashakAnkitAman VinashakAnkitAman requested review from a team and pruthvihebbani July 8, 2022 14:18
Signed-off-by: VinashakAnkitAman <ankit.aman@radisys.com>
Signed-off-by: VinashakAnkitAman <ankit.aman@radisys.com>
Copy link
Contributor

@rsarwad rsarwad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pruthvihebbani pruthvihebbani merged commit f171988 into magma:main Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants