Loading src/network_slice_controller.py +1 −0 Original line number Diff line number Diff line Loading @@ -1649,6 +1649,7 @@ class NSController: "cir": cir } # intent que se enviaría al controlador satelital intent_sat = { "bandwidth": bandwidth/1000, "latency": latency, Loading src/realizers/sat/SATNMS.py +1 −3 Original line number Diff line number Diff line Loading @@ -28,8 +28,6 @@ class SAT_NMS: logging.info("Processing satellite slice request") logging.info("ENTRA EN LA FUNCIÓN:, ********************************************") vlan_id = json_data.get("vlan_id", None) QoS_profile = json_data.get("QoS_profile", None) bandwidth = json_data.get("bandwidth", None) Loading @@ -55,7 +53,7 @@ class SAT_NMS: else: qos_mapped = "qos:0 QoS_P7" #default #se añaden ñas rutas ligadas al nuevo servicio y al QoS tanto en HUB como STATION: #se añaden las rutas ligadas al nuevo servicio y al QoS tanto en HUB como STATION: add_route_controller, validation = self.add_routes_controller(self.satnms_ip, num_service, vlan_id, qos_mapped) if validation == "error": Loading Loading
src/network_slice_controller.py +1 −0 Original line number Diff line number Diff line Loading @@ -1649,6 +1649,7 @@ class NSController: "cir": cir } # intent que se enviaría al controlador satelital intent_sat = { "bandwidth": bandwidth/1000, "latency": latency, Loading
src/realizers/sat/SATNMS.py +1 −3 Original line number Diff line number Diff line Loading @@ -28,8 +28,6 @@ class SAT_NMS: logging.info("Processing satellite slice request") logging.info("ENTRA EN LA FUNCIÓN:, ********************************************") vlan_id = json_data.get("vlan_id", None) QoS_profile = json_data.get("QoS_profile", None) bandwidth = json_data.get("bandwidth", None) Loading @@ -55,7 +53,7 @@ class SAT_NMS: else: qos_mapped = "qos:0 QoS_P7" #default #se añaden ñas rutas ligadas al nuevo servicio y al QoS tanto en HUB como STATION: #se añaden las rutas ligadas al nuevo servicio y al QoS tanto en HUB como STATION: add_route_controller, validation = self.add_routes_controller(self.satnms_ip, num_service, vlan_id, qos_mapped) if validation == "error": Loading