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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafael Monnerat
slapos
Commits
1c8b8467
Commit
1c8b8467
authored
Feb 22, 2019
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
srsLTE: Add JSON Schema for parameter forms
parent
838d92c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
0 deletions
+62
-0
software/srslte/instance-srslte-input-schema.json
software/srslte/instance-srslte-input-schema.json
+47
-0
software/srslte/software.cfg.json
software/srslte/software.cfg.json
+15
-0
No files found.
software/srslte/instance-srslte-input-schema.json
0 → 100644
View file @
1c8b8467
{
"type"
:
"object"
,
"$schema"
:
"http://json-schema.org/draft-04/schema"
,
"title"
:
"Input Parameters"
,
"properties"
:
{
"Log"
:
{
"type"
:
"object"
,
"title"
:
"Log Configuration"
,
"properties"
:
{
"options"
:
{
"title"
:
"Log Level"
,
"description"
:
"Log Level"
,
"type"
:
"string"
,
"default"
:
"debug"
}
}
},
"mme_addr"
:
{
"title"
:
"MME address"
,
"description"
:
"address of MME for S1AP connection"
,
"type"
:
"string"
,
"default"
:
"127.0.1.100"
},
"rf_params"
:
{
"type"
:
"object"
,
"title"
:
"RF Parameters"
,
"properties"
:
{
"dl_earfcn"
:
{
"title"
:
"DL EARFCN"
,
"description"
:
"Downlink EARFCN of the cell"
,
"type"
:
"number"
},
"tx_gain"
:
{
"title"
:
"Tx gain"
,
"description"
:
"Tx gain (in dB)"
,
"type"
:
"number"
},
"rx_gain"
:
{
"title"
:
"Rx gain"
,
"description"
:
"Rx gain (in dB)"
,
"type"
:
"number"
}
}
}
}
}
software/srslte/software.cfg.json
0 → 100644
View file @
1c8b8467
{
"name"
:
"srsLTE"
,
"description"
:
"srsLTE"
,
"serialisation"
:
"json-in-xml"
,
"software-type"
:
{
"default"
:
{
"title"
:
"Default"
,
"software-type"
:
"default"
,
"description"
:
"Default"
,
"request"
:
"instance-srslte-input-schema.json"
,
"response"
:
"instance-srslte-schema.json"
,
"index"
:
1
}
}
}
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