Skip to content
Snippets Groups Projects
  1. May 24, 2019
    • Siarhei Harkusha's avatar
      Ignore known wrong BCID in particular Tile DMU · 031b4687
      Siarhei Harkusha authored
      BCIDs from all Tile DMUs in one module are compared with one
      from the 2nd DMU in the same module and if they are different
      then channels from the corresponding DMUs are masked on the fly.
      But if the 2nd DMU has bad BCID itself then whole module is masked on the fly.
      But in the case when it is known that particular Tile DMU has wrong BCID
      it is not very good.
      
      To avoid masking channels (in the worst case whole module) when it is known
      that the corresponding Tile DMU has wrong BCID possiblity to ignore
      this known wrong BCID by putting special flag into DB has been added.
      
      New Tile channel status OnlineWrongBCID and WrongBCID have been added
      to mark channels from Tile DMU which is known to have wrong BCID in the DB.
      They are differnt for possiblity to change known wrong BCID in offline
      if it is needed.
      
      Initialization of Tile DQ status has been modified accordingly
      to ignore known wrong Tile BCID.
      
      Reference files for unit tests have been updated.
      031b4687
  2. May 23, 2019
  3. May 22, 2019
Loading