commit | 185a5e8e014ff7eafdb01dd58d8a65a3f5e2e852 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@opennetworking.org> | Fri May 11 16:10:10 2018 +0000 |
committer | Shad Ansari <shad@opennetworking.org> | Fri May 11 16:10:10 2018 +0000 |
tree | 155adad52d830acad712b50607d73bff1449abe3 | |
parent | 2cb6e860a653dee9715cc5469975d78cb458baa1 [diff] |
VOL-757: OpenOLT - Add system infor to olt ind Change-Id: I30a5e4e416ab7947d0fdbf33e9d6a4f7f2c2c3d9
diff --git a/protos/openolt.proto b/protos/openolt.proto index c9f6d98..7041800 100644 --- a/protos/openolt.proto +++ b/protos/openolt.proto
@@ -63,6 +63,10 @@ message OltIndication { string oper_state = 1; // up, down + string mac = 2; + string serial_number = 3; + string manufacturer = 4; + string name = 5; } message IntfIndication {