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

Added temporary values in protocol for PUCCH power control

parent ad74bb02
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,7 @@ message prp_ul_cqi {
optional prp_ul_cqi_type type = 1;
repeated uint32 sinr = 2;
optional uint32 serv_cell_index = 3;
optional int32 p0_pucch_dbm = 4;
}
// Full UL CQI report for a specific UE
......@@ -172,5 +173,6 @@ message prp_noise_interference_report {
optional uint32 sfn_sf = 1;
optional uint32 rip = 2;
optional uint32 tnp = 3;
optional int32 p0_nominal_pucch = 4;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment