#include "radio-bearer-stats-connector.h"
#include "radio-bearer-stats-calculator.h"
#include "ns3/log.h"
Go to the source code of this file.
Classes | |
struct | ns3::BoundCallbackArgument |
This structure is used as interface between trace sources and RadioBearerStatsCalculator. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
void | ns3::DlRxPduCallback (Ptr< BoundCallbackArgument > arg, std::string path, uint16_t rnti, uint8_t lcid, uint32_t packetSize, uint64_t delay) |
Callback function for DL RX statistics for both RLC and PDCP. More... | |
void | ns3::DlTxPduCallback (Ptr< BoundCallbackArgument > arg, std::string path, uint16_t rnti, uint8_t lcid, uint32_t packetSize) |
Callback function for DL TX statistics for both RLC and PDCP. More... | |
bool | ns3::operator< (const RadioBearerStatsConnector::CellIdRnti &a, const RadioBearerStatsConnector::CellIdRnti &b) |
Less than operator for CellIdRnti, because it is used as key in map. More... | |
void | ns3::UlRxPduCallback (Ptr< BoundCallbackArgument > arg, std::string path, uint16_t rnti, uint8_t lcid, uint32_t packetSize, uint64_t delay) |
Callback function for UL RX statistics for both RLC and PDCP. More... | |
void | ns3::UlTxPduCallback (Ptr< BoundCallbackArgument > arg, std::string path, uint16_t rnti, uint8_t lcid, uint32_t packetSize) |
Callback function for UL TX statistics for both RLC and PDCP. More... | |