Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
promise
OpenXG-RAN
Commits
204390b5
Commit
204390b5
authored
8 years ago
by
Xiwen JIANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add VCD dump signal for compute DLCSI and beam weights calculation
parent
5f403421
tm7-iris
feature-21-TM7
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
openair2/UTIL/LOG/vcd_signal_dumper.c
openair2/UTIL/LOG/vcd_signal_dumper.c
+2
-0
openair2/UTIL/LOG/vcd_signal_dumper.h
openair2/UTIL/LOG/vcd_signal_dumper.h
+2
-0
No files found.
openair2/UTIL/LOG/vcd_signal_dumper.c
View file @
204390b5
...
...
@@ -290,6 +290,8 @@ const char* eurecomFunctionsNames[] = {
"phy_eNB_dlsch_scrambling"
,
"phy_eNB_beam_precoding"
,
"phy_eNB_ofdm_mod_l"
,
"phy_eNB_ulcsi_to_dlsci"
,
"phy_eNB_compute_bf_weight"
,
/* MAC signals */
"macxface_macphy_init"
,
...
...
This diff is collapsed.
Click to expand it.
openair2/UTIL/LOG/vcd_signal_dumper.h
View file @
204390b5
...
...
@@ -264,6 +264,8 @@ typedef enum {
VCD_SIGNAL_DUMPER_FUNCTIONS_ENB_DLSCH_SCRAMBLING
,
VCD_SIGNAL_DUMPER_FUNCTIONS_ENB_BEAM_PRECODING
,
VCD_SIGNAL_DUMPER_FUNCTIONS_ENB_OFDM_MODULATION
,
VCD_SIGNAL_DUMPER_FUNCTIONS_ENB_ULCSI_TO_DLCSI
,
VCD_SIGNAL_DUMPER_FUNCTIONS_ENB_COMPUTE_BF_WEIGHT
,
/* MAC signals */
VCD_SIGNAL_DUMPER_FUNCTIONS_MACPHY_INIT
,
...
...
This diff is collapsed.
Click to expand it.
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