Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
int 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
196
void ScanList::clear()
Callers
nothing calls this directly
Calls
3
front
Method · 0.80
push_back
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected