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

Method next

Scanning/Scanning.cpp:186–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186int ScanList::next()
187{
188 if (mNewARFCNs.size()==0) return -1;
189 unsigned ARFCN = mNewARFCNs.front();
190 mNewARFCNs.pop_front();
191 mOldARFCNs.push_back(ARFCN);
192 return ARFCN;
193}
194
195
196void ScanList::clear()

Callers

nothing calls this directly

Calls 3

frontMethod · 0.80
push_backMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected