X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=code%2Fnetwork-topology-instance-generator%2Fmodel%2Fpython%2Ftapi_node_o_cu_up.py;h=b42d4943bb735409fd68681621a87ad0b6a43e59;hb=a626bb2b51719f34c4d74b3a79420213fe03a77d;hp=4086fac523d8a57a3b469056d50c19efc6cd84a2;hpb=f0dcc0d326426fd6169705cd48bf1ebbb914d98f;p=oam.git diff --git a/code/network-topology-instance-generator/model/python/tapi_node_o_cu_up.py b/code/network-topology-instance-generator/model/python/tapi_node_o_cu_up.py index 4086fac..b42d494 100644 --- a/code/network-topology-instance-generator/model/python/tapi_node_o_cu_up.py +++ b/code/network-topology-instance-generator/model/python/tapi_node_o_cu_up.py @@ -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))