Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
config-amarisoft
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
nexedi
config-amarisoft
Commits
97f1a931
Commit
97f1a931
authored
Apr 12, 2022
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Working 40MHz N38 between simbox and callbox
parent
e3efb6d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
enb/callbox/gnb.N38.cfg
enb/callbox/gnb.N38.cfg
+1
-1
ue/simbox/ue.N38.cfg
ue/simbox/ue.N38.cfg
+4
-5
No files found.
enb/callbox/gnb.N38.cfg
View file @
97f1a931
...
...
@@ -7,7 +7,7 @@
#define TDD_CONFIG 2 // Values: 1, 2 or 3
#define N_ANTENNA_DL 2 // Values: 1 (SISO), 2 (MIMO 2x2), 4 (MIMO 4x4)
#define N_ANTENNA_UL 2 // Values: 1, 2, 4
#define BANDWIDTH
2
0 // NR cell bandwidth
#define BANDWIDTH
4
0 // NR cell bandwidth
/* define to 1 to enable periodic SRS with N_ANTENNA_UL ports. Uplink
SU-MIMO is also enabled if N_ANTENNA_UL >= 2. Not all UEs support
...
...
ue/simbox/ue.N38.cfg
View file @
97f1a931
...
...
@@ -5,7 +5,7 @@
{
#define N_ANTENNA_DL 2
#define TDD 1
#define CELL_BANDWIDTH
2
0
#define CELL_BANDWIDTH
4
0
log_options: "all.level=debug,all.max_size=1",
log_filename: "/tmp/ue0.log",
...
...
@@ -46,7 +46,7 @@ rf_driver: {
rx_antenna:"rx", // force to use the RX connector in TDD as RX antenna
},
tx_gain:
49
.0, /* TX gain (in dB) */
tx_gain:
90
.0, /* TX gain (in dB) */
rx_gain: 50.0, /* RX gain (in dB) */
cell_groups: [{
...
...
@@ -58,15 +58,14 @@ rx_gain: 50.0, /* RX gain (in dB) */
#if TDD == 1
band: 38,
dl_nr_arfcn: 520000, /* 2600 MHz */
ssb_nr_arfcn: 520090, /* 2600 MHz */
ssb_subcarrier_spacing: 30,
ssb_nr_arfcn: 517930, /* 2600 MHz */
#else
band: 7,
dl_nr_arfcn: 536020,
ssb_nr_arfcn: 535930,
ssb_subcarrier_spacing: 30,
#endif
subcarrier_spacing:
15
,
subcarrier_spacing:
30
,
n_antenna_dl: N_ANTENNA_DL,
n_antenna_ul: 2,
}],
...
...
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