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

Method TCHFACCHL1Encoder

GSM/GSML1FEC.cpp:2109–2124  ·  view source on GitHub ↗

TCH_FS

Source from the content-addressed store, hash-verified

2107
2108// TCH_FS
2109TCHFACCHL1Encoder::TCHFACCHL1Encoder(
2110 unsigned wCN,
2111 unsigned wTN,
2112 const TDMAMapping& wMapping,
2113 L1FEC *wParent)
2114 :XCCHL1Encoder(wCN, wTN, wMapping, wParent),
2115 mPreviousFACCH(true),mOffset(0)
2116{
2117 for(int k = 0; k<8; k++) {
2118 mI[k].resize(114);
2119 mE[k].resize(114);
2120 // Fill with zeros just to make Valgrind happy.
2121 mI[k].fill(0);
2122 mE[k].fill(0);
2123 }
2124}
2125
2126
2127void TCHFACCHL1Encoder::start()

Callers

nothing calls this directly

Calls 1

fillMethod · 0.45

Tested by

no test coverage detected