From c2e3cdf54e96bf38a57eabf5af1339b8c1dd4a14 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Sun, 6 Mar 2022 14:13:04 +0100 Subject: [PATCH] ADD N1, N2 N3 interfacing to topology generation - The SVG CEP representation must support NAS and RADIO Issue-Id: OAM-256 Change-Id: I615bed2c211271240798f3b833067986780b0350 Signed-off-by: demx8as6 --- .../model/python/svg/connection_edge_point.py | 2 ++ 1 file changed, 2 insertions(+) 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..5eed9e2 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,7 +54,9 @@ class ConnectionEdgePoint(Svg): "netconf": "NC", "ves": "VES", "file": "FTP", + "nas":"NAS", "ofh": "OFH", + "radio": "RF", "rest": "REST", "restconf": "RC", "unknown": "-" -- 2.16.6