MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / machineRunState

Method machineRunState

Control/L3StateMachine.cpp:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285MachineStatus 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
292MachineStatus MachineBase::machineRunL3Msg(int state, const GSM::L3Message *l3msg)

Callers 1

callProcStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected