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=refs%2Fchanges%2F11%2F12011%2F1;hp=5eff7c9f70af5981c94f82adb92cdb56948f73e9;hpb=0772256786c6129bafdd30b398aef0291047554c;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))