Commit a8dabcef authored by Xenofon Foukas's avatar Xenofon Foukas

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

parent 3ce2ba4e
...@@ -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;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment