commit | e974894ea675cffd226beacaa724476b8fb5bc9e | [log] [tgz] |
---|---|---|
author | <anjali.thontakudi@gmail.com> | Mon Jul 01 22:26:59 2019 +0000 |
committer | <anjali.thontakudi@gmail.com> | Mon Jul 01 22:26:59 2019 +0000 |
tree | 7d82e403d23396df13f51f91a2b7cc0e80b50cc7 | |
parent | 5567e98c835b28dc37099887fbea21a1ac9b4d16 [diff] |
View status of individual PON ports Change-Id: I189579a301a47d355775eb909d66e6c56b7fcdf4
diff --git a/voltha/adapters/openolt/protos/openolt.proto b/voltha/adapters/openolt/protos/openolt.proto index da54a80..8c69067 100644 --- a/voltha/adapters/openolt/protos/openolt.proto +++ b/voltha/adapters/openolt/protos/openolt.proto
@@ -103,6 +103,8 @@ }; } + rpc GetPonIf(Interface) returns (IntfIndication) { } + rpc DisablePonIf(Interface) returns (Empty) { option (google.api.http) = { post: "/v1/DisablePonIf"