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
a6d3d688
Commit
a6d3d688
authored
Feb 01, 2024
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
7d8e8096
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
19 deletions
+9
-19
software/ors-amarisoft/config/enb.jinja2.cfg
software/ors-amarisoft/config/enb.jinja2.cfg
+1
-4
software/ors-amarisoft/config/out/enb/iRU1_SDR1_fLTE2/enb.cfg
...ware/ors-amarisoft/config/out/enb/iRU1_SDR1_fLTE2/enb.cfg
+1
-3
software/ors-amarisoft/config/out/enb/iRU1_SDR_tLTE2_tNR/enb.cfg
...e/ors-amarisoft/config/out/enb/iRU1_SDR_tLTE2_tNR/enb.cfg
+2
-3
software/ors-amarisoft/config/out/enb/iRU2_LOPCOMM_fLTE2/enb.cfg
...e/ors-amarisoft/config/out/enb/iRU2_LOPCOMM_fLTE2/enb.cfg
+1
-3
software/ors-amarisoft/config/out/enb/iRU2_LOPCOMM_fLTE_fNR/enb.cfg
...rs-amarisoft/config/out/enb/iRU2_LOPCOMM_fLTE_fNR/enb.cfg
+2
-3
software/ors-amarisoft/config/out/enb/iRU2_SDR_tLTE_tNR/enb.cfg
...re/ors-amarisoft/config/out/enb/iRU2_SDR_tLTE_tNR/enb.cfg
+2
-3
No files found.
software/ors-amarisoft/config/enb.jinja2.cfg
View file @
a6d3d688
...
@@ -469,9 +469,9 @@
...
@@ -469,9 +469,9 @@
},
},
{%- endif %}
{%- endif %}
{% if do_nr %}
// NR cells
// NR cells
nr_cell_list: [
nr_cell_list: [
{%- if do_nr %}
{%- for cell_ref, icell in icell_dict_nr|dictsort %}
{%- for cell_ref, icell in icell_dict_nr|dictsort %}
{%- set cell = icell['_'] %}
{%- set cell = icell['_'] %}
{%- set ru_ref = J(jcell_ru_ref(icell, icell_dict)) %}
{%- set ru_ref = J(jcell_ru_ref(icell, icell_dict)) %}
...
@@ -757,10 +757,8 @@
...
@@ -757,10 +757,8 @@
},
},
{%- endfor %}
{%- endfor %}
{%- endif %}
],
],
{%- if do_nr %}
nr_cell_default: {
nr_cell_default: {
ssb_period: 20,
ssb_period: 20,
...
@@ -792,7 +790,6 @@
...
@@ -792,7 +790,6 @@
intra_freq_reselection: true,
intra_freq_reselection: true,
q_rx_lev_min: -70,
q_rx_lev_min: -70,
q_qual_min: -20,
q_qual_min: -20,
sr_period: 40,
sr_period: 40,
dmrs_type_a_pos: 2,
dmrs_type_a_pos: 2,
prach: {
prach: {
...
...
software/ors-amarisoft/config/out/enb/iRU1_SDR1_fLTE2/enb.cfg
View file @
a6d3d688
...
@@ -324,7 +324,5 @@
...
@@ -324,7 +324,5 @@
ho_from_meas: true,
ho_from_meas: true,
},
},
// NR cells
nr_cell_list: [
],
}
}
\ No newline at end of file
software/ors-amarisoft/config/out/enb/iRU1_SDR_tLTE2_tNR/enb.cfg
View file @
a6d3d688
...
@@ -364,6 +364,7 @@
...
@@ -364,6 +364,7 @@
ho_from_meas: true,
ho_from_meas: true,
},
},
// NR cells
// NR cells
nr_cell_list: [
nr_cell_list: [
...
@@ -442,7 +443,6 @@
...
@@ -442,7 +443,6 @@
// tune NR parameters for the cell
// tune NR parameters for the cell
tdd_ul_dl_config: {
tdd_ul_dl_config: {
pattern1: {
pattern1: {
period: 5,
period: 5,
...
@@ -576,13 +576,13 @@
...
@@ -576,13 +576,13 @@
},
},
},
},
],
],
},
},
drb_config: "CELL__c-drb.cfg",
drb_config: "CELL__c-drb.cfg",
},
},
],
],
nr_cell_default: {
nr_cell_default: {
ssb_period: 20,
ssb_period: 20,
...
@@ -604,7 +604,6 @@
...
@@ -604,7 +604,6 @@
intra_freq_reselection: true,
intra_freq_reselection: true,
q_rx_lev_min: -70,
q_rx_lev_min: -70,
q_qual_min: -20,
q_qual_min: -20,
sr_period: 40,
sr_period: 40,
dmrs_type_a_pos: 2,
dmrs_type_a_pos: 2,
prach: {
prach: {
...
...
software/ors-amarisoft/config/out/enb/iRU2_LOPCOMM_fLTE2/enb.cfg
View file @
a6d3d688
...
@@ -331,7 +331,5 @@
...
@@ -331,7 +331,5 @@
ho_from_meas: true,
ho_from_meas: true,
},
},
// NR cells
nr_cell_list: [
],
}
}
\ No newline at end of file
software/ors-amarisoft/config/out/enb/iRU2_LOPCOMM_fLTE_fNR/enb.cfg
View file @
a6d3d688
...
@@ -236,6 +236,7 @@
...
@@ -236,6 +236,7 @@
ho_from_meas: true,
ho_from_meas: true,
},
},
// NR cells
// NR cells
nr_cell_list: [
nr_cell_list: [
...
@@ -306,7 +307,6 @@
...
@@ -306,7 +307,6 @@
// tune NR parameters for the cell
// tune NR parameters for the cell
prach: {
prach: {
ra_response_window: 10,
ra_response_window: 10,
},
},
...
@@ -426,13 +426,13 @@
...
@@ -426,13 +426,13 @@
},
},
},
},
],
],
},
},
drb_config: "CELL__b-drb.cfg",
drb_config: "CELL__b-drb.cfg",
},
},
],
],
nr_cell_default: {
nr_cell_default: {
ssb_period: 20,
ssb_period: 20,
...
@@ -454,7 +454,6 @@
...
@@ -454,7 +454,6 @@
intra_freq_reselection: true,
intra_freq_reselection: true,
q_rx_lev_min: -70,
q_rx_lev_min: -70,
q_qual_min: -20,
q_qual_min: -20,
sr_period: 40,
sr_period: 40,
dmrs_type_a_pos: 2,
dmrs_type_a_pos: 2,
prach: {
prach: {
...
...
software/ors-amarisoft/config/out/enb/iRU2_SDR_tLTE_tNR/enb.cfg
View file @
a6d3d688
...
@@ -233,6 +233,7 @@
...
@@ -233,6 +233,7 @@
ho_from_meas: true,
ho_from_meas: true,
},
},
// NR cells
// NR cells
nr_cell_list: [
nr_cell_list: [
...
@@ -302,7 +303,6 @@
...
@@ -302,7 +303,6 @@
// tune NR parameters for the cell
// tune NR parameters for the cell
tdd_ul_dl_config: {
tdd_ul_dl_config: {
pattern1: {
pattern1: {
period: 5,
period: 5,
...
@@ -433,13 +433,13 @@
...
@@ -433,13 +433,13 @@
},
},
},
},
],
],
},
},
drb_config: "CELL__b-drb.cfg",
drb_config: "CELL__b-drb.cfg",
},
},
],
],
nr_cell_default: {
nr_cell_default: {
ssb_period: 20,
ssb_period: 20,
...
@@ -461,7 +461,6 @@
...
@@ -461,7 +461,6 @@
intra_freq_reselection: true,
intra_freq_reselection: true,
q_rx_lev_min: -70,
q_rx_lev_min: -70,
q_qual_min: -20,
q_qual_min: -20,
sr_period: 40,
sr_period: 40,
dmrs_type_a_pos: 2,
dmrs_type_a_pos: 2,
prach: {
prach: {
...
...
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