| 1892 | } |
| 1893 | |
| 1894 | static void processControlAcknowledgement(PDCHL1FEC*pdch, RLCMsgPacketControlAcknowledgement*rmsg,RadData &rd) |
| 1895 | { |
| 1896 | // TODO: We should add a debug check to make sure the MS identified by this TLLI |
| 1897 | // is the same one in the reservation. |
| 1898 | GPRSLOG(1) << "processControlAck "<<rmsg->str(); |
| 1899 | |
| 1900 | // We dont have to do anything; recvReservation informed the TBF. |
| 1901 | uplinkCommon(rmsg->mTLLI,rd,"ControlAck"); |
| 1902 | } |
| 1903 | |
| 1904 | static void processUplinkDummy(PDCHL1FEC *pdch, RLCMsgPacketUplinkDummyControlBlock* rmsg, RadData &rd) |
| 1905 | { |
no test coverage detected