Update document for v2.0.4

This commit is contained in:
Sukchan Lee 2020-09-08 22:47:20 -04:00
parent 6ad1c3399e
commit 8bb0a168f8
2 changed files with 9 additions and 34 deletions

View File

@ -1,17 +0,0 @@
---
title: "v2.0.3 - Hotfix for many UEs"
date: 2020-09-07 22:47:00 -0400
categories:
- Release
tags:
- News
- Release
head_inline: "<style> ul { padding-bottom: 1em; } </style>"
---
#### Bug Fixed
- Hotfix for many users ([#551](https://github.com/open5gs/open5gs/issues/551)) -- [cecrevier](https://github.com/cecrevier)
- Stablize test program ([#549](https://github.com/open5gs/open5gs/issues/549)) -- [JorgeVBZ](https://github.com/JorgeVBZ)
Download -- [v2.0.3.tar.gz](https://github.com/open5gs/open5gs/archive/v2.0.3.tar.gz)
{: .notice--info}

View File

@ -1,6 +1,6 @@
---
title: "v2.0.1 - Stablize Open5GS packages"
date: 2020-09-05 19:48:00 -0400
title: "v2.0.4 - 100+ UEs tested"
date: 2020-09-08 22:44:00 -0400
categories:
- Release
tags:
@ -9,21 +9,9 @@ tags:
head_inline: "<style> ul { padding-bottom: 1em; } </style>"
---
#### Status Update
An issue with MME has been reported in issues [#472](https://github.com/open5gs/open5gs/issues/472). To solve this problem, I freeze the code for the time being and changed the process to terminate if any problems are found including ogs_expect().
Here's what I know about this issue: There seems to be a problem with mme-init.c under version 1.3.0. I found that the eventloop is implemented incorrectly, and I am suspecting that this is related to current mme's infinite loop.
Anyway, if you need it for the experiment, please send the related log. And if necessary, I will provide a release package to catch this bug.
#### For troubleshooting
- ogs_expect() calls ogs_abort() temporarily ([#472](https://github.com/open5gs/open5gs/issues/472)) -- [theorem6](https://github.com/theorem6), [bladebeam](https://github.com/bladebeam), [cabotek](https://github.com/cabotek)
#### Enhancement
- Allow subnet skipping in SMF configuration ([#548](https://github.com/open5gs/open5gs/issues/548)) -- [cecrevier](https://github.com/cecrevier)
- Change the number of UEs usage ([#533](https://github.com/open5gs/open5gs/issues/533)) -- [herlesupreeth](https://github.com/herlesupreeth)
#### Bug Fixed
- Hotfix for many users ([#551](https://github.com/open5gs/open5gs/issues/551)) -- [cecrevier](https://github.com/cecrevier)
- Stablize test program ([#549](https://github.com/open5gs/open5gs/issues/549)) -- [JorgeVBZ](https://github.com/JorgeVBZ)
- Maintaining Old NAS signalling ([#546](https://github.com/open5gs/open5gs/issues/546)) -- [carhercla2cat](https://github.com/carhercla2cat)
- Fix the Log rotate configuration ([#542](https://github.com/open5gs/open5gs/issues/542)) -- [kbarlee](https://github.com/kbarlee)
- Fix the test program bug ([#536](https://github.com/open5gs/open5gs/issues/536)) -- [s5uishida](https://github.com/s5uishida)
@ -31,5 +19,9 @@ Anyway, if you need it for the experiment, please send the related log. And if n
- Fix PDN connectivity request in PDN DISCONNECT ESM-state([#486](https://github.com/open5gs/open5gs/issues/486)) -- [yc541](https://github.com/yc541)
- Fix UPF/SGW-U selection bug
Download -- [v2.0.1.tar.gz](https://github.com/open5gs/open5gs/archive/v2.0.1.tar.gz)
#### Enhancement
- Allow subnet skipping in SMF configuration ([#548](https://github.com/open5gs/open5gs/issues/548)) -- [cecrevier](https://github.com/cecrevier)
- Change the number of UEs usage ([#533](https://github.com/open5gs/open5gs/issues/533)) -- [herlesupreeth](https://github.com/herlesupreeth)
Download -- [v2.0.4.tar.gz](https://github.com/open5gs/open5gs/archive/v2.0.4.tar.gz)
{: .notice--info}