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

Function processControlAcknowledgement

GPRS/MAC.cpp:1894–1902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1892}
1893
1894static 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
1904static void processUplinkDummy(PDCHL1FEC *pdch, RLCMsgPacketUplinkDummyControlBlock* rmsg, RadData &rd)
1905{

Callers 1

processUplinkBlockFunction · 0.85

Calls 2

uplinkCommonFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected