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

If non-subscribed UEs send RegistrationRequest, AMF does not return RegistrationReject and the resource will remain. #14

Merged
merged 2 commits into from
Oct 27, 2022

Conversation

RyuichiNamba-fj
Copy link
Contributor

No description provided.

@@ -182,7 +182,12 @@ func GenerateAuthDataProcedure(authInfoRequest models.AuthenticationInfoRequest,
Detail: err.Error(),
}

logger.UeauLog.Errorln("Return from UDR QueryAuthSubsData error")
switch res.StatusCode {
case 404:
Copy link
Collaborator

Choose a reason for hiding this comment

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

It is better to replace 404 with http.StatusNotFound.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have fixed.

…egistrationReject and the resource will remain.
@tim-ywliu tim-ywliu merged commit 26247ea into free5gc:main Oct 27, 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

2 participants