From d6c8d49ef47179abed7f894a1ef221dbf4fe2549 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Tue, 17 May 2022 23:30:16 +0900 Subject: [PATCH] Update Document for v2.4.6 --- docs/_docs/guide/01-quickstart.md | 2 ++ docs/_posts/2022-05-17-release-v2.4.6.md | 40 ++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 docs/_posts/2022-05-17-release-v2.4.6.md diff --git a/docs/_docs/guide/01-quickstart.md b/docs/_docs/guide/01-quickstart.md index 52f157e00..9d13a4261 100644 --- a/docs/_docs/guide/01-quickstart.md +++ b/docs/_docs/guide/01-quickstart.md @@ -112,6 +112,7 @@ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbunt https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.10/ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_21.04/ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_21.10/ +https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_22.04/ ``` #### openSUSE @@ -149,6 +150,7 @@ https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20. https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.10/ https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_21.04/ https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_21.10/ +https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_22.04/ ``` diff --git a/docs/_posts/2022-05-17-release-v2.4.6.md b/docs/_posts/2022-05-17-release-v2.4.6.md new file mode 100644 index 000000000..3c61cc2fc --- /dev/null +++ b/docs/_posts/2022-05-17-release-v2.4.6.md @@ -0,0 +1,40 @@ +--- +title: "v2.4.6 - Gy interface provided by sysmocom" +date: 2022-05-17 10:45:00 +0900 +categories: + - Release +tags: + - News + - Release +head_inline: "" +--- + +#### New Features +- [SMF] Introduced Gy interface Support provided [sysmocom](https://sysmocom.de) -- [pespin](https://github.com/pespin) +- [GTP] X2 Handover with SGW relocation ([#1367](https://github.com/open5gs/open5gs/issues/1367), [#1459](https://github.com/open5gs/open5gs/issues/1459)) -- [pespin](https://github.com/pespin), [cbrasho](https://github.com/cbrasho) + +#### Enhancements +- [PFCP] Support Multi-CP with One-UP [c6c8dc1](https://github.com/open5gs/open5gs/commit/c6c8dc1256c304aea1fc44cd70fbaeb290f31ad3) +- [SMF] Optimize PFCP Session Modification Message [e0a487f](https://github.com/open5gs/open5gs/commit/e0a487f479b7d916044d6595228de6211d548656) +- [SMF] Parallelize Gx+Gy CCR Initial ([#1491](https://github.com/open5gs/open5gs/pull/1491)) -- [pespin](https://github.com/pespin) +- [SMF] Integrate Session Setup Cycle into GSM State Machine ([#1489](https://github.com/open5gs/open5gs/pull/1489)) -- [pespin](https://github.com/pespin) +- [CX] Functionality for send SMS with using IMS service ([#1477](https://github.com/open5gs/open5gs/pull/1477)) -- [EugeneBogush](https://github.com/EugeneBogush) +- [MEM] Improve data-path performance using talloc_pool() -- [e213f65](https://github.com/open5gs/open5gs/commit/e213f654060b7b9f2bae11420c5175e876cf006e) +- [TEST] Automatic CI for github PRs([#1454] (https://github.com/open5gs/open5gs/issues/1454)) -- [pespin](https://github.com/pespin) +- [DB] Add/update current IMEISV of UE in subscriber profile ([#1464](https://github.com/open5gs/open5gs/pull/1464)) -- [EugeneBogush](https://github.com/EugeneBogush) + + +#### Bug Fixes +- [PFCP] Fixed incorrect memcpy ([#1531](https://github.com/open5gs/open5gs/issues/1531)) -- [pespin](https://github.com/pespin) +- [AMF] Fixed the bug Not Sending NG RESET Acknowledge([#1525](https://github.com/open5gs/open5gs/issues/1525)) -- [mcatalancid](https://github.com/mcatalancid) +- [IPv6] IPv6 RS/RA with QFI Extended Header ([#1506] (https://github.com/open5gs/open5gs/issues/1506)) -- [irazairspan](https://github.com/irazairspan) +- [SBI] cJSON v1.7.7 to v1.7.15 to solve HTTP2 request with incorrect payload ([#1503] (https://github.com/open5gs/open5gs/issues/1503)) -- [bmeglicit](https://github.com/bmeglicit) +- [GTP] Handling multiple bearer message ([#1498] (https://github.com/open5gs/open5gs/issues/1498)) -- [cbrasho](https://github.com/cbrasho) +- [MME] SCTP Crash when eNB, SGW-U and UPF are going down ([#1497](https://github.com/open5gs/open5gs/pull/1497)) -- [spencersevilla](https://github.com/spencersevilla) +- [SBI] fixed HTTP2 header values is 0 ([#1488] (https://github.com/open5gs/open5gs/issues/1488)) -- [bmeglicit](https://github.com/bmeglicit) +- [MME] Send EMM Cause when Attach Request type is not same as HSS Network-Access-Mode ([#1484](https://github.com/open5gs/open5gs/pull/1484)) -- [herlesupreeth](https://github.com/herlesupreeth) +- [GX] Prevent sending Gx messages to non-PCRF Diameter peers ([#1468](https://github.com/open5gs/open5gs/pull/1468)) -- [pespin](https://github.com/pespin) +- [AMF] AMF crashes when requesting a PDU session for a S-NSSAI with an SST when the network is configured with multiple S-NSSAIs with the same SST ([#1440] (https://github.com/open5gs/open5gs/issues/1440)) -- [dcandal-gti](https://github.com/dcandal-gti) + +Download -- [v2.4.6.tar.gz](https://github.com/open5gs/open5gs/archive/v2.4.6.tar.gz) +{: .notice--info}