Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ decoderStatsInit
Method
decoderStatsInit
GSM/GSML1FEC.cpp:394–403 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
392
}
393
394
void DecoderStats::decoderStatsInit()
395
{
396
mAveFER = 0;
397
mAveSNR = 0;
398
mAveBER = 0;
399
mSNRCount = 0;
400
mStatTotalFrames = 0;
401
mStatStolenFrames = 0;
402
mStatBadFrames = 0;
403
}
404
405
void L1Decoder::open()
406
{
Callers
1
open
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected