Commit a576127c authored by Xenofon Foukas's avatar Xenofon Foukas

Added temporary values in protocol for PUCCH power control

parent ad74bb02
......@@ -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;
}
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