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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos
Commits
9798ef1e
Commit
9798ef1e
authored
Nov 13, 2023
by
Lu Xu
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/ors-amarisoft: fix check-baseband-latency
parent
ceabc68a
Changes
17
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
46 additions
and
130 deletions
+46
-130
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+2
-2
software/ors-amarisoft/instance-enb-input-schema.json.jinja2
software/ors-amarisoft/instance-enb-input-schema.json.jinja2
+3
-9
software/ors-amarisoft/instance-enb.jinja2.cfg
software/ors-amarisoft/instance-enb.jinja2.cfg
+1
-1
software/ors-amarisoft/instance-fdd-enb-input-schema.json
software/ors-amarisoft/instance-fdd-enb-input-schema.json
+3
-9
software/ors-amarisoft/instance-fdd-gnb-input-schema.json
software/ors-amarisoft/instance-fdd-gnb-input-schema.json
+3
-9
software/ors-amarisoft/instance-fdd-lopcomm-enb-input-schema.json
.../ors-amarisoft/instance-fdd-lopcomm-enb-input-schema.json
+3
-9
software/ors-amarisoft/instance-fdd-lopcomm-gnb-input-schema.json
.../ors-amarisoft/instance-fdd-lopcomm-gnb-input-schema.json
+3
-9
software/ors-amarisoft/instance-fdd-ors-enb-input-schema.json
...ware/ors-amarisoft/instance-fdd-ors-enb-input-schema.json
+3
-9
software/ors-amarisoft/instance-fdd-ors-gnb-input-schema.json
...ware/ors-amarisoft/instance-fdd-ors-gnb-input-schema.json
+3
-9
software/ors-amarisoft/instance-gnb-input-schema.json.jinja2
software/ors-amarisoft/instance-gnb-input-schema.json.jinja2
+3
-9
software/ors-amarisoft/instance-gnb.jinja2.cfg
software/ors-amarisoft/instance-gnb.jinja2.cfg
+1
-1
software/ors-amarisoft/instance-tdd-enb-input-schema.json
software/ors-amarisoft/instance-tdd-enb-input-schema.json
+3
-9
software/ors-amarisoft/instance-tdd-gnb-input-schema.json
software/ors-amarisoft/instance-tdd-gnb-input-schema.json
+3
-9
software/ors-amarisoft/instance-tdd-m2ru-enb-input-schema.json
...are/ors-amarisoft/instance-tdd-m2ru-enb-input-schema.json
+3
-9
software/ors-amarisoft/instance-tdd-m2ru-gnb-input-schema.json
...are/ors-amarisoft/instance-tdd-m2ru-gnb-input-schema.json
+3
-9
software/ors-amarisoft/instance-tdd-ors-enb-input-schema.json
...ware/ors-amarisoft/instance-tdd-ors-enb-input-schema.json
+3
-9
software/ors-amarisoft/instance-tdd-ors-gnb-input-schema.json
...ware/ors-amarisoft/instance-tdd-ors-gnb-input-schema.json
+3
-9
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
9798ef1e
...
...
@@ -72,11 +72,11 @@ md5sum = 243d9fbf640b8dc8bf63d69b07b8afed
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
md5sum =
e90ee40dbfdd8639cf21849502975e55
md5sum =
104d63450ec08d67bc6e82a9dacee6ae
[template-gnb]
_update_hash_filename_ = instance-gnb.jinja2.cfg
md5sum =
2d7558e4799818a5546850f735fbb399
md5sum =
a64a0d06740f97cd82eeec0932f61004
[template-core-network]
_update_hash_filename_ = instance-core-network.jinja2.cfg
...
...
software/ors-amarisoft/instance-enb-input-schema.json.jinja2
View file @
9798ef1e
...
...
@@ -423,17 +423,11 @@
"type": "number",
"default": 0
},
"min_
txr
x_delay": {
"min_
rxt
x_delay": {
"title": "Minimum available time for radio front end processing (ms)",
"description": "Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
high
er than this value)",
"description": "Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
low
er than this value)",
"type": "number",
"default": 5
},
"avg_txrx_delay": {
"title": "Average available time for radio front end processing (ms)",
"description": "Baseband latency promise will fail if average TX/RX diff reaches threshold (higher than this value)",
"type": "number",
"default": 7
"default": 0
},
"xlog_fluentbit_forward_host": {
"title": "Address to Forward Xlog by Fluenbit",
...
...
software/ors-amarisoft/instance-enb.jinja2.cfg
View file @
9798ef1e
...
...
@@ -399,7 +399,7 @@ promise = check_baseband_latency
config-testing = {{ slapparameter_dict.get("testing", False) }}
config-amarisoft-stats-log = ${amarisoft-stats-template:log-output}
config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
config-min-
txrx-delay = {{ slapparameter_dict.get("min_txrx_delay", 5
) }}
config-min-
rxtx-delay = {{ slapparameter_dict.get("min_rxtx_delay", 0
) }}
[check-amarisoft-stats-log.py]
<= macro.promise
...
...
software/ors-amarisoft/instance-fdd-enb-input-schema.json
View file @
9798ef1e
...
...
@@ -256,17 +256,11 @@
"type"
:
"number"
,
"default"
:
0
},
"min_
txr
x_delay"
:
{
"min_
rxt
x_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
high
er than this value)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
low
er than this value)"
,
"type"
:
"number"
,
"default"
:
5
},
"avg_txrx_delay"
:
{
"title"
:
"Average available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if average TX/RX diff reaches threshold (higher than this value)"
,
"type"
:
"number"
,
"default"
:
7
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
...
...
software/ors-amarisoft/instance-fdd-gnb-input-schema.json
View file @
9798ef1e
...
...
@@ -299,17 +299,11 @@
"type"
:
"number"
,
"default"
:
0
},
"min_
txr
x_delay"
:
{
"min_
rxt
x_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"
Minimum TX/RX diff threshold above which baseband latency promise will fail
"
,
"description"
:
"
Baseband latency promise will fail if minimum TX/RX diff reaches threshold (lower than this value)
"
,
"type"
:
"number"
,
"default"
:
5
},
"avg_txrx_delay"
:
{
"title"
:
"Average available time for radio front end processing (ms)"
,
"description"
:
"Average TX/RX diff threshold above which baseband latency promise will fail"
,
"type"
:
"number"
,
"default"
:
7
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
...
...
software/ors-amarisoft/instance-fdd-lopcomm-enb-input-schema.json
View file @
9798ef1e
...
...
@@ -349,17 +349,11 @@
"type"
:
"number"
,
"default"
:
0
},
"min_
txr
x_delay"
:
{
"min_
rxt
x_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
high
er than this value)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
low
er than this value)"
,
"type"
:
"number"
,
"default"
:
5
},
"avg_txrx_delay"
:
{
"title"
:
"Average available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if average TX/RX diff reaches threshold (higher than this value)"
,
"type"
:
"number"
,
"default"
:
7
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
...
...
software/ors-amarisoft/instance-fdd-lopcomm-gnb-input-schema.json
View file @
9798ef1e
...
...
@@ -299,17 +299,11 @@
"type"
:
"number"
,
"default"
:
0
},
"min_
txr
x_delay"
:
{
"min_
rxt
x_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"
Minimum TX/RX diff threshold above which baseband latency promise will fail
"
,
"description"
:
"
Baseband latency promise will fail if minimum TX/RX diff reaches threshold (lower than this value)
"
,
"type"
:
"number"
,
"default"
:
5
},
"avg_txrx_delay"
:
{
"title"
:
"Average available time for radio front end processing (ms)"
,
"description"
:
"Average TX/RX diff threshold above which baseband latency promise will fail"
,
"type"
:
"number"
,
"default"
:
7
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
...
...
software/ors-amarisoft/instance-fdd-ors-enb-input-schema.json
View file @
9798ef1e
...
...
@@ -245,17 +245,11 @@
"type"
:
"number"
,
"default"
:
0
},
"min_
txr
x_delay"
:
{
"min_
rxt
x_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
high
er than this value)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
low
er than this value)"
,
"type"
:
"number"
,
"default"
:
5
},
"avg_txrx_delay"
:
{
"title"
:
"Average available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if average TX/RX diff reaches threshold (higher than this value)"
,
"type"
:
"number"
,
"default"
:
7
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
...
...
software/ors-amarisoft/instance-fdd-ors-gnb-input-schema.json
View file @
9798ef1e
...
...
@@ -299,17 +299,11 @@
"type"
:
"number"
,
"default"
:
0
},
"min_
txr
x_delay"
:
{
"min_
rxt
x_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"
Minimum TX/RX diff threshold above which baseband latency promise will fail
"
,
"description"
:
"
Baseband latency promise will fail if minimum TX/RX diff reaches threshold (lower than this value)
"
,
"type"
:
"number"
,
"default"
:
5
},
"avg_txrx_delay"
:
{
"title"
:
"Average available time for radio front end processing (ms)"
,
"description"
:
"Average TX/RX diff threshold above which baseband latency promise will fail"
,
"type"
:
"number"
,
"default"
:
7
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
...
...
software/ors-amarisoft/instance-gnb-input-schema.json.jinja2
View file @
9798ef1e
...
...
@@ -320,17 +320,11 @@
"type": "number",
"default": 0
},
"min_
txr
x_delay": {
"min_
rxt
x_delay": {
"title": "Minimum available time for radio front end processing (ms)",
"description": "
Minimum TX/RX diff threshold above which baseband latency promise will fail
",
"description": "
Baseband latency promise will fail if minimum TX/RX diff reaches threshold (lower than this value)
",
"type": "number",
"default": 5
},
"avg_txrx_delay": {
"title": "Average available time for radio front end processing (ms)",
"description": "Average TX/RX diff threshold above which baseband latency promise will fail",
"type": "number",
"default": 7
"default": 0
},
"xlog_fluentbit_forward_host": {
"title": "Address to Forward Xlog by Fluenbit",
...
...
software/ors-amarisoft/instance-gnb.jinja2.cfg
View file @
9798ef1e
...
...
@@ -297,7 +297,7 @@ promise = check_baseband_latency
config-testing = {{ slapparameter_dict.get("testing", False) }}
config-amarisoft-stats-log = ${amarisoft-stats-template:log-output}
config-stats-period = {{ slapparameter_dict.get("gnb_stats_fetch_period", 60) }}
config-min-
txrx-delay = {{ slapparameter_dict.get("min_txrx_delay", 5
) }}
config-min-
rxtx-delay = {{ slapparameter_dict.get("min_rxtx_delay", 0
) }}
[check-amarisoft-stats-log.py]
<= macro.promise
...
...
software/ors-amarisoft/instance-tdd-enb-input-schema.json
View file @
9798ef1e
...
...
@@ -266,17 +266,11 @@
"type"
:
"number"
,
"default"
:
0
},
"min_
txr
x_delay"
:
{
"min_
rxt
x_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
high
er than this value)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
low
er than this value)"
,
"type"
:
"number"
,
"default"
:
5
},
"avg_txrx_delay"
:
{
"title"
:
"Average available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if average TX/RX diff reaches threshold (higher than this value)"
,
"type"
:
"number"
,
"default"
:
7
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
...
...
software/ors-amarisoft/instance-tdd-gnb-input-schema.json
View file @
9798ef1e
...
...
@@ -310,17 +310,11 @@
"type"
:
"number"
,
"default"
:
0
},
"min_
txr
x_delay"
:
{
"min_
rxt
x_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"
Minimum TX/RX diff threshold above which baseband latency promise will fail
"
,
"description"
:
"
Baseband latency promise will fail if minimum TX/RX diff reaches threshold (lower than this value)
"
,
"type"
:
"number"
,
"default"
:
5
},
"avg_txrx_delay"
:
{
"title"
:
"Average available time for radio front end processing (ms)"
,
"description"
:
"Average TX/RX diff threshold above which baseband latency promise will fail"
,
"type"
:
"number"
,
"default"
:
7
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
...
...
software/ors-amarisoft/instance-tdd-m2ru-enb-input-schema.json
View file @
9798ef1e
...
...
@@ -304,17 +304,11 @@
"type"
:
"number"
,
"default"
:
0
},
"min_
txr
x_delay"
:
{
"min_
rxt
x_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
high
er than this value)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
low
er than this value)"
,
"type"
:
"number"
,
"default"
:
5
},
"avg_txrx_delay"
:
{
"title"
:
"Average available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if average TX/RX diff reaches threshold (higher than this value)"
,
"type"
:
"number"
,
"default"
:
7
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
...
...
software/ors-amarisoft/instance-tdd-m2ru-gnb-input-schema.json
View file @
9798ef1e
...
...
@@ -310,17 +310,11 @@
"type"
:
"number"
,
"default"
:
0
},
"min_
txr
x_delay"
:
{
"min_
rxt
x_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"
Minimum TX/RX diff threshold above which baseband latency promise will fail
"
,
"description"
:
"
Baseband latency promise will fail if minimum TX/RX diff reaches threshold (lower than this value)
"
,
"type"
:
"number"
,
"default"
:
5
},
"avg_txrx_delay"
:
{
"title"
:
"Average available time for radio front end processing (ms)"
,
"description"
:
"Average TX/RX diff threshold above which baseband latency promise will fail"
,
"type"
:
"number"
,
"default"
:
7
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
...
...
software/ors-amarisoft/instance-tdd-ors-enb-input-schema.json
View file @
9798ef1e
...
...
@@ -255,17 +255,11 @@
"type"
:
"number"
,
"default"
:
0
},
"min_
txr
x_delay"
:
{
"min_
rxt
x_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
high
er than this value)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (
low
er than this value)"
,
"type"
:
"number"
,
"default"
:
5
},
"avg_txrx_delay"
:
{
"title"
:
"Average available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if average TX/RX diff reaches threshold (higher than this value)"
,
"type"
:
"number"
,
"default"
:
7
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
...
...
software/ors-amarisoft/instance-tdd-ors-gnb-input-schema.json
View file @
9798ef1e
...
...
@@ -310,17 +310,11 @@
"type"
:
"number"
,
"default"
:
0
},
"min_
txr
x_delay"
:
{
"min_
rxt
x_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"
Minimum TX/RX diff threshold above which baseband latency promise will fail
"
,
"description"
:
"
Baseband latency promise will fail if minimum TX/RX diff reaches threshold (lower than this value)
"
,
"type"
:
"number"
,
"default"
:
5
},
"avg_txrx_delay"
:
{
"title"
:
"Average available time for radio front end processing (ms)"
,
"description"
:
"Average TX/RX diff threshold above which baseband latency promise will fail"
,
"type"
:
"number"
,
"default"
:
7
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
...
...
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