Skip to content
Snippets Groups Projects
Commit a8dabcef authored by Xenofon Foukas's avatar Xenofon Foukas
Browse files

Added support for UL SR info type in the header of progRAN messages

parent 3ce2ba4e
Branches
Tags
No related merge requests found
...@@ -15,5 +15,8 @@ enum prp_type { ...@@ -15,5 +15,8 @@ enum prp_type {
// Statistics and measurement messages // Statistics and measurement messages
PRPT_STATS_REQUEST = 3; PRPT_STATS_REQUEST = 3;
PRPT_STATS_REPLY = 4; PRPT_STATS_REPLY = 4;
//Asynchronous messages
PRPT_UL_SR_INFO = 5;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment