commit | 66659203d0425df5ca0c69c8ccc2c15b52f00f0a | [log] [tgz] |
---|---|---|
author | Anjali Thontakudi <anjali.thontakudi@gmail.com> | Wed Jul 03 23:14:02 2019 +0000 |
committer | Anjali Thontakudi <anjali.thontakudi@gmail.com> | Wed Jul 03 23:14:02 2019 +0000 |
tree | 0e9c548d935b7a3c49eec84c3361a45aa7703e27 | |
parent | b871c507237afbf6829d1c460dfe4d3acf15c45f [diff] [blame] |
View status of individual ONUs using PON interface and ONU IDs Change-Id: I5fb4cd9246b2ed29a5384579203ebc2d96e506a9
diff --git a/openolt.proto b/openolt.proto index 12f1db0..86c0027 100644 --- a/openolt.proto +++ b/openolt.proto
@@ -53,6 +53,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"