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

Function initMTSMS

Control/L3SMSControl.cpp:619–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619void initMTSMS(TranEntry *tran)
620{
621 tran->teSetProcedure(new MTSMSMachine(tran));
622 //tran->lockAndStart(new MTSMSMachine(tran));
623}
624
625#if UNUSED // (pat) what was I thinking here?
626// Parse an incoming SMS message into RPData, save everything else we need.

Callers 1

startSMSTranMethod · 0.85

Calls 1

teSetProcedureMethod · 0.80

Tested by

no test coverage detected