Add to_directory method to relevant object classes
[oam.git] / code / network-topology-instance-generator / model / python / svg / connection_edge_point.py
index 1c3b634..6d89580 100644 (file)
@@ -54,9 +54,12 @@ class ConnectionEdgePoint(Svg):
             "netconf": "NC",
             "ves": "VES",
             "file": "FTP",
+            "nas":"NAS",
             "ofh": "OFH",
+            "radio": "RF",
             "rest": "REST",
             "restconf": "RC",
+            "sctp": "SCTP",
             "unknown": "-"
         }
         search = protocol.split(":")[1]