Skip to content

SAH-1520: Improvement in mid and low delays

shraddhabajare requested to merge sah-1520 into main

1. What this MR does / why we need it:

  • This MR contains changes related to improvements in mid and low delay generation
  • Restart delay calculation on full configure command
  • Stops the delay calculation on End command
  • In CSP SA LN Configure, 1st start delay calculation and then invoke Configure on CSP with delay subscription point.
  • Fix SKB-329
  • Fix SKB-327
  • Modify the delay integration tests to remove wait added to check delayModel attribute values
  • Set initial value for delayModel attribute as json in ADR-88 format instead "" (empty string)
  • Fix bug in low delayModel for multiple configure command. Bug- repeated entries in polynomials for same station ids

2. Make sure that you've checked the boxes below before you submit MR:

  • No conflict with master branch.
  • Merge Request Title appropriate.
  • Unit/Integration tests added and existing test cases are passing.
  • Variable and Function names state the purpose.
  • There is no commented out code, print/debug statements.
  • Logs are added wherever necessary.
  • Exception is handled wherever required.
Edited by shraddhabajare

Merge request reports