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_up.py;fp=code%2Fnetwork-topology-instance-generator%2Fmodel%2Fpython%2Ftapi_node_o_cu_up.py;h=4086fac523d8a57a3b469056d50c19efc6cd84a2;hb=b65e0aa5c87d75ce7a9d48e7aafaf9895761fd63;hp=81d781e30bdddbb36ad9523158a531d524062995;hpb=c08a14e0dd8124997d6896c276be52b8111a69d9;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 81d781e..4086fac 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 @@ -22,7 +22,7 @@ from model.python.tapi_node_edge_point import TapiNodeEdgePoint class TapiNodeOCuUp(TapiNode): """ - Class representing a O-RAN Centralized Unit as TAPI Node. + Class representing an O-RAN Centralized Unit as TAPI Node. """ # constructor @@ -38,6 +38,15 @@ class TapiNodeOCuUp(TapiNode): } self.add(TapiNodeEdgePoint(nep_configuration)) + # add N3 Consumer interface + nep_configuration = { + "parent": self.identifier(), + "nodeEdgePoint": { + "interface": "n3", "cep":[{"protocol": "NAS", "role": "consumer"}] + } + } + self.add(TapiNodeEdgePoint(nep_configuration)) + # add O1/OAM NetConf Provider interface nep_configuration = { "parent": self.identifier(),