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

Method SharedL1Encoder

GSM/GSML1FEC.cpp:1032–1041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030}
1031
1032SharedL1Encoder::SharedL1Encoder():
1033 mBlockCoder(0x10004820009ULL, 40, 224),
1034 mC(456), mU(228),
1035 mD(mU.head(184)),
1036 mP(mU.segment(184,40))
1037{
1038 initInterleave(4);
1039 mU.zero(); // zeros out the tail bits.
1040 mC.zero(); // Be safe; only happens once, ever.
1041}
1042
1043
1044void XCCHL1Encoder::writeHighSide(const L2Frame& frame)

Callers

nothing calls this directly

Calls 2

headMethod · 0.80
segmentMethod · 0.80

Tested by

no test coverage detected