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

Method msIsRegistered

GPRS/MSInfo.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152bool MSInfo::msIsRegistered()
153{
154 SGSN::GmmState::state state = sgsnGetRegistrationState(this->msTlli);
155 return state == SGSN::GmmState::GmmRegisteredNormal ||
156 state == SGSN::GmmState::GmmRegisteredSuspsended;
157}
158
159void MSInfo::msCountUSFGrant(bool penalize)
160{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected