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

Method InCallMachine

Control/L3CallControl.cpp:137–137  ·  view source on GitHub ↗

MachineStatus machineRunSipMsg(const SIP::DialogMessage *sipmsg);

Source from the content-addressed store, hash-verified

135 MachineStatus machineRunState(int state, const GSM::L3Message* l3msg, const SIP::DialogMessage *sipmsg);
136 //MachineStatus machineRunSipMsg(const SIP::DialogMessage *sipmsg);
137 InCallMachine(TranEntry *wTran) : CCBase(wTran) {}
138 const char *debugName() const { return "InCallMachine"; }
139};
140

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected