| 283 | } |
| 284 | |
| 285 | MachineStatus MachineBase::machineRunState(int state, const GSM::L3Message *l3msg, const SIP::DialogMessage *sipmsg) |
| 286 | { |
| 287 | // The state machine must implement one of: machineRunState, machineRunL3Msg or machineRunFrame. |
| 288 | assert(0); |
| 289 | } |
| 290 | |
| 291 | #if UNUSED |
| 292 | MachineStatus MachineBase::machineRunL3Msg(int state, const GSM::L3Message *l3msg) |