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
108
Merge Requests
108
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
eed66d5d
Commit
eed66d5d
authored
Dec 26, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
9a8cddb9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
software/ors-amarisoft/cell/peer/nr/input-schema.json
software/ors-amarisoft/cell/peer/nr/input-schema.json
+2
-7
software/ors-amarisoft/instance-ors-enb-input-schema.json
software/ors-amarisoft/instance-ors-enb-input-schema.json
+2
-1
software/ors-amarisoft/instance-ors-enb.jinja2.cfg
software/ors-amarisoft/instance-ors-enb.jinja2.cfg
+5
-2
software/ors-amarisoft/instance-ors-gnb-input-schema.json
software/ors-amarisoft/instance-ors-gnb-input-schema.json
+2
-1
No files found.
software/ors-amarisoft/cell/peer/nr/input-schema.json
View file @
eed66d5d
...
...
@@ -12,8 +12,7 @@
"nr_cell_id"
,
"gnb_id_bits"
,
"dl_nr_arfcn"
,
"nr_band"
,
"ul_nr_arfcn"
"nr_band"
],
"properties"
:
{
...
...
@@ -36,11 +35,7 @@
"dl_nr_arfcn"
:
{
"$ref"
:
"../../../cell/nr/input-schema.json#/properties/dl_nr_arfcn"
},
"nr_band"
:
{
"$ref"
:
"../../../cell/nr/input-schema.json#/properties/nr_band"
},
"ssb_nr_arfcn"
:
{
"$ref"
:
"../../../cell/nr/input-schema.json#/properties/ssb_nr_arfcn"
},
"ul_nr_arfcn"
:
{
"title"
:
"UL NR ARFCN"
,
"description"
:
"Uplink NR Absolute Radio Frequency Channel Number of the cell"
,
"type"
:
"integer"
},
"ul_nr_arfcn"
:
{
"$ref"
:
"../../../cell/nr/input-schema.json#/properties/ul_nr_arfcn"
},
"pci"
:
{
"$ref"
:
"../../../cell/nr/input-schema.json#/properties/pci"
},
"tac"
:
{
"$ref"
:
"../../../cell/lte/input-schema.json#/properties/tac"
}
}
...
...
software/ors-amarisoft/instance-ors-enb-input-schema.json
View file @
eed66d5d
...
...
@@ -117,7 +117,8 @@
"tac"
:
{
"title"
:
"Tracking Area Code"
,
"description"
:
"Integer (range 0 to 16777215)"
,
"type"
:
"number"
"type"
:
"number"
,
"default"
:
"0x0001"
}
},
"type"
:
"object"
...
...
software/ors-amarisoft/instance-ors-enb.jinja2.cfg
View file @
eed66d5d
...
...
@@ -15,6 +15,7 @@
"gtp_addr": "127.0.1.1",
"lte_handover_a3_offset": 6,
"lte_handover_a3_time_to_trigger": 480,
"ncell_list": {},
"inactivity_timer": 10000,
"disable_sdr": false
} %}
...
...
@@ -31,6 +32,7 @@
"gnb_id_bits": 28,
"nr_handover_a3_offset": 6,
"nr_handover_time_to_trigger": 100,
"ncell_list": {},
"inactivity_timer": 10000,
"disable_sdr": false
} %}
...
...
@@ -44,8 +46,8 @@
{%- do slapparameter_dict.setdefault(k, v) %}
{%- endfor %}
{# inject ru+cell synthesized from ORS-specific parameters
make real ru/cell
shared instances to be rejected in ORS mode #}
{#- make real ru/cell/peer/...
shared instances to be rejected in ORS mode #}
{%- set ishared_list = slap_configuration.setdefault('slave-instance-list', []) %}
{%- for ishared in ishared_list %}
{%- set _ = json_module.loads(ishared['_']) %}
...
...
@@ -54,6 +56,7 @@
{%- endif %}
{%- endfor %}
{#- inject ru+cell synthesized from ORS-specific parameters
{%- do ishared_list.append({
'slave_title': '%s_RU' % slap_configuration['slap-computer-partition-id'],
'slave_reference': 'XXX',
...
...
software/ors-amarisoft/instance-ors-gnb-input-schema.json
View file @
eed66d5d
...
...
@@ -182,7 +182,8 @@
"tac"
:
{
"title"
:
"Tracking Area Code"
,
"description"
:
"Integer (range 0 to 16777215)"
,
"type"
:
"number"
"type"
:
"number"
,
"default"
:
"0x0001"
}
},
"type"
:
"object"
...
...
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