| 304 | |
| 305 | |
| 306 | void LlcEntity::lleWriteRaw(ByteVector &frame, const char *descr) |
| 307 | { |
| 308 | gLlcParity.appendFCS(frame); |
| 309 | mSI->sgsnSend2MsHighSide(frame,descr,0); |
| 310 | //GPRS::DownlinkQPdu *dlpdu = new GPRS::DownlinkQPdu(); |
| 311 | //dlpdu->mDlData = uiframe; |
| 312 | //LLCDEBUG("llewriteHighSide:"<<(ByteVector)frame); |
| 313 | //dlpdu->mDescr = std::string(descr); |
| 314 | //mSI->getMS()->msDownlinkQueue.write(dlpdu); |
| 315 | } |
| 316 | |
| 317 | // Write a UI frame for unacknowledged information. |
| 318 | void LlcEntity::lleWriteHighSide(LlcDlFrame &frame, bool isCmd, const char *descr) |
no test coverage detected