[VOL-3715] Bring-up of VEIP-based ONUs fails
Change-Id: Ic43bc97546a5261c45f4b0eff332e61875f45e55
diff --git a/VERSION b/VERSION
index 0ecf940..49a2f78 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.0-dev152
+1.1.0-dev153
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
}