From 8959c787bc306f49877ade77916807dc4fea486a Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Tue, 29 Jun 2021 22:07:06 +0900 Subject: [PATCH] Release v2.3.1 --- README.md | 4 +--- debian/changelog | 6 +++++ docs/_pages/about.md | 4 ++-- docs/_posts/2021-06-08-release-v2.3.0.md | 2 +- docs/_posts/2021-06-29-release-v2.3.1.md | 30 ++++++++++++++++++++++++ meson.build | 4 ++-- 6 files changed, 42 insertions(+), 8 deletions(-) create mode 100644 docs/_posts/2021-06-29-release-v2.3.1.md diff --git a/README.md b/README.md index dab46eb59..3ddc24e25 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,7 @@ If you find Open5GS useful for work, please consider supporting this Open Source - - - + diff --git a/debian/changelog b/debian/changelog index 2c58fd098..9d1dbfd52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +open5gs (2.3.1~focal) focal; urgency=medium + + * Support ePDG Interface + + -- Sukchan Lee Tue, 29 Jun 2021 09:55:40 +0900 + open5gs (2.3.0) unstable; urgency=medium * Bug Fixed diff --git a/docs/_pages/about.md b/docs/_pages/about.md index 3dd8bc110..918a33899 100644 --- a/docs/_pages/about.md +++ b/docs/_pages/about.md @@ -16,7 +16,8 @@ Open5GS is a C-language Open Source implementation of 5GC and EPC, i.e. the core - Multiple PDU session - Handover(5GC Xn/N2 and EPC S1/X2) - CSFB(Circuit Switched Fall Back) and SMSoS(SMS Over SGs) -- VoLTE(Voice over LTE) +- VoLTE(Voice over LTE) with HSS-Cx interface +- Support ePDG Interface(SWx, S6b, S2b) #### Known Limitations --- @@ -29,4 +30,3 @@ Open5GS is a C-language Open Source implementation of 5GC and EPC, i.e. the core - No SRVCC - No Roaming - No Emergency Call -- No ePDG Gateway diff --git a/docs/_posts/2021-06-08-release-v2.3.0.md b/docs/_posts/2021-06-08-release-v2.3.0.md index f590b73a8..d1303fd47 100644 --- a/docs/_posts/2021-06-08-release-v2.3.0.md +++ b/docs/_posts/2021-06-08-release-v2.3.0.md @@ -19,7 +19,7 @@ head_inline: " #### Bug Fixes - [SMF] Fix the crash bug ([#1034](https://github.com/open5gs/open5gs/issues/1034), [#1006](https://github.com/open5gs/open5gs/issues/1006)) -- [mcatalancid](https://github.com/mcatalancid), [ramonss](https://github.com/ramonss) -- [SBI] Fix the default SBI port number([#1008](https://github.com/open5gs/open5gs/issues/1008), [#997](https://github.com/open5gs/open5gs/issues/997)) -- [mmailand](https://github.com/mmailand), [plutec](https://github.com/plutec) +- [SBI] Fix the default SBI port number ([#1008](https://github.com/open5gs/open5gs/issues/1008), [#997](https://github.com/open5gs/open5gs/issues/997)) -- [mmailand](https://github.com/mmailand), [plutec](https://github.com/plutec) - [SMF] Fix DRB lost issue when additional TFTs needs to be added to existing bearer with TFTs ([#1019](https://github.com/open5gs/open5gs/pull/1019)) -- [herlesupreeth](https://github.com/herlesupreeth) diff --git a/docs/_posts/2021-06-29-release-v2.3.1.md b/docs/_posts/2021-06-29-release-v2.3.1.md new file mode 100644 index 000000000..2400e6b7b --- /dev/null +++ b/docs/_posts/2021-06-29-release-v2.3.1.md @@ -0,0 +1,30 @@ +--- +title: "v2.3.1 - Support ePDG Interface" +date: 2021-06-29 09:37:00 +0900 +categories: + - Release +tags: + - News + - Release +head_inline: "" +--- + +#### New Features +- [Non3GPP] Support ePDG Interface ([#1039](https://github.com/open5gs/open5gs/discussions/1039)) -- [herlesupreeth](https://github.com/herlesupreeth), [fasferraz](https://github.com/fasferraz) + +#### Enhancement +- [GTP] Add Indication (Dual Address Bearer and Handover) ([#1049](https://github.com/open5gs/open5gs/pull/1049)) -- [medeiros405](https://github.com/medeiros405) + +#### Bug Fixes +- [freeDiameter] Need to ASSERT on FD_LOG_FATAL ([#1069](https://github.com/open5gs/open5gs/pull/1069)) -- [spencersevilla](https://github.com/spencersevilla) +- [UPF] Trim buffer to correct size after creating ARP or ND reply ([#1068](https://github.com/open5gs/open5gs/pull/1068)) -- [anarkiwi](https://github.com/anarkiwi) +- [AMF] NG Setup Failure with proper cause "Slice not supported" ([#1064](https://github.com/open5gs/open5gs/issues/1064)) -- [irazairspan](https://github.com/irazairspan) +- [ALL] Increase the number of 1024-memory pool (1024 --> 2048) ([#1062](https://github.com/open5gs/open5gs/issues/1062)) -- [UmakantKulkarni](https://github.com/UmakantKulkarni) +- [AMF] fix the crash if 'ran_ue' context was removed ([#1061](https://github.com/open5gs/open5gs/issues/1061)) -- [aminssl](https://github.com/aminssl) +- [PCF] fix the crash if PEI is not avaiable ([#1059](https://github.com/open5gs/open5gs/issues/1059)) -- [Spectranis](https://github.com/Spectranis) +- [MME] fix the crash when release a UE ([#1058](https://github.com/open5gs/open5gs/issues/1058)) -- [duocpv89](https://github.com/duocpv89) +- [UPF] Need to 'continue' during matching rule ([#1052](https://github.com/open5gs/open5gs/pull/1052)) -- [spencersevilla](https://github.com/spencersevilla) + + +Download -- [v2.3.1.tar.gz](https://github.com/open5gs/open5gs/archive/v2.3.1.tar.gz) +{: .notice--info} diff --git a/meson.build b/meson.build index ae5cc26f1..1fad17396 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', 'cpp', - version : '2.3.0', + version : '2.3.1', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', 'cpp', ], ) -libogslib_version = '2.3.0' +libogslib_version = '2.3.1' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))