commit | b42e11fd2560b37c6e000f44d9719210775ac618 | [log] [tgz] |
---|---|---|
author | Holger Hildebrandt <holger.hildebrandt@adtran.com> | Thu Sep 15 08:49:00 2022 +0000 |
committer | Holger Hildebrandt <holger.hildebrandt@adtran.com> | Thu Sep 15 08:50:41 2022 +0000 |
tree | ce662fe9f0d72698f5d8e3ce1ab65e34834f6805 | |
parent | 8ea2dd3b6e0eeafacdd9f30940d33967cf4a69bc [diff] [blame] |
[VOL-4774] openonuAdapterGo: Panic during scale test Change-Id: I983eeed5d63b5a778bfc22485d319a55acdbab46
diff --git a/internal/pkg/common/interfaces.go b/internal/pkg/common/interfaces.go index 98f644c..69fa26f 100755 --- a/internal/pkg/common/interfaces.go +++ b/internal/pkg/common/interfaces.go
@@ -124,6 +124,8 @@ CreatePortInCore(context.Context, *voltha.Port) error PerOnuFlowHandlerRoutine(uniID uint8) + + UpdateInterface(context.Context) error } // IonuDeviceEntry interface to onuDeviceEntry