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

Method SharedL1Decoder

GSM/GSML1FEC.cpp:678–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676}
677
678SharedL1Decoder::SharedL1Decoder()
679 : mBlockCoder(0x10004820009ULL, 40, 224),
680 mC(456),
681 mU(228),
682 mP(mU.segment(184,40)),mDP(mU.head(224)),mD(mU.head(184)),
683 mHParity(0x06f,6,8),mHU(18),mHD(mHU.head(8))
684{
685 for (int i=0; i<4; i++) {
686 mE[i] = SoftVector(114);
687 mI[i] = SoftVector(114);
688 // Fill with zeros just to make Valgrind happy.
689 mE[i].fill(0);
690 mI[i].fill(0);
691 }
692}
693
694
695

Callers

nothing calls this directly

Calls 3

segmentMethod · 0.80
headMethod · 0.80
fillMethod · 0.45

Tested by

no test coverage detected