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
a0b42e50
Commit
a0b42e50
authored
Mar 25, 2022
by
Lu Xu
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct cpu test-config
parent
7085a951
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
885 additions
and
4 deletions
+885
-4
enb/test-config/gnb-tm-pdsch-20mimo-2x2.cfg
enb/test-config/gnb-tm-pdsch-20mimo-2x2.cfg
+2
-2
enb/test-config/gnb-tm-pdsch-20mimo-4x4.cfg
enb/test-config/gnb-tm-pdsch-20mimo-4x4.cfg
+440
-1
enb/test-config/gnb-tm-pdsch-20mimo-4x4.cfg
enb/test-config/gnb-tm-pdsch-20mimo-4x4.cfg
+440
-1
enb/test-config/gnb-tm-pdsch-40mimo-2x2.cfg
enb/test-config/gnb-tm-pdsch-40mimo-2x2.cfg
+3
-0
No files found.
enb/test-config/gnb-tm-pdsch-20mimo-2x2.cfg
View file @
a0b42e50
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
#endif
#endif
/* the signal is replicated on all the TX antennas */
/* the signal is replicated on all the TX antennas */
#define N_ANTENNA_DL
4
#define N_ANTENNA_DL
2
#define N_ANTENNA_UL
4
#define N_ANTENNA_UL
2
/* Test models from TS 38.141-1 section 4.9.2.2 */
/* Test models from TS 38.141-1 section 4.9.2.2 */
...
...
enb/test-config/gnb-tm-pdsch-20mimo-4x4.cfg
deleted
120000 → 0
View file @
7085a951
enb.cfg
\ No newline at end of file
enb/test-config/gnb-tm-pdsch-20mimo-4x4.cfg
0 → 100644
View file @
a0b42e50
This diff is collapsed.
Click to expand it.
enb/test-config/gnb-tm-pdsch-40mimo-2x2.cfg
View file @
a0b42e50
...
@@ -20,6 +20,8 @@
...
@@ -20,6 +20,8 @@
/* the signal is replicated on all the TX antennas */
/* the signal is replicated on all the TX antennas */
#define N_ANTENNA_DL 2
#define N_ANTENNA_DL 2
#define N_ANTENNA_UL 2
/* Test models from TS 38.141-1 section 4.9.2.2 */
/* Test models from TS 38.141-1 section 4.9.2.2 */
#define TEST_MODEL "UE-SIM"
#define TEST_MODEL "UE-SIM"
...
@@ -63,6 +65,7 @@
...
@@ -63,6 +65,7 @@
/* use the channel simulator to replicate the signal on all the
/* use the channel simulator to replicate the signal on all the
TX antennas */
TX antennas */
n_antenna_dl: N_ANTENNA_DL,
n_antenna_dl: N_ANTENNA_DL,
n_antenna_ul: N_ANTENNA_UL,
channel_dl: {
channel_dl: {
type: "awgn",
type: "awgn",
noise_level: -200, /* no noise by default */
noise_level: -200, /* no noise by default */
...
...
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