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