| 461 | |
| 462 | |
| 463 | MachineStatus MachineBase::dispatchL3Msg(const L3Message *l3msg) |
| 464 | { |
| 465 | int state = L3CASE_RAW(l3msg->PD(),l3msg->MTI()); |
| 466 | LOG(DEBUG) <<"calling machineRunState1 "<<LOGHEX(state)<<machText()<<LOGVAR(l3msg); |
| 467 | // We pass a NULL frame, but any state machine that gets messages via this function will know that. |
| 468 | return machineRunState1(state,(L3Frame*)NULL,l3msg); |
| 469 | } |
| 470 | |
| 471 | |
| 472 | #if UNUSED |
no test coverage detected