Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mynij
slapos-mynij-dev
Commits
39bf90b1
Commit
39bf90b1
authored
Mar 05, 2019
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! srsLTE: Add JSON Schema for parameter forms
fix json format
parent
2b51d685
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
53 deletions
+52
-53
software/srslte/instance-srslte-input-schema.json
software/srslte/instance-srslte-input-schema.json
+40
-41
software/srslte/software.cfg.json
software/srslte/software.cfg.json
+12
-12
No files found.
software/srslte/instance-srslte-input-schema.json
View file @
39bf90b1
{
"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"
}
}
"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"
},
"mme_addr"
:
{
"title"
:
"MME address"
,
"description"
:
"address of MME for S1AP connection"
,
"type"
:
"string"
,
"default"
:
"127.0.1.100"
"tx_gain"
:
{
"title"
:
"Tx gain"
,
"description"
:
"Tx gain (in dB)"
,
"type"
:
"number"
},
"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"
}
}
"rx_gain"
:
{
"title"
:
"Rx gain"
,
"description"
:
"Rx gain (in dB)"
,
"type"
:
"number"
}
}
}
}
}
software/srslte/software.cfg.json
View file @
39bf90b1
{
"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
}
"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