This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
v1.0.2
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
- @shugo-h made their first contribution in #42
- @RyuichiNamba-fj made their first contribution in #47
- @ianchen0119 made their first contribution in #51
- @mohammedyaqub made their first contribution in #54
Full Changelog: v1.0.1...v1.0.2