#include "lte-enb-rrc.h"#include <ns3/fatal-error.h>#include <ns3/log.h>#include <ns3/abort.h>#include <ns3/pointer.h>#include <ns3/object-map.h>#include <ns3/object-factory.h>#include <ns3/simulator.h>#include <ns3/lte-radio-bearer-info.h>#include <ns3/eps-bearer-tag.h>#include <ns3/packet.h>#include <ns3/lte-rlc.h>#include <ns3/lte-rlc-tm.h>#include <ns3/lte-rlc-um.h>#include <ns3/lte-rlc-am.h>#include <ns3/lte-pdcp.h>Go to the source code of this file.
| Classes | |
| class | ns3::EnbRrcMemberLteEnbCmacSapUser | 
| Class for forwarding CMAC SAP User functions.  More... | |
| Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| Functions | |
| static const std::string & | ns3::ToString (UeManager::State s) | 
| Variables | |
| static const uint16_t | ns3::g_srsCiHigh [SRS_ENTRIES] = {0, 1, 6, 16, 36, 76, 156, 316, 636} | 
| The upper bound (inclusive) of the SRS configuration indices (ISRS) which use the corresponding SRS periodicity (TSRS).  More... | |
| static const uint16_t | ns3::g_srsCiLow [SRS_ENTRIES] = {0, 0, 2, 7, 17, 37, 77, 157, 317} | 
| The lower bound (inclusive) of the SRS configuration indices (ISRS) which use the corresponding SRS periodicity (TSRS).  More... | |
| static const uint16_t | ns3::g_srsPeriodicity [SRS_ENTRIES] = {0, 2, 5, 10, 20, 40, 80, 160, 320} | 
| Sounding Reference Symbol (SRS) periodicity (TSRS) in milliseconds.  More... | |
| static const std::string | ns3::g_ueManagerStateName [UeManager::NUM_STATES] | 
| Map each of UE Manager states to its string representation.  More... | |
| static const uint8_t | ns3::SRS_ENTRIES = 9 | 
| Number of distinct SRS periodicity plus one.  More... | |
 1.8.14
 1.8.14