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

Method getChanType

Control/RadioResource.cpp:325–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323
324
325GSM::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.
336L3MobileIdentity NewPagingEntry::getMobileId()

Callers 2

newPageAllFunction · 0.80
printPagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected