From 4893ae3f541ea6bc08a425e3d50472ae2574c2d9 Mon Sep 17 00:00:00 2001 From: Marco Miozzo Date: Mon, 23 Apr 2012 11:00:17 +0200 Subject: [PATCH] Update Doxygen comment of layer parameter --- src/lte/model/lte-mac-sap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lte/model/lte-mac-sap.h b/src/lte/model/lte-mac-sap.h index 3b1141d02..b77b37339 100644 --- a/src/lte/model/lte-mac-sap.h +++ b/src/lte/model/lte-mac-sap.h @@ -47,7 +47,7 @@ public: Ptr 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 */ }; /**