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
60f974ba
Commit
60f974ba
authored
Dec 10, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
3d6fb6ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
154 deletions
+3
-154
software/ors-amarisoft/XXX-instance-gnb-input-schema.json
software/ors-amarisoft/XXX-instance-gnb-input-schema.json
+0
-151
software/ors-amarisoft/instance-enb-input-schema.json
software/ors-amarisoft/instance-enb-input-schema.json
+3
-3
No files found.
software/ors-amarisoft/XXX-instance-gnb-input-schema.json
View file @
60f974ba
...
...
@@ -3,83 +3,6 @@
"$schema"
:
"http://json-schema.org/draft-04/schema"
,
"title"
:
"Input Parameters"
,
"properties"
:
{
"nr_bandwidth"
:
{
"title"
:
"Bandwidth"
,
"description"
:
"Downlink Bandwidth (in MHz)"
,
"type"
:
"number"
,
"default"
:
{{
default_nr_bandwidth
}}
},
"n_antenna_dl"
:
{
"title"
:
"Number of DL antennas"
,
{
%-
if
bbu
==
'ors'
%
}
"description"
:
"1 or 2. Number of DL antennas."
,
{
%-
else
%
}
"description"
:
"1, 2, 4 or 8. Number of DL antennas."
,
{
%-
endif
%
}
"type"
:
"number"
,
"default"
:
{{
default_n_antenna_dl
}}
},
"n_antenna_ul"
:
{
"title"
:
"Number of UL antennas"
,
{
%-
if
bbu
==
'ors'
%
}
"description"
:
"1 or 2. Number of UL antennas."
,
{
%-
else
%
}
"description"
:
"1, 2, 4 or 8. Number of UL antennas."
,
{
%-
endif
%
}
"type"
:
"number"
,
"default"
:
{{
default_n_antenna_ul
}}
},
{
%-
if
rf_mode
==
'tdd'
%
}
"tdd_ul_dl_config"
:
{
"title"
:
"TDD"
,
"description"
:
"TDD"
,
"type"
:
"string"
,
"enum"
:
[
"5ms 2UL 7DL 4/6 (default)"
,
"2.5ms 1UL 3DL 2/10"
,
"5ms 8UL 1DL 2/10 (maximum uplink)"
],
"default"
:
"5ms 2UL 7DL 4/6 (default)"
},
{
%-
endif
%
}
"dl_nr_arfcn"
:
{
"title"
:
"DL NR ARFCN"
,
"description"
:
"Downlink NR Absolute Radio Frequency Channel Number of the cell"
,
"type"
:
"number"
},
"nr_band"
:
{
"title"
:
"NR band"
,
"description"
:
"NR band number"
,
"type"
:
"number"
},
"ssb_pos_bitmap"
:
{
"title"
:
"SSB Position Bitmap"
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
"type"
:
"string"
,
"default"
:
{{
default_nr_ssb_pos_bitmap
}}
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
500
},
"cell_id"
:
{
"title"
:
"Cell ID"
,
"description"
:
"Cell ID"
,
"type"
:
"string"
,
"default"
:
"0x01"
},
"tx_gain"
:
{
"title"
:
"Tx gain"
,
"description"
:
"Tx gain (in dB)"
,
"type"
:
"number"
},
"rx_gain"
:
{
"title"
:
"Rx gain"
,
"description"
:
"Rx gain (in dB)"
,
"type"
:
"number"
},
"gnb_id"
:
{
"title"
:
"gNB ID"
,
"description"
:
"gNB ID"
,
...
...
@@ -266,80 +189,6 @@
},
"type"
:
"object"
,
"default"
:
{}
},
"websocket_password"
:
{
"title"
:
"Websocket password"
,
"description"
:
"Activates websocket for remote control and sets password"
,
"type"
:
"string"
},
"inactivity_timer"
:
{
"title"
:
"Inactivity Timer"
,
"description"
:
"Send RRC connection release after this time (in ms) of network inactivity."
,
"type"
:
"number"
,
"default"
:
{{
default_nr_inactivity_timer
}}
},
"log_phy_debug"
:
{
"title"
:
"Physical layer log debug"
,
"description"
:
"Enable debug mode for physical layer logs"
,
"type"
:
"boolean"
,
"default"
:
false
},
"gps_sync"
:
{
"default"
:
false
,
"title"
:
"GPS synchronisation"
,
"description"
:
"True if GPS should be used for synchronisation"
,
"type"
:
"boolean"
},
"disable_sdr"
:
{
"default"
:
false
,
"title"
:
"Disable SDR"
,
"description"
:
"Disables radio"
,
"type"
:
"boolean"
},
"use_ipv4"
:
{
"default"
:
false
,
"title"
:
"Use IPv4"
,
"description"
:
"Set to true to use IPv4 for AMF / MME addresses"
,
"type"
:
"boolean"
},
"gnb_stats_fetch_period"
:
{
"title"
:
"gNB statistics fetch period (seconds)"
,
"description"
:
"Describes how often a call to Amarisoft remote API is made to get gNB statistics"
,
"type"
:
"number"
,
"default"
:
60
},
"gnb_drb_stats_enabled"
:
{
"title"
:
"Enable gNB drb statistics"
,
"description"
:
"Enable gNB drb statistics through 100Hz polling, needed for E-UTRAN IP Throughput KPI"
,
"type"
:
"boolean"
,
"default"
:
true
},
"max_rx_sample_db"
:
{
"title"
:
"Maximum RX sample value (dB)"
,
"description"
:
"Maximum RX sample threshold above which RX saturated promise will fail"
,
"type"
:
"number"
,
"default"
:
0
},
"min_rxtx_delay"
:
{
"title"
:
"Minimum available time for radio front end processing (ms)"
,
"description"
:
"Baseband latency promise will fail if minimum TX/RX diff reaches threshold (lower than this value)"
,
"type"
:
"number"
,
"default"
:
0
},
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Address to Forward Xlog by Fluenbit"
,
"description"
:
"Address of Remote Fluentd or Fluentbit Server to Forward Xlog"
,
"type"
:
"string"
},
"xlog_fluentbit_forward_port"
:
{
"title"
:
"Port to Forward Xlog by Fluentbit"
,
"description"
:
"Optional Port of Remote Fluentd or Fluentbit Server to Forward Xlog"
,
"type"
:
"string"
},
"xlog_fluentbit_forward_shared_key"
:
{
"title"
:
"Shared Key to Forward Xlog by Fluentbit"
,
"description"
:
"Secret Key Shared with Remote Fluentd or Fluentbit Server for Authentication when Forwarding Xlog"
,
"type"
:
"string"
}
}
}
software/ors-amarisoft/instance-enb-input-schema.json
View file @
60f974ba
...
...
@@ -119,7 +119,7 @@
},
"disable_sdr"
:
{
"default"
:
false
,
"title"
:
"Disable SDR"
,
"title"
:
"Disable SDR
XXX kill ?
"
,
"description"
:
"Disables radio"
,
"type"
:
"boolean"
},
...
...
@@ -130,8 +130,8 @@
"type"
:
"boolean"
},
"enb_stats_fetch_period"
:
{
"title"
:
"eNB statistics fetch period (seconds)"
,
"description"
:
"Describes how often a call to Amarisoft remote API is made to get eNB statistics"
,
"title"
:
"eNB
/gNB
statistics fetch period (seconds)"
,
"description"
:
"Describes how often a call to Amarisoft remote API is made to get eNB
/gNB
statistics"
,
"type"
:
"number"
,
"default"
:
60
},
...
...
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