Skip to content
Snippets Groups Projects
  1. Jan 19, 2023
    • Lluis Gifre Renom's avatar
      PathComp component: · 3b82181e
      Lluis Gifre Renom authored
      - updated definition of constant DEFAULT_CONTEXT_UUID to DEFAULT_CONTEXT_NAME
      - updated definition of constant DEFAULT_TOPOLOGY_UUID to DEFAULT_TOPOLOGY_NAME
      - updated definition of constant INTERDOMAIN_TOPOLOGY_UUID to INTERDOMAIN_TOPOLOGY_NAME
      3b82181e
  2. Sep 11, 2022
    • Lluis Gifre Renom's avatar
      Context/Service/PathComp component fixes: · 8a26fd5d
      Lluis Gifre Renom authored
      Common:
      - Added missing object factory methods for constraints
      
      Context:
      - Adapted unitary tests to new constraint object factory methods
      
      Service:
      - Adapted unitary tests to new constraint object factory methods
      
      PathComp-Backend:
      - Deactivated health probes since it causes problems in backend REST server
      
      PathComp-Frontend:
      - Correct unitary test constraints for SP algorithm
      - Adapted unitary tests to new constraint object factory methods
      - Fixed instantiation of ShortestPath and KDisjointPath Algorithms
      - Ignore unknown constraints in Algorithm request composition
      8a26fd5d
  3. Sep 02, 2022
    • Lluis Gifre Renom's avatar
      PathComp component: · 1a85a101
      Lluis Gifre Renom authored
      Common:
      - temporarily added backend to pathcomp service for debug purposes
      
      Proto:
      - Added KDisjointPath Algorithm to pathcomp proto
      
      Frontend:
      - refactored Servicer to cope with multiple algorithms
      - added implementation of ShortestPath algorithm
      - added implementation of KShortestPath algorithm
      - added implementation of KDisjointPath algorithm (partial)
      - moved PathComp servicer tools to algorithms subfolder
      - added new unitary test scenario (DC's with CellSiteGWs and Transport Network) to validate KDisjointPath algorithm
      1a85a101
  4. Aug 03, 2022
    • Lluis Gifre Renom's avatar
      PathComp - Frontend component: · 4b02fa16
      Lluis Gifre Renom authored
      Unitary test:
      - Corrected Objects definition
      - Added devices and links to topology
      
      Frontend component:
      - Implemented parsing of backend reply and composition of front-end reply
      - Other minor arrangements
      4b02fa16
  5. Jul 19, 2022
  6. Jul 05, 2022
    • Lluis Gifre Renom's avatar
      PathComp: · ae6bc78b
      Lluis Gifre Renom authored
      - Added definition of algorithm in proto file
      - Minor code comments and TODOs added
      ae6bc78b
  7. Jun 23, 2022
    • Lluis Gifre Renom's avatar
      PathComp component: · f4cff5db
      Lluis Gifre Renom authored
      - extended proto file to support retrieval of both services and connections, e.g., services requested + sub-services, and the connections and sub-connections supporting the services and sub-services.
      - minor bug fixings in MockServicerImpl_Context and implementation of support for Slices
      - implemented and pre-tested unitary tests for PathComp
      - implemented in PathComp service the logic to retrieve context data, and the skeleton to retrieve the replies to compute requests.
      f4cff5db
  8. May 20, 2022
Loading