Skip to content

Commit

Permalink
Merge pull request #169 from free5gc/release/v3-4-4
Browse files Browse the repository at this point in the history
docs: release v3.4.4
  • Loading branch information
ianchen0119 authored Nov 12, 2024
2 parents 2f1936a + 00ea284 commit d354bdc
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 9 deletions.
24 changes: 24 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# History

## Nov 12, 2024: v3.4.4

The release of free5GC v3.4.4 includes several new features, including default profile values in the Webconsole, a search bar for profiles and subscribers, NEF support for Traffic Influence, and NAT-T support for N3IWUE in N3IWF. The N3IWF configuration file has been refactored. Bug fixes address SMF ULCL charging issues, AMF authentication procedures, UE RAT type determination, and a UDM SUCI profile B decrypt error, along with other issues reported on GitHub and the free5GC forum.

**[Features]**

- Add Profile(default values) for create subscriber in Webconsole
- Add Webconsole Search Bar for Profiles and Subscribers
- Released NEF that supporting Traffic Influence
- N3IWF support NAT-T with N3IWUE
- Go-UPF with [v0.9.3 GTP5G Version](https://github.com/free5gc/gtp5g/tree/v0.9.3)

**[Refactor]**

- N3IWF Refactor, including the configuration file [#618](https://github.com/free5gc/free5gc/pull/618)

**[Bugs]**

- SMF ULCL Charging Bugs
- AMF authentication procedure and UE RAT type determination issues.
- UDM SUCI profile B decrypt error [#41](https://github.com/free5gc/udm/pull/41)
- Fix some bug reports from [Issues](https://github.com/free5gc/free5gc/issues) or [Forum](https://forum.free5gc.org/)


## Sep 5, 2024: v3.4.3

The release of free5GC v3.4.3 includes several new features, such as new network function TNGF, support for an empty SD value in SNSSAI, and the ability to disable CGF in CHF. It also features a refactored Subscriber Modal Page in the Webconsole. Additionally, several bugs have been fixed, including issues with double registration with N3IWF and unauthorized UE context releases, along with other bug fixes reported via GitHub issues and the free5GC forum.
Expand Down
23 changes: 14 additions & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,29 @@ Currently, the major contributors are from National Yang Ming Chiao Tung Univers
> [!NOTE]
> Want to contribute to free5GC? Check out our [How to contribute](https://free5gc.org/guide/contribute/) page for more information.
## 2024/9/5: free5GC v3.4.3 released!
The release of free5GC v3.4.3 includes several new features, such as new network function TNGF, support for an empty SD value in SNSSAI, and the ability to disable CGF in CHF. It also features a refactored Subscriber Modal Page in the Webconsole. Additionally, several bugs have been fixed, including issues with double registration with N3IWF and unauthorized UE context releases, along with other bug fixes reported via GitHub issues and the free5GC forum.
## 2024/11/12: free5GC v3.4.4 released!


The release of free5GC v3.4.4 includes several new features, including default profile values in the Webconsole, a search bar for profiles and subscribers, NEF support for Traffic Influence, and NAT-T support for N3IWUE in N3IWF. The N3IWF configuration file has been refactored. Bug fixes address SMF ULCL charging issues, AMF authentication procedures, UE RAT type determination, and a UDM SUCI profile B decrypt error, along with other issues reported on GitHub and the free5GC forum.

**[Features]**

- Release TNGF & TNGFUE ([TNGFUE Installation](./guide/TNGF/tngfue-installation.md))
- Support empty SD value (SNSSAI)
- Support disable CGF in CHF
- Add Profile(default values) for create subscriber in Webconsole
- Add Webconsole Search Bar for Profiles and Subscribers
- Released NEF that supporting Traffic Influence
- N3IWF support NAT-T with N3IWUE
- Go-UPF with [v0.9.3 GTP5G Version](https://github.com/free5gc/gtp5g/tree/v0.9.3)

**[Refactor]**

- Refactor Subscriber Modal Page in Webconsole
- N3IWF Refactor, including the configuration file [#618](https://github.com/free5gc/free5gc/pull/618)

**[Bugs]**

- Fix can't registration with N3IWF twice problems
- Fix UEs can be context released by a second UE without authentication (src: [Issue](https://github.com/free5gc/free5gc/issues/580))
- Fix some bug reports from [Issues](https://github.com/free5gc/free5gc/issues) or [Forum](https://forum.free5gc.org/)
- SMF ULCL Charging Bugs
- AMF authentication procedure and UE RAT type determination issues.
- UDM SUCI profile B decrypt error [#41](https://github.com/free5gc/udm/pull/41)
- Fix some bug reports from [Issues](https://github.com/free5gc/free5gc/issues) or [Forum](https://forum.free5gc.org/)

> [!NOTE]
> The history of the version release can be found on the [history page](./history.md).
Expand Down

0 comments on commit d354bdc

Please sign in to comment.