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
0a8e6360
Commit
0a8e6360
authored
Jun 20, 2014
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5416
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
18812a59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
openair2/UTIL/LOG/vcd_signal_dumper.c
openair2/UTIL/LOG/vcd_signal_dumper.c
+12
-1
openair2/UTIL/LOG/vcd_signal_dumper.h
openair2/UTIL/LOG/vcd_signal_dumper.h
+10
-0
No files found.
openair2/UTIL/LOG/vcd_signal_dumper.c
View file @
0a8e6360
...
...
@@ -114,6 +114,7 @@ const char* eurecomFunctionsNames[] = {
"macxface_ue_process_rar"
,
"macxface_ue_scheduler"
,
"macxface_ue_get_sr"
,
"ue_send_mch_sdu"
,
"lte_ue_measurement_procedures"
,
"lte_ue_pdcch_procedures"
,
"lte_ue_pbch_procedures"
,
...
...
@@ -123,6 +124,16 @@ const char* eurecomFunctionsNames[] = {
"phy_procedures_ue_rx"
,
"phy_procedures_eNB_lte"
,
"phy_procedures_UE_lte"
,
"eNB_proc0"
,
"eNB_proc1"
,
"eNB_proc2"
,
"eNB_proc3"
,
"eNB_proc4"
,
"eNB_proc5"
,
"eNB_proc6"
,
"eNB_proc7"
,
"eNB_proc8"
,
"eNB_proc9"
,
"emu_transport"
,
"log_record"
,
"pdcp_run"
,
...
...
@@ -161,7 +172,7 @@ const char* eurecomFunctionsNames[] = {
"phy_ue_ulsch_scrambling"
,
"phy_eNB_dlsch_modulation"
,
"phy_eNB_dlsch_encoding"
,
"phy_eNB_dlsch_scramblig"
,
"phy_eNB_dlsch_scrambli
n
g"
,
"pdcp_apply_security"
,
"pdcp_validate_security"
,
"itti_enqueue_message"
,
...
...
openair2/UTIL/LOG/vcd_signal_dumper.h
View file @
0a8e6360
...
...
@@ -98,6 +98,16 @@ typedef enum
VCD_SIGNAL_DUMPER_FUNCTIONS_PHY_PROCEDURES_UE_RX
,
VCD_SIGNAL_DUMPER_FUNCTIONS_PHY_PROCEDURES_ENB_LTE
,
VCD_SIGNAL_DUMPER_FUNCTIONS_PHY_PROCEDURES_UE_LTE
,
VCD_SIGNAL_DUMPER_FUNCTIONS_eNB_PROC0
,
VCD_SIGNAL_DUMPER_FUNCTIONS_eNB_PROC1
,
VCD_SIGNAL_DUMPER_FUNCTIONS_eNB_PROC2
,
VCD_SIGNAL_DUMPER_FUNCTIONS_eNB_PROC3
,
VCD_SIGNAL_DUMPER_FUNCTIONS_eNB_PROC4
,
VCD_SIGNAL_DUMPER_FUNCTIONS_eNB_PROC5
,
VCD_SIGNAL_DUMPER_FUNCTIONS_eNB_PROC6
,
VCD_SIGNAL_DUMPER_FUNCTIONS_eNB_PROC7
,
VCD_SIGNAL_DUMPER_FUNCTIONS_eNB_PROC8
,
VCD_SIGNAL_DUMPER_FUNCTIONS_eNB_PROC9
,
VCD_SIGNAL_DUMPER_FUNCTIONS_EMU_TRANSPORT
,
VCD_SIGNAL_DUMPER_FUNCTIONS_LOG_RECORD
,
VCD_SIGNAL_DUMPER_FUNCTIONS_PDCP_RUN
,
...
...
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