Correct E2 protocol
[oam.git] / code / network-topology-instance-generator / model / python / tapi_node_near_rt_ric.py
index 96d09ba..7541578 100644 (file)
@@ -41,7 +41,7 @@ class TapiNodeNearRtRic(TapiNode):
         nep_configuration = {
             "parent": self.identifier(),
             "nodeEdgePoint": {
-                "interface": "e2", "cep": [{"protocol": "REST", "role": "consumer"}]
+                "interface": "e2", "cep": [{"protocol": "SCTP", "role": "consumer"}]
             }
         }
         self.add(TapiNodeEdgePoint(nep_configuration))