commit | 68854a8bbeac073f1652871f7398caa426292e09 | [log] [tgz] |
---|---|---|
author | Holger Hildebrandt <holger.hildebrandt@adtran.com> | Mon Sep 05 07:00:21 2022 +0000 |
committer | Holger Hildebrandt <holger.hildebrandt@adtran.com> | Fri Sep 16 09:58:30 2022 +0000 |
tree | 910e8eed314859e82fca99691120ecf62207d006 | |
parent | 66af5ced95e6850800a6a24b74e35299aa5d83ce [diff] [blame] |
[VOL-4774] openonuAdapterGo: Panic during scale test Change-Id: I37cc31697f42cb50e44970c2b537db07381a3a3a
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