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_du.py;h=db240f7b8cc17e038c2e9ae1a8aba642c235c986;hb=refs%2Fchanges%2F11%2F12011%2F1;hp=f54440932eef8980e3bbbb8947706fb7cf1f68a1;hpb=0772256786c6129bafdd30b398aef0291047554c;p=oam.git diff --git a/code/network-topology-instance-generator/model/python/tapi_node_o_du.py b/code/network-topology-instance-generator/model/python/tapi_node_o_du.py index f544409..db240f7 100644 --- a/code/network-topology-instance-generator/model/python/tapi_node_o_du.py +++ b/code/network-topology-instance-generator/model/python/tapi_node_o_du.py @@ -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))