Releases: free5gc/gtp5g
Releases · free5gc/gtp5g
v0.6.0
What's Changed
- modify ports match function by @chen042531 in #23
- add URR, BAR interface by @chen042531 in #24
- Add PDR statistics to /proc by @niloysh in #25
- free iovec to prevent memory leak by @chen042531 in #26
- The unix_sock_send() now use kvec instead of iovec for paging support… by @ShouheiNishi in #28
- Added pointer recalculation after call pskb_may_pull() by @ShouheiNishi in #29
- rearrange file structure by @chen042531 in #30
- add bar/urr CRUD by @chen042531 in #31
- Remove udp + gtp header before buffering packets to user space by @john721 in #32
New Contributors
- @niloysh made their first contribution in #25
- @ShouheiNishi made their first contribution in #28
Full Changelog: v0.5.4...v0.6.0
v0.5.4
What's Changed
- fix memory leak when concate SEID and u32 ID by @chen042531 in #22
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Downlink packet from UPF to RAN should have source IP address as IP address of outgoing interface. by @leohung-free5GC in #21
Full Changelog: v0.5.2...v0.5.3
v0.5.2
Kernel API: replace ip_tunnel_get_stats64 by dev_get_tstats64 (#20) Seems that the symbol was renamed starting from Linux 5.11. Patch series says that functionally it remains the same: https://lore.kernel.org/all/059fcb95-fba8-673e-0cd6-fb26e8ed4861@gmail.com/T/
v0.5.1
modify makefile to decide to match IP address(in F-TEID) or not (#16) * modify makefile to decide to match IP address(in F-TEID) or not * update DRV_VERSION Co-authored-by: ycchen <chen042531.cs03@nctu.edu.tw>
v0.5.0
Support SEID for PDR/FAR/QER
v0.4.4
fix Makefile
v0.4.3
Fix make install issue on Ubuntu (#14)
v0.4.2
Support for RHEL8
v0.4.1
Merge pull request #8 from leohung-free5GC/master Check outter IP Dest addr with PDI_F-TEID for ULCL.