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: restore intended behavior of nnrf-nfm/v1/nf-instances endpoint #48

Conversation

TheFunctionalGuy
Copy link
Contributor

The nnrf-nfm/v1/nf-instances endpoint tried to get request query parameters by extracting the from the request path using c.Params.ByName.

This resulted in empty results for nfType and limitParam and thus always returned 400 on every request.

The nnrf-nfm/v1/nf-instances endpoint tried to get request query
parameters by extracting the from the request path using
c.Params.ByName.

This resulted in empty results for nfType and limitParam and thus always
returned 400 on every request.
@tim-ywliu tim-ywliu merged commit 199379b into free5gc:main Dec 17, 2024
3 checks passed
Alonza0314 pushed a commit that referenced this pull request Jan 2, 2025
)

The nnrf-nfm/v1/nf-instances endpoint tried to get request query
parameters by extracting the from the request path using
c.Params.ByName.

This resulted in empty results for nfType and limitParam and thus always
returned 400 on every request.
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.

2 participants