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

Function startInboundHandoverMachine

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

Source from the content-addressed store, hash-verified

1081}
1082
1083void startInboundHandoverMachine(TranEntry *tran)
1084{
1085 InboundHandoverMachine *ihm = new InboundHandoverMachine(tran);
1086 tran->lockAndStart(ihm);
1087}
1088
1089
1090void InCallMachine::acknowledgeDtmf()

Callers 1

ProcessHandoverAccessFunction · 0.85

Calls 1

lockAndStartMethod · 0.80

Tested by

no test coverage detected