src/lte/model/lte-rlc-am.cc
changeset 8714 398bbcbb3f42
parent 8456 782a47ccaf2a
child 8726 f6f0e2531457
--- a/src/lte/model/lte-rlc-am.cc	Mon Jan 30 13:18:50 2012 +0100
+++ b/src/lte/model/lte-rlc-am.cc	Thu Mar 22 18:16:01 2012 +0100
@@ -162,7 +162,7 @@
  */
 
 void
-LteRlcAm::DoNotifyTxOpportunity (uint32_t bytes)
+LteRlcAm::DoNotifyTxOpportunity (uint32_t bytes, uint8_t layer)
 {
   NS_LOG_FUNCTION (this << bytes);
   NS_ASSERT_MSG (bytes > 2, "Tx opportunity too small = " << bytes);
@@ -472,6 +472,7 @@
   params.pdu = packet;
   params.rnti = m_rnti;
   params.lcid = m_lcid;
+  params.layer = layer;
 
   m_macSapProvider->TransmitPdu (params);
 }