| 2048 | #endif |
| 2049 | |
| 2050 | static void writeQueue(MSInfo *ms, SGSN::GprsSgsnDownlinkPdu *dlpdu) |
| 2051 | { |
| 2052 | ms->msDownlinkQueue.write(dlpdu); |
| 2053 | ms->msDownlinkQStat.addPoint(ms->msDownlinkQueue.totalSize()); |
| 2054 | ms->msDownlinkQOldest = dlpdu->mDlTime; |
| 2055 | } |
| 2056 | |
| 2057 | // Send messages to the MSInfo where they belong. |
| 2058 | static void processSgsnMessages() |
no test coverage detected