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=9a0d7d6f6b9bb268514d0c0e75c071fd297a425a;hp=d458ed1d1f08489d9dd83ea7095a27734980a6c4;hpb=f4e6220e5715715bdf29c0f8941d706e74121560;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 d458ed1..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 @@ -22,7 +22,7 @@ from model.python.tapi_node_edge_point import TapiNodeEdgePoint class TapiNodeODu(TapiNode): """ - Class representing a O-RAN Distributed Unit as TAPI Node. + Class representing an O-RAN Distributed Unit as TAPI Node. """ # constructor @@ -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))