Topo: Add supported-tps to logical TPs 78/13478/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sat, 28 Sep 2024 14:25:26 +0000 (16:25 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sat, 28 Sep 2024 14:25:26 +0000 (16:25 +0200)
- housekeeping

Issue-ID: OAM-417
Change-Id: I8da123b38861a8b280f0ab06e435ec7562edf75e
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/network-generator/network_generation/model/python/o_ran_du.py

index 850485b..dd51f53 100644 (file)
@@ -41,8 +41,7 @@ default_value: IORanDu = cast(
 # Define an abstract O-RAN Node class
 class ORanDu(ORanNode):
 
-    _interfaces: list[str] = ["e2", "o1",
-                              "ofhm", "ofhc", "ofhu", "ofhs"]
+    _interfaces = ["e2", "o1", "ofhm", "ofhc", "ofhu", "ofhs"]
 
     def __init__(
         self,