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
106
Merge Requests
106
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
cedaa0bc
Commit
cedaa0bc
authored
Dec 10, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
a89b89e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
software/ors-amarisoft/instance-ors-enb-input-schema.json.jinja2
...e/ors-amarisoft/instance-ors-enb-input-schema.json.jinja2
+4
-6
software/ors-amarisoft/software-ors.cfg
software/ors-amarisoft/software-ors.cfg
+4
-0
No files found.
software/ors-amarisoft/instance-ors-enb-input-schema.json.jinja2
View file @
cedaa0bc
...
...
@@ -15,19 +15,19 @@
"15 MHz",
"20 MHz"
],
"default": "
{{ default_lte_bandwidth }}
"
"default": "
20 MHz
"
},
"n_antenna_dl": {
"title": "Number of DL antennas",
"description": "1 or 2. Number of DL antennas.",
"type": "number",
"default":
{{ default_n_antenna_dl }}
"default":
2
},
"n_antenna_ul": {
"title": "Number of UL antennas",
"description": "1 or 2. Number of UL antennas.",
"type": "number",
"default":
{{ default_n_antenna_ul }}
"default":
2
},
{%- if rf_mode == 'tdd' %}
"tdd_ul_dl_config": {
...
...
@@ -70,7 +70,6 @@
"type": "number",
"default": 204
},
{%- if trx == 'sdr' %}
"tx_gain": {
"title": "Tx gain",
"description": "Tx gain (in dB)",
...
...
@@ -81,7 +80,6 @@
"description": "Rx gain (in dB)",
"type": "number"
},
{%- endif %}
"enb_id": {
"title": "eNB ID",
"description": "eNB ID",
...
...
@@ -215,7 +213,7 @@
"title": "Inactivity Timer",
"description": "Send RRC connection release after this time (in ms) of network inactivity.",
"type": "number",
"default":
{{ default_lte_inactivity_timer }}
"default":
10000
},
"log_phy_debug": {
"title": "Physical layer log debug",
...
...
software/ors-amarisoft/software-ors.cfg
View file @
cedaa0bc
...
...
@@ -11,3 +11,7 @@ extends =
# XXX predefine ru/cells from ORS-specific schema, not from shared instances.
# XXX set [default-params] ?
# default_n_antenna_dl = 2
# default_n_antenna_ul = 2
# default_lte_bandwidth = 20MHz
# default_lte_inactivity_timer = 10000
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