Commit 15d3518c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 86404e72
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
rf_driver: { rf_driver: {
name: "sdr", name: "sdr",
// _UCELL1_ru 2T1R // _UCELL1_ru 2T1R
// _UECELL2_ru 2T2R // _UCELL2_ru 2T2R
args: "dev0=/dev/sdr0,dev1=/dev/sdr2", args: "dev0=/dev/sdr0,dev1=/dev/sdr2",
rx_antenna:"tx_rx", rx_antenna:"tx_rx",
tdd_tx_mod: 1, tdd_tx_mod: 1,
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
cells: [ cells: [
// UECELL2 // UCELL2
{ {
rf_port: 1, rf_port: 1,
n_antenna_dl: 2, n_antenna_dl: 2,
......
...@@ -257,7 +257,7 @@ def do_ue(): ...@@ -257,7 +257,7 @@ def do_ue():
'rx_gain': 42, 'rx_gain': 42,
} }
}) })
iue.ishared('Cell 2b', '_UECELL2', { iue.ishared('Cell 2b', '_UCELL2', {
'ue_cell_type': 'nr', 'ue_cell_type': 'nr',
'rf_mode': 'fdd', 'rf_mode': 'fdd',
'bandwidth': 5, 'bandwidth': 5,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment