#include <lte-common.h>
| Public Member Functions | |
| LteFlowId_t () | |
| LteFlowId_t (const uint16_t a, const uint8_t b) | |
| Public Attributes | |
| uint8_t | m_lcId | 
| uint16_t | m_rnti | 
| Friends | |
| bool | operator< (const LteFlowId_t &a, const LteFlowId_t &b) | 
| bool | operator== (const LteFlowId_t &a, const LteFlowId_t &b) | 
Definition at line 35 of file lte-common.h.
| ns3::LteFlowId_t::LteFlowId_t | ( | ) | 
Definition at line 31 of file lte-common.cc.
| ns3::LteFlowId_t::LteFlowId_t | ( | const uint16_t | a, | 
| const uint8_t | b | ||
| ) | 
Definition at line 35 of file lte-common.cc.
| 
 | friend | 
Definition at line 48 of file lte-common.cc.
| 
 | friend | 
Definition at line 42 of file lte-common.cc.
| uint8_t ns3::LteFlowId_t::m_lcId | 
Definition at line 38 of file lte-common.h.
Referenced by ns3::operator<(), and ns3::operator==().
| uint16_t ns3::LteFlowId_t::m_rnti | 
Definition at line 37 of file lte-common.h.
Referenced by ns3::operator<(), and ns3::operator==().