Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Tags: free5gc/upf

Tags

v1.0.3

Toggle v1.0.3's commit message
Modify DNN cidr range and update go.mod

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update test.c (#54)

Grammar correction.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: UPF send multiple buffered packet by 1 GTP packet when paging (#37)

When buffered data is stored, information of length for each packet is held.
When sending data, the stored contents are taken out by length, added with a header, and transmitted.

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0: Merge branch master into main