Commit d2661cf1 authored by Joanne Hugé's avatar Joanne Hugé

Update Release Candidate

parents f8a977e5 26ef2aab
# ORS Amarisoft software release # Simpleran software release
How to deploy from scratch How to deploy from scratch
......
...@@ -6,11 +6,11 @@ Version 1.0.371 (2024-10-09) ...@@ -6,11 +6,11 @@ Version 1.0.371 (2024-10-09)
* rename ors-amarisoft to simpleran * rename ors-amarisoft to simpleran
## UE simulator: **UE simulator:**
* add UE mode for ORS (experimental) * add UE mode for ORS (experimental)
## eNB / gNB changes: **eNB / gNB changes:**
* add compatibility with our KPI calculation and storage platform * add compatibility with our KPI calculation and storage platform
* support external MBMSGW * support external MBMSGW
...@@ -21,7 +21,7 @@ Version 1.0.371 (2024-10-09) ...@@ -21,7 +21,7 @@ Version 1.0.371 (2024-10-09)
* add useful information in eNB / gNB logs: host ID, FPGA version and kernel version * add useful information in eNB / gNB logs: host ID, FPGA version and kernel version
* keep old eNB / gNB radio logs * keep old eNB / gNB radio logs
## Core Network changes: **Core Network changes:**
* support external HSS (S6), tested only for LTE * support external HSS (S6), tested only for LTE
* add multicast and broadcast * add multicast and broadcast
......
{ {
"name": "ORS Amarisoft", "name": "Simpleran",
"description": "4G and 5G amarisoft stack for ORS", "description": "4G and 5G amarisoft stack for ORS",
"serialisation": "json-in-xml", "serialisation": "json-in-xml",
"software-type": { "software-type": {
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '0.0.1.dev0' version = '0.0.1.dev0'
name = 'slapos.test.ors_amarisoft' name = 'slapos.test.simpleran'
with open("README.md") as f: with open("README.md") as f:
long_description = f.read() long_description = f.read()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment