Correct E2 protocol
[oam.git] / code / network-topology-instance-generator / model / python / tapi_node_o_du.py
index f544409..db240f7 100644 (file)
@@ -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))