feat(feg): Add ulr command to s6a_cli#15277
Merged
panyogesh merged 1 commit intomagma:masterfrom Aug 23, 2023
Merged
Conversation
Contributor
|
Thanks for opening a PR! 💯
Howto
More infoPlease take a moment to read through the Magma project's
If this is your first Magma PR, also consider reading
|
Contributor
|
✔️ The Semantic PR check ended with status success. See instructions on formatting your commit and pull request titles. |
Contributor
5837d9e to
9aa0556
Compare
Contributor
dbc43b2 to
5d475df
Compare
5d475df to
5c77a2a
Compare
2 tasks
The ulr command allows the s6a_cli to issue an Update Location Request (ULR) to an HSS, and parse the received Update Location Answer (ULA). Signed-off-by: Miguel Fuentes <[email protected]> Reviewed-by: Roger Pueyo Centelles <[email protected]>
5c77a2a to
af7a730
Compare
lucasgonze
pushed a commit
to lucasgonze/magma
that referenced
this pull request
Feb 29, 2024
The ulr command allows the s6a_cli to issue an Update Location Request (ULR) to an HSS, and parse the received Update Location Answer (ULA). Reviewed-by: Roger Pueyo Centelles <[email protected]> Signed-off-by: Miguel Fuentes <[email protected]> Co-authored-by: Miguel Fuentes <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The patch adds a new command,
ulr, to thes6a_clitool. It allows issuing an Update Location Request (ULR) to an HSS, and parse the received Update Location Answer (ULA).Originally, the
s6a_clitool only had theaircommand, to issue an Authentication Information Request (AIR). The newly addedulrcommand comes handy to test an HSS for it to be properly working.Test Plan
Sample of the
airandulrcommands fors6a_cliexecuted in a Magma FeG connecting to an external Open5GS HSS:Additional Information
v1.8.Security Considerations
N/A
Authors
@mfuentesg2021 Miguel Fuentes [email protected]
@rogerpueyo Roger Pueyo Centelles [email protected]