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

Method L3IdentifyMachine

Control/L3MobilityManagement.h:64–68  ·  view source on GitHub ↗

On success the resultant imsi is placed in wTran->subscriber.

Source from the content-addressed store, hash-verified

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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected