[VOL-3715] Bring-up of VEIP-based ONUs fails

Change-Id: Ic43bc97546a5261c45f4b0eff332e61875f45e55
diff --git a/internal/pkg/onuadaptercore/uniportadmin.go b/internal/pkg/onuadaptercore/uniportadmin.go
index 7cf4373..7f361c9 100644
--- a/internal/pkg/onuadaptercore/uniportadmin.go
+++ b/internal/pkg/onuadaptercore/uniportadmin.go
@@ -327,7 +327,7 @@
 				{ // let the FSM proceed ...
 					_ = oFsm.pAdaptFsm.pFsm.Event(uniEvRxOnugResp)
 				}
-			case "PhysicalPathTerminationPointEthernetUni", "VEIP":
+			case "PhysicalPathTerminationPointEthernetUni", "VirtualEthernetInterfacePoint":
 				{ // let the PPTP init proceed by stopping the wait function
 					oFsm.omciLockResponseReceived <- true
 				}