Loading go-apps/meep-vis/server/vis.go +1 −1 Original line number Diff line number Diff line Loading @@ -650,7 +650,7 @@ func predictedQosPost(w http.ResponseWriter, r *http.Request) { rsrq := currGeoCoordinate.Rsrq poaName := currGeoCoordinate.PoaName estTimeHour := int32(time.Unix(int64(routeInfo.Time.Seconds), int64(routeInfo.Time.Seconds)).Hour()) currGeoCoordinate.Rsrq, currGeoCoordinate.Rsrp, _ = sbi.GetPredictedPowerValues(estTimeHour, rsrp, rsrq, poaName) currGeoCoordinate.Rsrp, currGeoCoordinate.Rsrq, _ = sbi.GetPredictedPowerValues(estTimeHour, rsrp, rsrq, poaName) } latCheck := routeInfo.Location.GeoArea.Latitude == currGeoCoordinate.Latitude longCheck := routeInfo.Location.GeoArea.Longitude == currGeoCoordinate.Longitude Loading Loading
go-apps/meep-vis/server/vis.go +1 −1 Original line number Diff line number Diff line Loading @@ -650,7 +650,7 @@ func predictedQosPost(w http.ResponseWriter, r *http.Request) { rsrq := currGeoCoordinate.Rsrq poaName := currGeoCoordinate.PoaName estTimeHour := int32(time.Unix(int64(routeInfo.Time.Seconds), int64(routeInfo.Time.Seconds)).Hour()) currGeoCoordinate.Rsrq, currGeoCoordinate.Rsrp, _ = sbi.GetPredictedPowerValues(estTimeHour, rsrp, rsrq, poaName) currGeoCoordinate.Rsrp, currGeoCoordinate.Rsrq, _ = sbi.GetPredictedPowerValues(estTimeHour, rsrp, rsrq, poaName) } latCheck := routeInfo.Location.GeoArea.Latitude == currGeoCoordinate.Latitude longCheck := routeInfo.Location.GeoArea.Longitude == currGeoCoordinate.Longitude Loading