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

Method dispatchL3Msg

Control/L3StateMachine.cpp:463–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461
462
463MachineStatus 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

Callers 1

lockAndStartMethod · 0.80

Calls 2

PDMethod · 0.45
MTIMethod · 0.45

Tested by

no test coverage detected