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

Change default open5gs server/client type to HTTP/1.1 #11

Merged
merged 2 commits into from
Oct 31, 2022

Conversation

davidjwbbc
Copy link
Contributor

Fixes #10

This will patch the open5gs subproject to make it use libmicrohttpd instead of libnghttp2. This then makes the 5GMS AF use HTTP/1.1 instead of HTTP/2 for its M5 interface.

Fixes #10

This will patch the open5gs subproject to make it use libmicrohttpd instead of
libnghttp2. This makes the 5GMS AF use HTTP/1.1 instead of HTTP/2.
@davidjwbbc davidjwbbc added the enhancement New feature or request label Oct 28, 2022
@davidjwbbc davidjwbbc added this to the MWC23 milestone Oct 28, 2022
@davidjwbbc davidjwbbc self-assigned this Oct 28, 2022
Copy link
Contributor

@rjb1000 rjb1000 left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks, @davidjwbbc.

Does the README.md need to be expanded to illustrate usage of the M5 request?

@davidjwbbc
Copy link
Contributor Author

Good question, there wasn't anything there already so I had nothing to update...

Might add a "Testing with the example configuration" section and show the 200 and 404 responses to curl requests.

@davidjwbbc davidjwbbc merged commit 2b7a0e3 into main Oct 31, 2022
@davidjwbbc davidjwbbc deleted the fix-switch-to-http1 branch October 31, 2022 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

HTTP/1.1 support at M5
2 participants