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
0ccb6986
Commit
0ccb6986
authored
Oct 16, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
a19a5c86
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
software/ors-amarisoft/config/enb.cfg
software/ors-amarisoft/config/enb.cfg
+6
-6
software/ors-amarisoft/config/ue.cfg
software/ors-amarisoft/config/ue.cfg
+3
-3
No files found.
software/ors-amarisoft/config/enb.cfg
View file @
0ccb6986
...
...
@@ -7,9 +7,9 @@
// Radio Units
rf_driver: {
name: "sdr",
// RU_0002 1T1R
// RU_0004 1T1R
// RU_XXXX 1T1R
// RU_0002 1T1R
(lopcomm)
// RU_0004 1T1R
(lopcomm)
// RU_XXXX 1T1R
(lopcomm)
args: "dev0=/dev/sdr0@0,dev1=/dev/sdr0@1,dev2=/dev/sdr0@2",
cpri_mapping: "hw,hw,hw",
cpri_mult: "8,8,8",
...
...
@@ -50,7 +50,7 @@
// LTE cells
cell_list: [
// CELL2
// CELL2
(RU_0002)
{
rf_port: 0,
n_antenna_dl: 1,
...
...
@@ -625,7 +625,7 @@
]
},
// CELL4
// CELL4
(RU_0004)
{
rf_port: 1,
n_antenna_dl: 1,
...
...
@@ -1200,7 +1200,7 @@
]
},
// CELLX
// CELLX
(RU_XXXX)
{
rf_port: 2,
n_antenna_dl: 1,
...
...
software/ors-amarisoft/config/ue.cfg
View file @
0ccb6986
...
...
@@ -10,9 +10,9 @@
// Radio Units
rf_driver: {
name: "sdr",
// _UCELL1_ru 1T1R
// _UCELL2_ru 1T1R
// _UCELLX_ru 1T1R
// _UCELL1_ru 1T1R
(sdr)
// _UCELL2_ru 1T1R
(sdr)
// _UCELLX_ru 1T1R
(sdr)
args: "dev0=/dev/sdr2,dev1=/dev/sdr3,dev2=/dev/sdr4",
rx_antenna:"tx_rx",
tdd_tx_mod: 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