Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
89562bce
Commit
89562bce
authored
Jan 17, 2024
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X json: Move inactivity_timer to cell from enb
parent
af7e946d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
10 deletions
+7
-10
software/ors-amarisoft/cell/common.json
software/ors-amarisoft/cell/common.json
+6
-0
software/ors-amarisoft/instance-enb-input-schema.json
software/ors-amarisoft/instance-enb-input-schema.json
+0
-6
software/ors-amarisoft/instance-ors-enb-input-schema.json
software/ors-amarisoft/instance-ors-enb-input-schema.json
+1
-3
software/ors-amarisoft/slaplte.jinja2
software/ors-amarisoft/slaplte.jinja2
+0
-1
No files found.
software/ors-amarisoft/cell/common.json
View file @
89562bce
...
...
@@ -53,6 +53,12 @@
"type"
:
"integer"
,
"default"
:
204
},
"inactivity_timer"
:
{
"title"
:
"Inactivity Timer"
,
"description"
:
"Send RRC connection release after this time (in ms) of network inactivity."
,
"type"
:
"number"
,
"default"
:
10000
},
"ru"
:
{
"$ref"
:
"#/$defs/ru-of-cell"
,
"propertyOrder"
:
9999
...
...
software/ors-amarisoft/instance-enb-input-schema.json
View file @
89562bce
...
...
@@ -151,12 +151,6 @@
"description"
:
"Activates websocket for remote control and sets password"
,
"type"
:
"string"
},
"inactivity_timer"
:
{
"title"
:
"Inactivity Timer XXX"
,
"description"
:
"Send RRC connection release after this time (in ms) of network inactivity."
,
"type"
:
"number"
,
"default"
:
10000
},
"log_phy_debug"
:
{
"title"
:
"Physical layer log debug"
,
"description"
:
"Enable debug mode for physical layer logs"
,
...
...
software/ors-amarisoft/instance-ors-enb-input-schema.json
View file @
89562bce
...
...
@@ -152,9 +152,7 @@
"$ref"
:
"instance-enb-input-schema.json#/properties/websocket_password"
},
"inactivity_timer"
:
{
"title"
:
"Inactivity Timer"
,
"description"
:
"Send RRC connection release after this time (in ms) of network inactivity."
,
"type"
:
"number"
,
"$ref"
:
"cell/common.json#/properties/inactivity_timer"
,
"default"
:
10000
},
"log_phy_debug"
:
{
...
...
software/ors-amarisoft/slaplte.jinja2
View file @
89562bce
...
...
@@ -15,7 +15,6 @@
it should be kept in sync with "default" in json schemas
TODO automatically load defaults from JSON schemas #}
{#- XXX add inactivity timer to cell schemas #}
{%- set defaults = {
'ru': {
'txrx_active': 'INACTIVE',
...
...
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