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