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

Method parent

GPRS/FEC.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60PDCHL1Uplink *PDCHCommon::uplink() { return mchParent->mchUplink; }
61PDCHL1Downlink *PDCHCommon::downlink() { return mchParent->mchDownlink; }
62PDCHL1FEC *PDCHCommon::parent() { return mchParent; }
63void PDCHL1FEC::debug_test() { /*printf("dt\n"); devassert(*mReservations[3]._vptr != NULL);*/ }
64L1Decoder* PDCHCommon::getDecoder() const { return mchParent->mchOldFec->decoder(); }
65void PDCHCommon::countGoodFrame() { getDecoder()->countGoodFrame(); }

Callers 5

mtAllocateTFIMethod · 0.45
isPrimaryMethod · 0.45
mtServiceDownlinkMethod · 0.45
RN_MS_FOR_ALL_TBFFunction · 0.45
dlServiceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected