X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-topology-instance-generator%2Fmodel%2Fpython%2Ftapi_node_o_cu_cp.py;h=56925d02269a33355dd1aa03ddc6ef9cb403bc89;hb=9a0d7d6f6b9bb268514d0c0e75c071fd297a425a;hp=5eff7c9f70af5981c94f82adb92cdb56948f73e9;hpb=b65e0aa5c87d75ce7a9d48e7aafaf9895761fd63;p=oam.git diff --git a/code/network-topology-instance-generator/model/python/tapi_node_o_cu_cp.py b/code/network-topology-instance-generator/model/python/tapi_node_o_cu_cp.py index 5eff7c9..56925d0 100644 --- a/code/network-topology-instance-generator/model/python/tapi_node_o_cu_cp.py +++ b/code/network-topology-instance-generator/model/python/tapi_node_o_cu_cp.py @@ -33,7 +33,7 @@ class TapiNodeOCuCp(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))