commit | 7f2e3d9249a50228444619e5e38237e35fb45b9b | [log] [tgz] |
---|---|---|
author | Anjali Thontakudi <anjali.thontakudi@gmail.com> | Wed Jul 03 23:31:33 2019 +0000 |
committer | Kailash Khalasi <kailash@opennetworking.org> | Mon Jul 08 22:23:33 2019 +0000 |
tree | 0468e7fac3e77aea84e83ff44074ec42c91dad18 | |
parent | 2c77f9f2cb3053a6c74609c6757b195d4ef4cab2 [diff] |
View status of individual ONUs using PON port and ONU IDs Change-Id: I65c5d350cc3789786a448389d83f074aadc19d61
diff --git a/voltha/adapters/openolt/protos/openolt.proto b/voltha/adapters/openolt/protos/openolt.proto index 8c69067..415791d 100644 --- a/voltha/adapters/openolt/protos/openolt.proto +++ b/voltha/adapters/openolt/protos/openolt.proto
@@ -54,6 +54,13 @@ }; } + rpc GetOnuInfo(Onu) returns (OnuIndication){ + option (google.api.http) = { + post: "/v1/GetOnuInfo" + body: "*" + }; + } + rpc OmciMsgOut(OmciMsg) returns (Empty) { option (google.api.http) = { post: "/v1/OmciMsgOut"