| 323 | |
| 324 | |
| 325 | GSM::ChannelType NewPagingEntry::getChanType() |
| 326 | { |
| 327 | if (mWantCS && gConfig.getBool("Control.VEA")) { |
| 328 | // Very early assignment. |
| 329 | return GSM::TCHFType; |
| 330 | } else { |
| 331 | return GSM::SDCCHType; |
| 332 | } |
| 333 | } |
| 334 | |
| 335 | // This does a lot of mallocing. |
| 336 | L3MobileIdentity NewPagingEntry::getMobileId() |
no outgoing calls
no test coverage detected