Loading src/pathcomp/backend/pathComp_sp.c +7 −9 Original line number Diff line number Diff line //////////////////////////////////////////////////////////////////////////////////////// /** * # Copyright 2022 Centre Tecnolgic de Telecomunicacions de Catalunya (CTTC/CERCA) www.cttc.es /* * Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading @@ -13,10 +13,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * Author: CTTC/CERCA PONS RU Ricardo Martnez (ricardo.martinez@cttc.es) */ //////////////////////////////////////////////////////////////////////////////////////// #include <stdio.h> #include <stdlib.h> #include <sys/types.h> Loading Loading @@ -51,7 +49,7 @@ GList* contextSet; * @param s * @param mapNodes * * @author Ricardo Martnez <ricardo.martinez@cttc.es> * @author Ricardo Mart�nez <ricardo.martinez@cttc.es> * @date 2022 */ ///////////////////////////////////////////////////////////////////////////////////////// Loading Loading @@ -106,7 +104,7 @@ gint computation(struct pred_t* pred, struct graph_t* g, struct service_t* s, st * @param path * @param g * * @author Ricardo Martnez <ricardo.martinez@cttc.es> * @author Ricardo Mart�nez <ricardo.martinez@cttc.es> * @date 2022 */ ///////////////////////////////////////////////////////////////////////////////////////// Loading Loading @@ -186,7 +184,7 @@ void computation_shortest_path(struct service_t* s, struct compRouteOutput_t* pa * * @param outputList * * @author Ricardo Martnez <ricardo.martinez@cttc.es> * @author Ricardo Mart�nez <ricardo.martinez@cttc.es> * @date 2022 */ void sp_execution_services(struct compRouteOutputList_t* oPathList) { Loading Loading @@ -247,7 +245,7 @@ void sp_execution_services(struct compRouteOutputList_t* oPathList) { * * @param compRouteOutput * * @author Ricardo Martnez <ricardo.martinez@cttc.es> * @author Ricardo Mart�nez <ricardo.martinez@cttc.es> * @date 2022 */ ///////////////////////////////////////////////////////////////////////////////////////// Loading src/pathcomp/backend/pathComp_tools.c +4 −7 Original line number Diff line number Diff line //////////////////////////////////////////////////////////////////////////////////////// /** * # Copyright 2022 Centre Tecnològic de Telecomunicacions de Catalunya (CTTC/CERCA) www.cttc.es /* * Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading @@ -13,10 +12,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * Author: CTTC/CERCA PONS RU Ricardo Martínez (ricardo.martinez@cttc.es) */ ///////////////////////////////////////////////////////////////////////////////////////// #include <stdio.h> #include <stdlib.h> Loading src/pathcomp/backend/pathComp_tools.h +4 −7 Original line number Diff line number Diff line //////////////////////////////////////////////////////////////////////////////////////// /** * # Copyright 2022 Centre Tecnol�gic de Telecomunicacions de Catalunya (CTTC/CERCA) www.cttc.es /* * Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading @@ -13,10 +12,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * Author: CTTC/CERCA PONS RU Ricardo Mart�nez (ricardo.martinez@cttc.es) */ ///////////////////////////////////////////////////////////////////////////////////////// #ifndef _PATHCOMP_TOOLS_H #define _PATHCOMP_TOOLS_H Loading Loading
src/pathcomp/backend/pathComp_sp.c +7 −9 Original line number Diff line number Diff line //////////////////////////////////////////////////////////////////////////////////////// /** * # Copyright 2022 Centre Tecnolgic de Telecomunicacions de Catalunya (CTTC/CERCA) www.cttc.es /* * Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading @@ -13,10 +13,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * Author: CTTC/CERCA PONS RU Ricardo Martnez (ricardo.martinez@cttc.es) */ //////////////////////////////////////////////////////////////////////////////////////// #include <stdio.h> #include <stdlib.h> #include <sys/types.h> Loading Loading @@ -51,7 +49,7 @@ GList* contextSet; * @param s * @param mapNodes * * @author Ricardo Martnez <ricardo.martinez@cttc.es> * @author Ricardo Mart�nez <ricardo.martinez@cttc.es> * @date 2022 */ ///////////////////////////////////////////////////////////////////////////////////////// Loading Loading @@ -106,7 +104,7 @@ gint computation(struct pred_t* pred, struct graph_t* g, struct service_t* s, st * @param path * @param g * * @author Ricardo Martnez <ricardo.martinez@cttc.es> * @author Ricardo Mart�nez <ricardo.martinez@cttc.es> * @date 2022 */ ///////////////////////////////////////////////////////////////////////////////////////// Loading Loading @@ -186,7 +184,7 @@ void computation_shortest_path(struct service_t* s, struct compRouteOutput_t* pa * * @param outputList * * @author Ricardo Martnez <ricardo.martinez@cttc.es> * @author Ricardo Mart�nez <ricardo.martinez@cttc.es> * @date 2022 */ void sp_execution_services(struct compRouteOutputList_t* oPathList) { Loading Loading @@ -247,7 +245,7 @@ void sp_execution_services(struct compRouteOutputList_t* oPathList) { * * @param compRouteOutput * * @author Ricardo Martnez <ricardo.martinez@cttc.es> * @author Ricardo Mart�nez <ricardo.martinez@cttc.es> * @date 2022 */ ///////////////////////////////////////////////////////////////////////////////////////// Loading
src/pathcomp/backend/pathComp_tools.c +4 −7 Original line number Diff line number Diff line //////////////////////////////////////////////////////////////////////////////////////// /** * # Copyright 2022 Centre Tecnològic de Telecomunicacions de Catalunya (CTTC/CERCA) www.cttc.es /* * Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading @@ -13,10 +12,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * Author: CTTC/CERCA PONS RU Ricardo Martínez (ricardo.martinez@cttc.es) */ ///////////////////////////////////////////////////////////////////////////////////////// #include <stdio.h> #include <stdlib.h> Loading
src/pathcomp/backend/pathComp_tools.h +4 −7 Original line number Diff line number Diff line //////////////////////////////////////////////////////////////////////////////////////// /** * # Copyright 2022 Centre Tecnol�gic de Telecomunicacions de Catalunya (CTTC/CERCA) www.cttc.es /* * Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading @@ -13,10 +12,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * Author: CTTC/CERCA PONS RU Ricardo Mart�nez (ricardo.martinez@cttc.es) */ ///////////////////////////////////////////////////////////////////////////////////////// #ifndef _PATHCOMP_TOOLS_H #define _PATHCOMP_TOOLS_H Loading