open5gs/docs/_posts/2021-03-19-release-v2.2.2.md

1.8 KiB

title date categories tags head_inline
v2.2.2 - It will be deleted soon 2021-03-19 21:54:00 +0900
Release
News
Release
<style> ul { padding-bottom: 1em; } .blue { color: blue; }</style>

IMPORTANT Using v2.2.x

  • DB Schema Changes: If you are using an existing subscription DB, you should delete the existing DB. Then you can add a new subscription DB. {: .blue}
$ mongo
> use open5gs
switched to db open5gs
> db.subscribers.drop()
true
  • The New WebUI: You have to log out using the old WebUI backend/frontend. Then, you can log back in again using the new WebUI backend/frontend. {: .blue}
$ git checkout v2.1.7
$ cd webui
$ rm -Rf ./node_modules
$ npm ci --no-optional
$ npm run dev

## You should log out

$ git checkout main
$ cd webui
$ rm -Rf ./node_modules
$ npm ci --no-optional
$ npm run dev

## You can log back in

New Features

  • [EPC] Added E-RABModificationIndication/E-RABModificationConfirm (#834) -- alf-askey
  • [ALL] Advertising address for all SBI and GTP-U interfaces (#825) -- infinitydon

Bug Fixes

  • [5GC] When PDR is created without deleting session, there is a bug to create new PDR. (#860) -- kbarlee
  • [NSSF] Add default NSI configuration for NSSF (#859) -- AniketTiw
  • [MME] Fixed the MME crash during HandoverCancel without Target eNB (#855) -- kuanghanqian

Download -- v2.2.2.tar.gz {: .notice--info}