Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
d2661cf1
Commit
d2661cf1
authored
Oct 09, 2024
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Plain Diff
Update Release Candidate
parents
f8a977e5
26ef2aab
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
software/simpleran/README.md
software/simpleran/README.md
+1
-1
software/simpleran/changelog.rst
software/simpleran/changelog.rst
+3
-3
software/simpleran/software-ors.cfg.json
software/simpleran/software-ors.cfg.json
+1
-1
software/simpleran/test/setup.py
software/simpleran/test/setup.py
+1
-1
No files found.
software/simpleran/README.md
View file @
d2661cf1
#
ORS Amarisoft
software release
#
Simpleran
software release
How to deploy from scratch
How to deploy from scratch
...
...
software/simpleran/changelog.rst
View file @
d2661cf1
...
@@ -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
...
...
software/simpleran/software-ors.cfg.json
View file @
d2661cf1
{
{
"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"
:
{
...
...
software/simpleran/test/setup.py
View file @
d2661cf1
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment