free5gc / gtp5g

GTP-U Linux Kernel Module
GNU General Public License v2.0
53 stars 63 forks source link

fix: support for compilation with linux v6.9 #110

Closed manuel2258 closed 3 months ago

manuel2258 commented 3 months ago

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 https://github.com/free5gc/gtp5g/issues/109

tim-ywliu commented 3 months ago

Thanks for the PR!