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

Function writeQueue

GPRS/MAC.cpp:2050–2055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2048#endif
2049
2050static 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.
2058static void processSgsnMessages()

Callers 1

processSgsnMessagesFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected