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

Changed prp_stats_reply message to support multiple UE and cell reports

parent 988b483a
No related branches found
No related tags found
1 merge request!47Feature 68 enb agent
......@@ -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;
}
......
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