Correct E2 protocol
[oam.git] / code / network-topology-instance-generator / model / python / svg / connection_edge_point.py
index 5eed9e2..6d89580 100644 (file)
@@ -59,6 +59,7 @@ class ConnectionEdgePoint(Svg):
             "radio": "RF",
             "rest": "REST",
             "restconf": "RC",
+            "sctp": "SCTP",
             "unknown": "-"
         }
         search = protocol.split(":")[1]