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
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
Lu Xu
slapos
Commits
817b61d3
Commit
817b61d3
authored
Dec 21, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
1c3140cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
23 deletions
+31
-23
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+1
-1
software/ors-amarisoft/instance-ors-enb.jinja2.cfg
software/ors-amarisoft/instance-ors-enb.jinja2.cfg
+30
-22
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
817b61d3
...
...
@@ -88,7 +88,7 @@ md5sum = 27e765b00d7ed13a75f87101922a53ea
[template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg
md5sum =
d69f3c0d334522c1b893177f9142a67e
md5sum =
995ece7f3e487bd3fd5d8ebf52e09a71
[template-ors-gnb]
_update_hash_filename_ = instance-ors-gnb.jinja2.cfg
...
...
software/ors-amarisoft/instance-ors-enb.jinja2.cfg
View file @
817b61d3
# predefine ru/cell from ORS-specific schema, not from shared instances.
{%- set ors_iru_dict = {
'RU': {
'ru_type': 'sdr',
'ru_link_type': 'sdr',
'sdr_dev_list': [0],
'n_antenna_dl': 'XXX',
'n_antenna_ul': 'XXX',
'tx_gain': ors_version['current-tx-gain'],
'rx_gain': ors_version['current-rx-gain'],
'txrx_active': 'XXX',
'slave_title': '%s. RU' % 'XXX',
'slave_reference': 'XXX',
'_': {
'ru_type': 'sdr',
'ru_link_type': 'sdr',
'sdr_dev_list': [0],
'n_antenna_dl': 'XXX',
'n_antenna_ul': 'XXX',
'tx_gain': ors_version['current-tx-gain'],
'rx_gain': ors_version['current-rx-gain'],
'txrx_active': 'XXX',
}
}
} %}
{%- set ors_icell_dict = {
'CELL': {
'cell_type': 'lte',
'rf_mode': 'XXX',
'pci': 'XXX',
'cell_id': 'XXX',
'root_sequence_index': 'XXX',
'ru': {
'ru_type': 'ru_ref',
'ru_ref': 'RU',
},
'tdd_ul_dl_config': 'XXX',
'bandwidth': 'XXX',
'dl_earfcn': 'XXX',
'tac': 'XXX',
'slave_title': '%s. CELL' % 'XXX',
'slave_reference': 'XXX',
'_': {
'cell_type': 'lte',
'rf_mode': 'XXX',
'pci': 'XXX',
'cell_id': 'XXX',
'root_sequence_index': 'XXX',
'ru': {
'ru_type': 'ru_ref',
'ru_ref': 'RU',
},
'tdd_ul_dl_config': 'XXX',
'bandwidth': 'XXX',
'dl_earfcn': 'XXX',
'tac': 'XXX',
}
}
} %}
...
...
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