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: support for compilation with linux v6.9 #110

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

manuel2258
Copy link
Contributor

Linux v6.9 removed the RT_CONN_FLAGS macro, which causes the module to not compile anymore.
This is addressed my manually expanding the macro.

Closes #109

Linux v6.9 removed the RT_CONN_FLAGS macro, which causes the module to
not compile anymore.
This is addressed my manually expanding the macro.
@tim-ywliu tim-ywliu merged commit 02ac100 into free5gc:master Aug 15, 2024
@tim-ywliu
Copy link
Collaborator

Thanks for the PR!

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.

Does not compile with linux v6.9 or greater
2 participants