1. 01 Feb, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  2. 29 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Common - Proto: · f1fc0d45
      Lluis Gifre Renom authored
      - Added gRPC method to retrieve names of endpoints and devices
      - Added gRPC method to retrieve topology details
      f1fc0d45
  3. 20 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Load Generator component: · 173af90f
      Lluis Gifre Renom authored
      - Converted load_gen tool into a microservice
      - Added simple WebUI page to manage it
      - Created manifests, Dockerfile, etc.
      - Created proto file to manage the load generator
      173af90f
  4. 04 Jan, 2023 1 commit
  5. 21 Dec, 2022 1 commit
  6. 18 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Proto: · ff7d1879
      Lluis Gifre Renom authored
      - DLT connector: added flag to delete records
      ff7d1879
  7. 15 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Proto: · 817f5f08
      Lluis Gifre Renom authored
      - added field name in context
      - added field name in topology
      - added field name in device
      - added field name in link
      - added field name in service
      - added field name in slice
      817f5f08
  8. 13 Dec, 2022 1 commit
  9. 12 Dec, 2022 2 commits
  10. 28 Nov, 2022 2 commits
  11. 22 Nov, 2022 1 commit
  12. 18 Nov, 2022 1 commit
  13. 04 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      DLT - Connector component: · 16bdb723
      Lluis Gifre Renom authored
      - updated proto definition to include the domain that originates the record
      - updated proto definition to include RecordLink and RecordAllLinks methods
      - updated proto definition to provide the domain for which RecordAll* methods should be executed
      - updated DltConnectorClient accordingly
      - implemented RecordDevice and RecordLink in DltConnectorServicer
      - removed unused OwnDomainFinder
      - first functional version of DltEventDispatcher (only processes Devices and Links, by now)
      16bdb723
  14. 03 Nov, 2022 1 commit
  15. 02 Nov, 2022 3 commits
  16. 26 Oct, 2022 1 commit
  17. 06 Oct, 2022 1 commit
  18. 20 Sep, 2022 1 commit
  19. 13 Sep, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Multiple changes in Context component: · 5dfa664e
      Lluis Gifre Renom authored
      Common:
      - Extended context proto with 2 methods: UnsetService and UnsetSlice
      
      Context component:
      - Added timestamp to logs
      - Added methods UnsetService and UnsetSlice to Context client
      - Implemented methods UnsetService and UnsetSlice in Context servicer
      - Resolved conflict between service and slice entities with constraints and configrules
      5dfa664e
  20. 02 Sep, 2022 1 commit
    • 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
  21. 31 Aug, 2022 1 commit
  22. 08 Aug, 2022 1 commit
  23. 05 Aug, 2022 1 commit
    • Ville Hallivuori's avatar
      Pull request #1: vhallivu/XR_OPTICS_DRIVER_LOGIN_TO_CM · 56ab40bb
      Ville Hallivuori authored
      Merge in XRCA/teraflow from vhallivu/XR_OPTICS_DRIVER_LOGIN_TO_CM to xr_development
      
      Squashed commit of the following:
      
      commit ba53d51d94c52491c4f70587187bf6746a9613da
      Author: Ville Hallivuori <VHallivuori@infinera.com>
      Date:   Fri Aug 5 13:26:40 2022 +0300
      
          Initial code for XR Device Driver, can connect to CM and acquire access token. No other functionality
      56ab40bb
  24. 01 Aug, 2022 4 commits
  25. 25 Jul, 2022 1 commit
  26. 22 Jul, 2022 1 commit
  27. 21 Jul, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Improvements in Monitoring: · 2048e5ed
      Lluis Gifre Renom authored
      - Arranged commit before merge
      - Replaced string-based timestamps by context.Timestamp
      - Created helper functions to convert timestamps string from/to float
      - Arranged requirements to meet dependencies of converter functions
      2048e5ed
  28. 19 Jul, 2022 4 commits
  29. 15 Jul, 2022 1 commit
  30. 14 Jul, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Adapted Context to common proto folder: · 6908f606
      Lluis Gifre Renom authored
      - Arranged .gitignore & .gitkeep files in common proto folder
      - Created specific run_tests_locally script for Context component
      - Moved imports from *.proto folder to common.proto folder
      - Adapted common.tools.object_factory to new proto definitions for ConfigRule and Constraint
      - Extended common.tools.type_checkers to new proto definitions for ConfigRule and Constraint
      - Removed context's genproto.sh script
      - Adapted Events generated to new timestamp data type
      - Minor code and linting fixing
      6908f606