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

Method pagingEntryListSize

Control/RadioResource.cpp:385–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383
384
385size_t Pager::pagingEntryListSize()
386{
387 NewPagingList_t pages;
388 gMMLayer.mmGetPages(pages,false);
389 return pages.size();
390}
391
392void Pager::start()
393{

Callers 1

printStatsFunction · 0.80

Calls 2

mmGetPagesMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected