![]() |
5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
|
#include "nr-mac-sap.h"
Public Attributes | |
uint8_t | componentCarrierId |
uint8_t | harqProcessId |
uint8_t | layer |
uint8_t | lcid |
Ptr< Packet > | pdu |
uint16_t | rnti |
Parameters for NrMacSapProvider::TransmitPdu
Definition at line 31 of file nr-mac-sap.h.
uint8_t ns3::NrMacSapProvider::TransmitPduParameters::componentCarrierId |
the component carrier id corresponding to the sending Mac instance
Definition at line 40 of file nr-mac-sap.h.
Referenced by ns3::NrRlcAm::DoNotifyTxOpportunity(), ns3::NrRlcTm::DoNotifyTxOpportunity(), ns3::NrRlcUm::DoNotifyTxOpportunity(), ns3::NrRlcSm::DoNotifyTxOpportunity(), ns3::NrNoOpComponentCarrierManager::DoTransmitPdu(), and ns3::NrSimpleUeComponentCarrierManager::DoTransmitPdu().
uint8_t ns3::NrMacSapProvider::TransmitPduParameters::harqProcessId |
the HARQ process id that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU
Definition at line 38 of file nr-mac-sap.h.
Referenced by ns3::NrRlcAm::DoNotifyTxOpportunity(), ns3::NrRlcTm::DoNotifyTxOpportunity(), ns3::NrRlcUm::DoNotifyTxOpportunity(), and ns3::NrRlcSm::DoNotifyTxOpportunity().
uint8_t ns3::NrMacSapProvider::TransmitPduParameters::layer |
the layer value that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU
Definition at line 36 of file nr-mac-sap.h.
Referenced by ns3::NrRlcAm::DoNotifyTxOpportunity(), ns3::NrRlcTm::DoNotifyTxOpportunity(), ns3::NrRlcUm::DoNotifyTxOpportunity(), and ns3::NrRlcSm::DoNotifyTxOpportunity().
uint8_t ns3::NrMacSapProvider::TransmitPduParameters::lcid |
the logical channel id corresponding to the sending RLC instance
Definition at line 35 of file nr-mac-sap.h.
Referenced by ns3::NrRlcAm::DoNotifyTxOpportunity(), ns3::NrRlcTm::DoNotifyTxOpportunity(), ns3::NrRlcUm::DoNotifyTxOpportunity(), and ns3::NrRlcSm::DoNotifyTxOpportunity().
Ptr<Packet> ns3::NrMacSapProvider::TransmitPduParameters::pdu |
the RLC PDU
Definition at line 33 of file nr-mac-sap.h.
Referenced by ns3::NrRlcAm::DoNotifyTxOpportunity(), ns3::NrRlcTm::DoNotifyTxOpportunity(), ns3::NrRlcUm::DoNotifyTxOpportunity(), and ns3::NrRlcSm::DoNotifyTxOpportunity().
uint16_t ns3::NrMacSapProvider::TransmitPduParameters::rnti |
the C-RNTI identifying the UE
Definition at line 34 of file nr-mac-sap.h.
Referenced by ns3::NrRlcAm::DoNotifyTxOpportunity(), ns3::NrRlcTm::DoNotifyTxOpportunity(), ns3::NrRlcUm::DoNotifyTxOpportunity(), and ns3::NrRlcSm::DoNotifyTxOpportunity().