Decide about "list-case" or "camelCase" in schema.
[oam.git] / code / network-topology-instance-generator / model / python / tapi_node_o_du.py
index d458ed1..db240f7 100644 (file)
@@ -22,7 +22,7 @@ from model.python.tapi_node_edge_point import TapiNodeEdgePoint
 
 class TapiNodeODu(TapiNode):
     """
-    Class representing a O-RAN Distributed Unit as TAPI Node.
+    Class representing an O-RAN Distributed Unit as TAPI Node.
     """
     # constructor
 
@@ -33,7 +33,7 @@ class TapiNodeODu(TapiNode):
         nep_configuration = {
             "parent": self.identifier(),
             "nodeEdgePoint": {
-                "interface": "e2", "cep":[{"protocol": "REST", "role": "provider"}]
+                "interface": "e2", "cep":[{"protocol": "SCTP", "role": "provider"}]
             }
         }
         self.add(TapiNodeEdgePoint(nep_configuration))