MPT_DB_STATE_READY
case MPT_DB_STATE_READY:
if (mpt_wait_state(mpt, MPT_DB_STATE_READY) != MPT_OK) {
ret = mpt_wait_state(mpt, MPT_DB_STATE_READY);
if (((MPT_STATE(data) != MPT_DB_STATE_READY) &&
case MPT_DB_STATE_READY: text = "Ready"; break;