Microsemi driver requires optical port to be UNI

Change-Id: Ie221dc8a2ca5836d87ee50c7d084951df849bdf5
diff --git a/use-cases/e-cord/onf/local-2-onos-cord.json b/use-cases/e-cord/onf/local-2-onos-cord.json
index 136b38a..8d11e99 100644
--- a/use-cases/e-cord/onf/local-2-onos-cord.json
+++ b/use-cases/e-cord/onf/local-2-onos-cord.json
@@ -20,13 +20,13 @@
    "mefPorts" :
     [
      {
-	 "mefPortType" : "INNI",
+	 "mefPortType" : "UNI",
 	 "connectPoint" : "netconf:10.6.0.162:830/0",
          "interlinkId" : "UNI-2-to-fabric"
      },
      {
-	 "mefPortType" : "UNI",
-	 "connectPoint" : "netconf:10.6.0.162:830/1"
+	 "mefPortType" : "GENERIC",
+	 "connectPoint" : "netconf:10.6.0.162:830/1",
      }
     ]
   },