On success the resultant imsi is placed in wTran->subscriber.
| 62 | public: |
| 63 | // On success the resultant imsi is placed in wTran->subscriber. |
| 64 | L3IdentifyMachine(TranEntry *wTran, |
| 65 | const GSM::L3MobileIdentity &wMobileID, |
| 66 | bool *wResultPtr) // Returns true on success, false on failure. |
| 67 | : MachineBase(wTran), mMobileID(wMobileID), mResultPtr(wResultPtr) |
| 68 | {} |
| 69 | |
| 70 | const char *debugName() const { return "L3IdentifyMachine"; } |
| 71 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected