Skip to content
  1. Jan 25, 2023
  2. Jan 24, 2023
    • Lluis Gifre Renom's avatar
      Device component: · 641ddae8
      Lluis Gifre Renom authored
      - removed log messages for testing purposes
      641ddae8
    • Lluis Gifre Renom's avatar
      Device component: · 9fe3c1a1
      Lluis Gifre Renom authored
      - added copy of connection config rules when creating device
      - added log messages for testing purposes
      9fe3c1a1
    • Lluis Gifre Renom's avatar
      Device component: · a72e275d
      Lluis Gifre Renom authored
      - extended AddDevice to create a device placeholder and get the correct device UUID
      a72e275d
    • Lluis Gifre Renom's avatar
      Device component: · 11731ae4
      Lluis Gifre Renom authored
      - aggregated error messages in separate file
      - corrected update of operational status
      - corrected update of resulting device configuration from device instead of composing from rules (for simplicity)
      - corrected retrieval of device_uuid in MonitorDeviceKpi
      - factorized code to compose gRPC device_config rules from raw config rules
      - code cleanup
      - added missing logs in unitary test for emulated device driver
      11731ae4
    • Lluis Gifre Renom's avatar
      Device component: · 385de9ac
      Lluis Gifre Renom authored
      - corrected populate_endpoints method
      385de9ac
    • Lluis Gifre Renom's avatar
      Device component: · bc1ba71b
      Lluis Gifre Renom authored
      - corrected device driver selectors
      bc1ba71b
    • Lluis Gifre Renom's avatar
      Device component: · ce5a8ab0
      Lluis Gifre Renom authored
      - removed internal in-memory database
      - added storage of connect-related config rules in context and added driver pre-loading when Device component starts
      - re-organized code of EmulatedDriver
      - re-organized code to improve clarity
      - minor code bug resolutions
      - code cleanup
      ce5a8ab0
  3. Jan 19, 2023
    • Lluis Gifre Renom's avatar
      Device component: · f468b104
      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
      f468b104
  4. Jan 04, 2023
  5. Jan 03, 2023
  6. Dec 30, 2022
  7. Dec 22, 2022
    • Lluis Gifre Renom's avatar
      Device component - MicroWave driver · 8962a9c2
      Lluis Gifre Renom authored
      - added support for user/pass basic authentication
      - added HTTP schema settings
      - added field to filter desired underlying devices under management
      - corrected endpoint uuid composition
      - improved error handling
      - improved retrieval of existing services
      8962a9c2
  8. Dec 17, 2022
  9. Dec 16, 2022
  10. Dec 15, 2022
    • Lluis Gifre Renom's avatar
      Common - Method Wrappers: · 32e1a14f
      Lluis Gifre Renom authored
      - improved README file
      - enabled configuration of histogram buckets
      - updated emulated and openconfig device driver
      - updated L2NM, L3NM and TAPI service handlers
      32e1a14f
  11. Dec 12, 2022
  12. Nov 30, 2022
    • Lluis Gifre Renom's avatar
      Common: · 0482f489
      Lluis Gifre Renom authored
      - unified RPC method wrapper with performance evaluation
      - migrated components to new method wrapping API
      - added new grafana dashboard backups
      0482f489
  13. Nov 28, 2022
  14. Nov 25, 2022
  15. Nov 22, 2022
  16. Nov 21, 2022
  17. Oct 26, 2022
  18. Oct 14, 2022
  19. Oct 07, 2022
    • Lluis Gifre Renom's avatar
      Device component: · f2a1b9ea
      Lluis Gifre Renom authored
      OpenConfig Driver:
      - added default endpoint type in case it cannot be retrieved from the remote device
      - corrected network_instance/edit_config.xml template; wrong XML format
      f2a1b9ea
  20. Oct 05, 2022
  21. Oct 04, 2022
    • Lluis Gifre Renom's avatar
      Common and Device: · 10a63cc4
      Lluis Gifre Renom authored
      - Implemented generic MutexQueues class
      - Implemented sequentialization of operations in Device component to prevent data corruption and race conditions
      10a63cc4
  22. Sep 29, 2022
  23. Sep 28, 2022
    • Lluis Gifre Renom's avatar
      Integration fix resolution: · a2d4ba5b
      Lluis Gifre Renom authored
      Common:
      - added slice to EventTools
      
      OFC'22 tests:
      - corrected OFC'22 delete service test to identify appropriate service to be deleted
      - removed usage of events for testing
      
      Compute:
      - remove diversity constraint when not populated
      
      Device:
      - removed unused field in database and code polishing
      
      Service:
      - migrated L3NMEmulatedServiceHandler to the new API
      - polishing of code
      a2d4ba5b
  24. Sep 27, 2022