1. 09 Feb, 2023 1 commit
    • delacal's avatar
      - ML model features have been embedded in the model's own ONNX file instead of... · d8387da4
      delacal authored
      - ML model features have been embedded in the model's own ONNX file instead of being hard-coded in the component and the old model was replaced by this new one.
      - A new RPC has been added to the Centralized Attack Detector component that allows other components to know which features the ML model is using.
      - Added a short path in the Service component for forwarding service-to-device ACL rules (to be removed in the future).
      - Added logging messages on the Service and Device components to test and track ACL rule forwarding (to be removed in the future).
      d8387da4
  2. 08 Feb, 2023 1 commit
  3. 01 Feb, 2023 2 commits
  4. 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
  5. 26 Jan, 2023 1 commit
  6. 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
  7. 04 Jan, 2023 1 commit
  8. 21 Dec, 2022 1 commit
  9. 18 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Proto: · ff7d1879
      Lluis Gifre Renom authored
      - DLT connector: added flag to delete records
      ff7d1879
  10. 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
  11. 13 Dec, 2022 1 commit
  12. 12 Dec, 2022 2 commits
  13. 28 Nov, 2022 2 commits
  14. 22 Nov, 2022 1 commit
  15. 18 Nov, 2022 1 commit
  16. 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
  17. 03 Nov, 2022 1 commit
  18. 02 Nov, 2022 3 commits
  19. 26 Oct, 2022 1 commit
  20. 06 Oct, 2022 1 commit
  21. 27 Sep, 2022 1 commit
  22. 20 Sep, 2022 1 commit
  23. 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
  24. 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
  25. 31 Aug, 2022 1 commit
  26. 30 Aug, 2022 1 commit
  27. 08 Aug, 2022 1 commit
  28. 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
  29. 01 Aug, 2022 4 commits
  30. 25 Jul, 2022 1 commit
  31. 22 Jul, 2022 1 commit
  32. 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