Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rrsartpark
/
upf
Public
forked from
free5gc/upf
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jul 22, 2026
Replace legacy C upf tree with go-upf content
rrsartpark
committed
42304c1
View commit details
Copy full SHA for 42304c1
Browse repository at this point
Commits on Jun 21, 2022
Correct IE Recovery Time Stamp format (#60)
Show description for df35fad
louisroyer
authored
df35fad
View commit details
Copy full SHA for df35fad
Browse repository at this point
Commits on Jun 9, 2022
Update utlt_buff.c (#59)
nathalie21005
authored
a3eba2c
View commit details
Copy full SHA for a3eba2c
Browse repository at this point
Commits on May 2, 2022
update util pkg to v1.0.3
free5gc-org
committed
3ae9e51
View commit details
Copy full SHA for 3ae9e51
Browse repository at this point
Commits on Apr 19, 2022
[bugfix] segmentation fault when testTerminate() is invoked (#56)
ianchen0119
authored
c2b30d1
View commit details
Copy full SHA for c2b30d1
Browse repository at this point
Commits on Mar 26, 2022
Modify DNN cidr range and update go.mod
free5gc-org
committed
12c9d8d
View commit details
Copy full SHA for 12c9d8d
Browse repository at this point
Commits on Mar 23, 2022
fix SignalHandler dead lock
free5gc-org
committed
b63f86a
View commit details
Copy full SHA for b63f86a
Browse repository at this point
Commits on Mar 19, 2022
Update test.c (#54)
Show description for 0edfca0
mohammedyaqub
authored
0edfca0
View commit details
Copy full SHA for 0edfca0
Browse repository at this point
Commits on Mar 2, 2022
Fix: There is an error in the processing to analyze the GTP header when receiving UL data. (#53)
matsumu-y
authored
db6448f
View commit details
Copy full SHA for db6448f
Browse repository at this point
Commits on Feb 14, 2022
update .gitignore
free5gc-org
committed
2365a8c
View commit details
Copy full SHA for 2365a8c
Browse repository at this point
Commits on Feb 5, 2022
Fix: When epoll_wait returned EINTR, the packet receiving thread exits unexpectedly. (#52)
matsumu-y
authored
8ddec52
View commit details
Copy full SHA for 8ddec52
Browse repository at this point
Commits on Jan 25, 2022
Add options for setting log path
free5gc-org
committed
31b7652
View commit details
Copy full SHA for 31b7652
Browse repository at this point
Commits on Jan 3, 2022
add UpfSendNoSessionRsp() (#51)
ianchen0119
authored
fd22e2a
View commit details
Copy full SHA for fd22e2a
Browse repository at this point
Commits on Dec 27, 2021
[Bugs] Deleted PFCP session is found by UpfSessionFindBySeid(). (#47)
RyuichiNamba-fj
authored
1a613a1
View commit details
Copy full SHA for 1a613a1
Browse repository at this point
Commits on Dec 26, 2021
Suppress the frequency of sending PFCP Session Report Request messages (#46)
Show description for 1075800
shugo-h
authored
1075800
View commit details
Copy full SHA for 1075800
Browse repository at this point
Commits on Dec 10, 2021
Fixed: UPF leaks PfcpXact if PFCP Session Report Response is not processed (#45)
Show description for 526d74d
shugo-h
authored
526d74d
View commit details
Copy full SHA for 526d74d
Browse repository at this point
Commits on Nov 30, 2021
Fixed: UTLT_LogPrint() is not thread safe. (#69) (#43)
shugo-h
authored
258c2a6
View commit details
Copy full SHA for 258c2a6
Browse repository at this point
Fix the deadlock between TimerExpireCheck() and PfcpXactDelete() (#42)
Show description for b449ec1
shugo-h
authored
b449ec1
View commit details
Copy full SHA for b449ec1
Browse repository at this point
Commits on Nov 6, 2021
Fix improper handling of PfcpXact during UPF PFCP message processing. (#41)
matsumu-y
authored
8e6fb6d
View commit details
Copy full SHA for 8e6fb6d
Browse repository at this point
Commits on Oct 25, 2021
Fix: When an error occurs during BufBlkAlloc or BufblkBytes, SegFault may result. (#39)
Show description for e66859a
matsumu-y
authored
e66859a
View commit details
Copy full SHA for e66859a
Browse repository at this point
Commits on Sep 8, 2021
Fix: UPF send multiple buffered packet by 1 GTP packet when paging (#37)
Show description for b688934
matsumu-y
authored
b688934
View commit details
Copy full SHA for b688934
Browse repository at this point
Commits on Sep 1, 2021
Fixed because "spin_unlock" is executed twice on error. (#36)
matsumu-y
authored
818009b
View commit details
Copy full SHA for 818009b
Browse repository at this point
Commits on Aug 6, 2021
Fixed the compilation issue (#35)
Show description for 3e10a73
muthuramanecs03g
authored
3e10a73
View commit details
Copy full SHA for 3e10a73
Browse repository at this point
Commits on Aug 4, 2021
Parsing PFCP Messages May Parse Information Other Than Received. (#34)
matsumu-y
authored
bc2766f
View commit details
Copy full SHA for bc2766f
Browse repository at this point
SegFault due to Double Delete of PFCP Transaction. (#33)
matsumu-y
authored
567621e
View commit details
Copy full SHA for 567621e
Browse repository at this point
When multiple PFCP Session Report Requests are sent to SMF and PFCP Session Report Responce is received, xact management information becomes abnormal. (#32)
matsumu-y
authored
6e36544
View commit details
Copy full SHA for 6e36544
Browse repository at this point
When DL data continues to flow without a Paging response,the UPF freezes when a buffer error occurs in the UPF. (#31)
Show description for 107268c
matsumu-y
and
free5gc-org
authored
107268c
View commit details
Copy full SHA for 107268c
Browse repository at this point
Fixed globalXactId after that equal to MAX_XACT_ID (#30)
Show description for 2b7f979
ChuChuuu
authored
2b7f979
View commit details
Copy full SHA for 2b7f979
Browse repository at this point
Add missing \n in help message (#26)
louisroyer
authored
d046594
View commit details
Copy full SHA for d046594
Browse repository at this point
Fixed index reference error in debug statement (#25)
parkjop
authored
98ef2ed
View commit details
Copy full SHA for 98ef2ed
Browse repository at this point
Fixed the IPv6 argument set in PfcpSockaddrToFSeid is that of IPv4 (#24)
susumu-yamazaki
authored
c07c0b5
View commit details
Copy full SHA for c07c0b5
Browse repository at this point
The spinlock should be released when we got failed in function (#22)
Show description for baed160
muthuramanecs03g
authored
baed160
View commit details
Copy full SHA for baed160
Browse repository at this point
fix(upf): fix PfcpAddNodeWithSeid preferIPv4 and typo
free5gc-org
committed
f2589d5
View commit details
Copy full SHA for f2589d5
Browse repository at this point
Commits on Jul 6, 2021
An abend may result in a bufBlk leak or NULL access. (#29)
matsumu-y
authored
bdbff7e
View commit details
Copy full SHA for bdbff7e
Browse repository at this point
Commits on May 17, 2021
Update readme.md
free5gc-org
authored
7193182
View commit details
Copy full SHA for 7193182
Browse repository at this point
Previous
Next
You can’t perform that action at this time.