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

Method encodeCS1

GPRS/FEC.cpp:521–524  ·  view source on GitHub ↗

Process the 184 bit frame, starting at offset, add parity, encode. Result is left in mI, representing 4 radio bursts.

Source from the content-addressed store, hash-verified

519// Process the 184 bit frame, starting at offset, add parity, encode.
520// Result is left in mI, representing 4 radio bursts.
521void GprsEncoder::encodeCS1(const BitVector &src)
522{
523 encodeFrame41(src,0);
524}
525
526static BitVector mCcopy;
527void GprsEncoder::encodeCS4(const BitVector &src)

Callers 2

send1FrameMethod · 0.80
sendIdleFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected