Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OAI-RAN-5G-sheduler_MaxTBS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MAQ5G-PFC
OAI-RAN-5G-sheduler_MaxTBS
Commits
41649182
Commit
41649182
authored
8 years ago
by
Cedric Roux
Browse files
Options
Downloads
Patches
Plain Diff
add mac/rlc/pdcp messages' definitions to T_messages.txt
to be refined, it's rough
parent
dd55be2c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/utils/T/T_messages.txt
+54
-0
54 additions, 0 deletions
common/utils/T/T_messages.txt
with
54 additions
and
0 deletions
common/utils/T/T_messages.txt
+
54
−
0
View file @
41649182
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment