EREPORT_INDEX_MASK
index = (ereport_id & EREPORT_INDEX_MASK);
uint8_t index = ereport_id & EREPORT_INDEX_MASK;