commit | 7c9c5f28c8cce5fe7c45f0dc219e8b8ce9f11845 | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Fri Aug 09 14:40:12 2019 -0400 |
committer | David Bainbridge <dbainbri@ciena.com> | Tue Aug 20 20:59:30 2019 +0000 |
tree | 7f5fe24e73294c65a0160f013b1353cf46635d48 | |
parent | a7c242f659f0d387067f2fe074cf91ba290d4d53 [diff] [blame] |
VOL-1855: Support for techprofile Also now use voltha-protos repo similar to other 2.x builds Also a go fmt Tested with: voltha-go TP patch: https://gerrit.opencord.org/#/c/14767/ openolt TP patch: https://gerrit.opencord.org/#/c/14771/ Change-Id: I327573af6cd7f54cdfcb9fb4bdbdc24d960f96be
diff --git a/core/openolt_service.go b/core/openolt_service.go index a56b75c..7c7f498 100644 --- a/core/openolt_service.go +++ b/core/openolt_service.go
@@ -20,7 +20,7 @@ "github.com/opencord/voltha-bbsim/common/logger" "github.com/opencord/voltha-bbsim/device" - openolt "github.com/opencord/voltha-bbsim/protos" + openolt "github.com/opencord/voltha-protos/go/openolt" ) func sendOltIndUp(stream openolt.Openolt_EnableIndicationServer, olt *device.Olt) error {