Skip to content
Snippets Groups Projects
Commit 29038f10 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

PathComp component - Backend:

- Updated file headers in EAR algorithm
parent a4d095c6
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!76PathComp_Backend: Resource Context Improvement and Support of Energy Aware Routing Alg.
//////////////////////////////////////////////////////////////////////////////////////// /*
/** * Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/)
* # Copyright 2022 Centre Tecnolgic de Telecomunicacions de Catalunya (CTTC/CERCA) www.cttc.es
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -13,10 +12,8 @@ ...@@ -13,10 +12,8 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* Author: CTTC/CERCA PONS RU Ricardo Martnez (ricardo.martinez@cttc.es)
*/ */
////////////////////////////////////////////////////////////////////////////////////////
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>
...@@ -50,7 +47,7 @@ GList* contextSet; ...@@ -50,7 +47,7 @@ GList* contextSet;
* *
* @param outputList * @param outputList
* *
* @author Ricardo Martnez <ricardo.martinez@cttc.es> * @author Ricardo Martnez <ricardo.martinez@cttc.es>
* @date 2022 * @date 2022
*/ */
void ear_comp_services(struct compRouteOutputList_t* oPathList, gint activeFlag) { void ear_comp_services(struct compRouteOutputList_t* oPathList, gint activeFlag) {
...@@ -110,7 +107,7 @@ void ear_comp_services(struct compRouteOutputList_t* oPathList, gint activeFlag) ...@@ -110,7 +107,7 @@ void ear_comp_services(struct compRouteOutputList_t* oPathList, gint activeFlag)
* *
* @param oList * @param oList
* *
* @author Ricardo Martnez <ricardo.martinez@cttc.es> * @author Ricardo Martnez <ricardo.martinez@cttc.es>
* @date 2022 * @date 2022
*/ */
//////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////
...@@ -168,7 +165,7 @@ void ear_comp(struct compRouteOutputList_t* oList) { ...@@ -168,7 +165,7 @@ void ear_comp(struct compRouteOutputList_t* oList) {
* *
* @param compRouteOutput * @param compRouteOutput
* *
* @author Ricardo Martnez <ricardo.martinez@cttc.es> * @author Ricardo Martnez <ricardo.martinez@cttc.es>
* @date 2022 * @date 2022
*/ */
///////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////
......
//////////////////////////////////////////////////////////////////////////////////////// /*
/** * Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/)
* # Copyright 2022 Centre Tecnolgic de Telecomunicacions de Catalunya (CTTC/CERCA) www.cttc.es
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -13,8 +12,6 @@ ...@@ -13,8 +12,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* Author: CTTC/CERCA PONS RU Ricardo Martnez (ricardo.martinez@cttc.es)
*/ */
#ifndef _PATHCOMP_EAR_H #ifndef _PATHCOMP_EAR_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment