Correct E2 protocol
[oam.git] / code / network-topology-instance-generator / model / python / tapi_node_o_cu_up.py
index 4086fac..b42d494 100644 (file)
@@ -33,7 +33,7 @@ class TapiNodeOCuUp(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))