commit | 376b33cefbf820679e2532114a6c0f5d96780d4e | [log] [tgz] |
---|---|---|
author | Girish Gowdru <ggowdru@radisys.com> | Mon May 06 21:46:31 2019 -0700 |
committer | Shad Ansari <shad@opennetworking.org> | Tue Jul 23 21:14:30 2019 +0000 |
tree | 81277b62ce8348920571fd2120ffd1a327a84744 | |
parent | a4d6ba4eaa8d88760cfcd367921c91418b098b35 [diff] |
VOL-1580: Support reporting ONU Registration ID as part of ONU Activation Indication Change-Id: I553daf21f467215ac676a4c92a4ce0eaa0e016cf
diff --git a/protos/openolt.proto b/protos/openolt.proto index 6be8983..ccc2d05 100644 --- a/protos/openolt.proto +++ b/protos/openolt.proto
@@ -220,6 +220,7 @@ string oper_state = 3; // up, down string admin_state = 5; // up, down SerialNumber serial_number = 4; + bytes registration_id = 6; // reg_id of onu } message IntfOperIndication {