Commit fe6d00ed authored by Maria Ruiz's avatar Maria Ruiz
Browse files

checks

parent b1afe94b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1649,6 +1649,7 @@ class NSController:
            "cir": cir

        }
        # intent que se enviaría al controlador satelital 
        intent_sat = {
            "bandwidth": bandwidth/1000,
            "latency": latency,
+1 −3
Original line number Diff line number Diff line
@@ -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)
@@ -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":