commit | 0ffa48b8de792f5c09e0e1bee3e12b8cea7a9ab2 | [log] [tgz] |
---|---|---|
author | Girish Gowdru <ggowdru@radisys.com> | Wed Sep 26 01:55:29 2018 -0700 |
committer | Shad Ansari <shad@opennetworking.org> | Fri Sep 28 00:56:03 2018 +0000 |
tree | 19e426c9608c5877ba8ae70520e5be80cdbce980 | |
parent | 0c6fa3e38c39d1ee8ea0001078e5a27e957dfd90 [diff] [blame] |
Change agg_port_id to alloc_id and remove sched_id from openolt.proto Change-Id: I83bac16bec9b2c4ac3de71360ddd1d15444d3126
diff --git a/protos/openolt.proto b/protos/openolt.proto index e9e8007..ac53e6b 100644 --- a/protos/openolt.proto +++ b/protos/openolt.proto
@@ -218,8 +218,7 @@ fixed32 onu_id = 2; SerialNumber serial_number = 3; fixed32 pir = 4; // peak information rate assigned to onu - fixed32 agg_port_id = 5; - fixed32 sched_id = 6; + fixed32 alloc_id = 5; } message OmciMsg {