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
......
......@@ -6,11 +6,11 @@ Version 1.0.371 (2024-10-09)
* rename ors-amarisoft to simpleran
## UE simulator:
**UE simulator:**
* add UE mode for ORS (experimental)
## eNB / gNB changes:
**eNB / gNB changes:**
* add compatibility with our KPI calculation and storage platform
* support external MBMSGW
......@@ -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
* keep old eNB / gNB radio logs
## Core Network changes:
**Core Network changes:**
* support external HSS (S6), tested only for LTE
* add multicast and broadcast
......
{
"name": "ORS Amarisoft",
"name": "Simpleran",
"description": "4G and 5G amarisoft stack for ORS",
"serialisation": "json-in-xml",
"software-type": {
......
......@@ -27,7 +27,7 @@
from setuptools import setup, find_packages
version = '0.0.1.dev0'
name = 'slapos.test.ors_amarisoft'
name = 'slapos.test.simpleran'
with open("README.md") as f:
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