Skip to content

Commit

Permalink
DccEntityBase: call ChannelProbeProcessor for CBR reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
hagau authored and riebl committed Nov 21, 2018
1 parent c074f11 commit d0a3ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/artery/networking/DccEntityBase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void DccEntityBase::initializeChannelProbeProcessor(const std::string& name)

void DccEntityBase::reportLocalChannelLoad(vanetza::dcc::ChannelLoad cbr)
{
onLocalCbr(cbr);
mCbrProcessor->indicate(cbr);
}

void DccEntityBase::onLocalCbr(vanetza::dcc::ChannelLoad cbr)
Expand Down

0 comments on commit d0a3ccb

Please sign in to comment.