Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
c265d9ec
Commit
c265d9ec
authored
Jun 10, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add mac/rlc/pdcp messages' definitions to T_messages.txt
to be refined, it's rough
parent
c2a0afa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
0 deletions
+54
-0
common/utils/T/T_messages.txt
common/utils/T/T_messages.txt
+54
-0
No files found.
common/utils/T/T_messages.txt
View file @
c265d9ec
...
...
@@ -62,6 +62,60 @@ ID = PUCCH_1_ENERGY
GROUP = ALL:PHY:GRAPHIC:HEAVY:ENB
FORMAT = int,eNB_ID : int,UE_ID : int,frame : int,subframe : int,energy : int,threshold
#MAC logs
ID = ENB_MAC_UE_DL_SDU
DESC = MAC downlink SDU for an UE coming from RLC to MAC
GROUP = ALL:MAC:ENB
FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,harq_pid : int,lcid : int,length
ID = ENB_MAC_UE_UL_SCHEDULE
DESC = MAC uplink UE scheduling decision
GROUP = ALL:MAC:ENB
FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,harq_pid : int,mcs : int,first_rb : int,nb_rb : int,TBS
ID = ENB_MAC_UE_UL_SCHEDULE_RETRANSMISSION
DESC = MAC uplink UE scheduling retransmission decision
GROUP = ALL:MAC:ENB
FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,harq_pid : int,mcs : int,first_rb : int,nb_rb : int,round
ID = ENB_MAC_UE_UL_PDU
DESC = MAC uplink UE received PDU
GROUP = ALL:MAC:ENB
FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,harq_pid : int,sdu_length : int,num_ce : int,num_sdu
ID = ENB_MAC_UE_UL_SDU
DESC = MAC uplink UE received SDU
GROUP = ALL:MAC:ENB
FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,lcid : int,length
ID = ENB_MAC_UE_UL_CE
DESC = MAC uplink UE received control element
GROUP = ALL:MAC:ENB
FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,ce
#RLC logs
ID = ENB_RLC_DL
DESC = RLC downlink data
GROUP = ALL:RLC:ENB
FORMAT = int,eNB_ID : int,rnti : int,rb_id : int,length
ID = ENB_RLC_UL
DESC = RLC uplink data
GROUP = ALL:RLC:ENB
FORMAT = int,eNB_ID : int,rnti : int,rb_id : int,length
ID = ENB_RLC_MAC_DL
DESC = RLC downlink data
GROUP = ALL:RLC:ENB
FORMAT = int,eNB_ID : int,rnti : int,rb_id : int,length
ID = ENB_RLC_MAC_UL
DESC = RLC uplink data
GROUP = ALL:RLC:ENB
FORMAT = int,eNB_ID : int,rnti : int,rb_id : int,length
#PDCP logs
ID = ENB_PDCP_UL
DESC = PDCP uplink data
GROUP = ALL:PDCP:ENB
FORMAT = int,eNB_ID : int,rnti : int,rb_id : int,length
ID = ENB_PDCP_DL
DESC = PDCP uplink data
GROUP = ALL:PDCP:ENB
FORMAT = int,eNB_ID : int,rnti : int,rb_id : int,length
#RRC logs
ID = ENB_RRC_CONNECTION_SETUP_COMPLETE
DESC = RRC connection setup complete
...
...
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