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

Method TCHFACCHL1Decoder

GSM/GSML1FEC.cpp:1376–1390  ·  view source on GitHub ↗

TCH_FS

Source from the content-addressed store, hash-verified

1374
1375// TCH_FS
1376TCHFACCHL1Decoder::TCHFACCHL1Decoder(
1377 unsigned wCN,
1378 unsigned wTN,
1379 const TDMAMapping& wMapping,
1380 L1FEC *wParent)
1381 :XCCHL1Decoder(wCN,wTN, wMapping, wParent)
1382{
1383 for (int i=0; i<8; i++) {
1384 mE[i] = SoftVector(114);
1385 mI[i] = SoftVector(114);
1386 // Fill with zeros just to make Valgrind happy.
1387 mI[i].fill(.0);
1388 mE[i].fill(.0);
1389 }
1390}
1391
1392ViterbiBase *newViterbi(AMRMode mode)
1393{

Callers

nothing calls this directly

Calls 1

fillMethod · 0.45

Tested by

no test coverage detected