Commit 0dee574c authored by Xenofon Foukas's avatar Xenofon Foukas

Changed prp_stats_reply message to support multiple UE and cell reports

parent 988b483a
......@@ -51,8 +51,8 @@ message prp_stats_request {
message prp_stats_reply {
optional prp_header header = 1;
optional prp_ue_stats_report ue_report = 2;
optional prp_cell_stats_report cell_report = 3;
repeated prp_ue_stats_report ue_report = 2;
repeated prp_cell_stats_report cell_report = 3;
}
......
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