[VOL-4774] openonuAdapterGo: Panic during scale test

Change-Id: I37cc31697f42cb50e44970c2b537db07381a3a3a
diff --git a/internal/pkg/core/device_handler.go b/internal/pkg/core/device_handler.go
index ddbfe7a..9ad2b7d 100755
--- a/internal/pkg/core/device_handler.go
+++ b/internal/pkg/core/device_handler.go
@@ -2131,7 +2131,7 @@
 	return nil
 }
 
-func (dh *deviceHandler) updateInterface(ctx context.Context, onuind *oop.OnuIndication) error {
+func (dh *deviceHandler) UpdateInterface(ctx context.Context) error {
 	//state checking to prevent unneeded processing (eg. on ONU 'unreachable' and 'down')
 	// (but note that the deviceReason may also have changed to e.g. TechProf*Delete_Success in between)
 	if dh.getDeviceReason() != cmn.DrStoppingOpenomci {