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

v1.0.2

Compare
Choose a tag to compare
@free5gc-org free5gc-org released this 22 Mar 02:04
· 6 commits to main since this release
0edfca0

What's Changed

  • Fix: When an error occurs during BufBlkAlloc or BufblkBytes, SegFault may result. by @matsumu-y in #39
  • Fix improper handling of PfcpXact during UPF PFCP message processing. by @matsumu-y in #41
  • Fix the deadlock between TimerExpireCheck() and PfcpXactDelete() by @shugo-h in #42
  • Fixed: UTLT_LogPrint() is not thread safe. by @shugo-h in #43
  • Fixed: UPF leaks PfcpXact if PFCP Session Report Response is not processed by @shugo-h in #45
  • Suppress the frequency of sending PFCP Session Report Request messages by @shugo-h in #46
  • [Bugs] Deleted PFCP session is found by UpfSessionFindBySeid(). by @RyuichiNamba-fj in #47
  • add UpfSendNoSessionRsp() by @ianchen0119 in #51
  • Fix: When epoll_wait returned EINTR, the packet receiving thread exits unexpectedly. by @matsumu-y in #52
  • Fix: There is an error in the processing to analyze the GTP header when receiving UL data. by @matsumu-y in #53
  • Update test.c by @mohammedyaqub in #54

New Contributors

Full Changelog: v1.0.1...v1.0.2