Parameters for LteMacSapUser::NotifyTxOpportunity. More...
#include "lte-mac-sap.h"
Public Member Functions | |
| TxOpportunityParameters () | |
| TxOpportunityParameters default constructor (DEPRECATED). | |
| TxOpportunityParameters (uint32_t bytes, uint8_t layer, uint8_t harqId, uint8_t ccId, uint16_t rnti, uint8_t lcId) | |
| TxOpportunityParameters constructor. | |
Public Attributes | |
| uint32_t | bytes |
| the number of bytes to transmit | |
| uint8_t | componentCarrierId |
| the component carrier id | |
| uint8_t | harqId |
| the HARQ ID | |
| uint8_t | layer |
| the layer of transmission (MIMO) | |
| uint8_t | lcid |
| the logical channel id | |
| uint16_t | rnti |
| the C-RNTI identifying the UE | |
Parameters for LteMacSapUser::NotifyTxOpportunity.
Definition at line 93 of file lte-mac-sap.h.
|
inline |
TxOpportunityParameters constructor.
| bytes | Bytes |
| layer | Layer |
| harqId | HarqID |
| ccId | Component carrier ID |
| rnti | RNTI |
| lcId | Logical Channel ID |
Definition at line 104 of file lte-mac-sap.h.
References bytes, componentCarrierId, harqId, layer, lcid, and rnti.
|
inline |
TxOpportunityParameters default constructor (DEPRECATED).
Definition at line 122 of file lte-mac-sap.h.
| uint32_t ns3::LteMacSapUser::TxOpportunityParameters::bytes |
the number of bytes to transmit
Definition at line 126 of file lte-mac-sap.h.
Referenced by TxOpportunityParameters(), ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::SimpleUeComponentCarrierManager::DoNotifyTxOpportunity(), ns3::LteUeMac::DoReceiveLteControlMessage(), ns3::LteTestMac::DoReportBufferStatus(), ns3::LteEnbMac::DoSchedDlConfigInd(), ns3::LteUeMac::RecvRaResponse(), and ns3::LteTestMac::SendTxOpportunity().
| uint8_t ns3::LteMacSapUser::TxOpportunityParameters::componentCarrierId |
the component carrier id
Definition at line 129 of file lte-mac-sap.h.
Referenced by TxOpportunityParameters(), ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::NoOpComponentCarrierManager::DoNotifyTxOpportunity(), ns3::SimpleUeComponentCarrierManager::DoNotifyTxOpportunity(), ns3::LteUeMac::DoReceiveLteControlMessage(), ns3::LteTestMac::DoReportBufferStatus(), ns3::LteEnbMac::DoSchedDlConfigInd(), ns3::SimpleUeCcmMacSapUser::NotifyTxOpportunity(), ns3::LteUeMac::RecvRaResponse(), and ns3::LteTestMac::SendTxOpportunity().
| uint8_t ns3::LteMacSapUser::TxOpportunityParameters::harqId |
the HARQ ID
Definition at line 128 of file lte-mac-sap.h.
Referenced by TxOpportunityParameters(), ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::LteUeMac::DoReceiveLteControlMessage(), ns3::LteTestMac::DoReportBufferStatus(), ns3::LteEnbMac::DoSchedDlConfigInd(), ns3::LteUeMac::RecvRaResponse(), and ns3::LteTestMac::SendTxOpportunity().
| uint8_t ns3::LteMacSapUser::TxOpportunityParameters::layer |
the layer of transmission (MIMO)
Definition at line 127 of file lte-mac-sap.h.
Referenced by TxOpportunityParameters(), ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::NoOpComponentCarrierManager::DoNotifyTxOpportunity(), ns3::SimpleUeComponentCarrierManager::DoNotifyTxOpportunity(), ns3::LteUeMac::DoReceiveLteControlMessage(), ns3::LteTestMac::DoReportBufferStatus(), ns3::LteEnbMac::DoSchedDlConfigInd(), ns3::LteUeMac::RecvRaResponse(), and ns3::LteTestMac::SendTxOpportunity().
| uint8_t ns3::LteMacSapUser::TxOpportunityParameters::lcid |
the logical channel id
Definition at line 131 of file lte-mac-sap.h.
Referenced by TxOpportunityParameters(), ns3::NoOpComponentCarrierManager::DoNotifyTxOpportunity(), ns3::SimpleUeComponentCarrierManager::DoNotifyTxOpportunity(), ns3::LteUeMac::DoReceiveLteControlMessage(), ns3::LteTestMac::DoReportBufferStatus(), ns3::LteEnbMac::DoSchedDlConfigInd(), ns3::LteUeMac::RecvRaResponse(), and ns3::LteTestMac::SendTxOpportunity().
| uint16_t ns3::LteMacSapUser::TxOpportunityParameters::rnti |
the C-RNTI identifying the UE
Definition at line 130 of file lte-mac-sap.h.
Referenced by TxOpportunityParameters(), ns3::NoOpComponentCarrierManager::DoNotifyTxOpportunity(), ns3::SimpleUeComponentCarrierManager::DoNotifyTxOpportunity(), ns3::LteUeMac::DoReceiveLteControlMessage(), ns3::LteTestMac::DoReportBufferStatus(), ns3::LteEnbMac::DoSchedDlConfigInd(), ns3::LteUeMac::RecvRaResponse(), and ns3::LteTestMac::SendTxOpportunity().