Update Doxygen comment of layer parameter
authorMarco Miozzo <marco.miozzo@cttc.es>
Mon, 23 Apr 2012 11:00:17 +0200
changeset 8723 c7372374fad8
parent 8722 def2dedd3777
child 8724 b92bff65c4fd
Update Doxygen comment of layer parameter
src/lte/model/lte-mac-sap.h
--- a/src/lte/model/lte-mac-sap.h	Tue Apr 17 11:43:32 2012 +0200
+++ b/src/lte/model/lte-mac-sap.h	Mon Apr 23 11:00:17 2012 +0200
@@ -47,7 +47,7 @@
     Ptr<Packet> pdu;  /**< the RLC PDU */
     uint16_t    rnti; /**< the C-RNTI identifying the UE */
     uint8_t     lcid; /**< the logical channel id corresponding to the sending RLC instance */
-    uint8_t     layer; /**< the layer of transmission (MIMO) */
+    uint8_t     layer; /**< the layer value that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU */
   };
 
   /**