src/lte/helper/lte-helper.cc
changeset 9389 4bd2725add01
parent 9388 aa8bad64396c
child 9390 d51829659a57
--- a/src/lte/helper/lte-helper.cc	Mon Nov 12 19:28:40 2012 +0100
+++ b/src/lte/helper/lte-helper.cc	Tue Nov 13 17:54:50 2012 +0100
@@ -441,6 +441,9 @@
   ulPhy->SetHarqPhyModule (harq);
   phy->SetHarqPhyModule (harq);
 
+  Ptr<LteRsReceivedPowerChunkProcessor> pRs = Create<LteRsReceivedPowerChunkProcessor> (phy->GetObject<LtePhy> ());
+  dlPhy->AddRsPowerChunkProcessor (pRs);
+  
   Ptr<LteCtrlSinrChunkProcessor> pCtrl = Create<LteCtrlSinrChunkProcessor> (phy->GetObject<LtePhy> (), dlPhy);
   dlPhy->AddCtrlSinrChunkProcessor (pCtrl);