| commit | 62bb7edeb52e1936d73aeccb378042cfa4412082 | [log] [tgz] |
|---|---|---|
| author | Abhilash laxmeshwar <abhilash.laxmeshwar@radisys.com> | Tue Sep 30 12:49:32 2025 +0530 |
| committer | Abhilash laxmeshwar <abhilash.laxmeshwar@radisys.com> | Thu Jan 08 18:54:58 2026 +0530 |
| tree | cac86abb28281418a5202bf33ae216e1802bf18d | |
| parent | e46f98eba9e551e251c0193e33481d7d94ad4c00 [diff] [blame] |
VOL-5476 Proto changes for UpdateDevice for ipaddress Change-Id: Iec4b824b3afcdb57a656736415f3d9368dcddb58 Signed-off-by: Abhilash Laxmeshwar <abhilash.laxmeshwar@radisys.com> Change-Id: I9fe3792e37e69b5189007bf4f3acf83a9be48bf9
diff --git a/protos/voltha_protos/adapter_service.proto b/protos/voltha_protos/adapter_service.proto index 31891ce..11c945e 100755 --- a/protos/voltha_protos/adapter_service.proto +++ b/protos/voltha_protos/adapter_service.proto
@@ -89,4 +89,5 @@ rpc EnableOnuDevice (device.Device) returns(google.protobuf.Empty); rpc DisableOnuSerialNumber(device.OnuSerialNumberOnOLTPon) returns (google.protobuf.Empty); rpc EnableOnuSerialNumber(device.OnuSerialNumberOnOLTPon) returns (google.protobuf.Empty); + rpc UpdateDevice(device.UpdateDevice) returns(google.protobuf.Empty); }