Bug #16009
Attenuation tables won't initialize correctly on startup
Description
All of the sbpm startup scripts initialize the attenuation table to "full" attenuation (255) but the table reads 0 after reboot. Find out why.
History
#1 Updated by John Diamond almost 4 years ago
According to Troy, this is not affecting sbpmt9.
#2 Updated by John Diamond almost 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Found that for all nodes other than sbpmt9 the initialization of the attenuation table was being done after calling bpmStart(). Moved the initialization to be after bpmStart(), deployed to all nodes and now the tables are loaded properly.