X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-topology-instance-generator%2Fmodel%2Fpython%2Fsvg%2Fconnection_edge_point.py;h=6d8958004d86aacc4beaa17ae1c76a61f7fc3347;hb=HEAD;hp=1c3b634299fe4ae82ea90f3fdf2e6fe6c49b7c23;hpb=f40de71d432ef18501481bfd736e82f677953439;p=oam.git diff --git a/code/network-topology-instance-generator/model/python/svg/connection_edge_point.py b/code/network-topology-instance-generator/model/python/svg/connection_edge_point.py index 1c3b634..6d89580 100644 --- a/code/network-topology-instance-generator/model/python/svg/connection_edge_point.py +++ b/code/network-topology-instance-generator/model/python/svg/connection_edge_point.py @@ -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]