#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 "lte-enb-rrc.h"#include "lte-rlc.h"#include "lte-pdcp.h"#include "lte-pdcp-sap.h"#include "lte-radio-bearer-info.h"#include "lte-radio-bearer-tag.h"#include <ns3/ff-mac-csched-sap.h>#include <ns3/simulator.h>#include <ns3/node-list.h>#include <ns3/node.h>#include <ns3/lte-ue-net-device.h>#include <ns3/lte-ue-rrc.h>
Include dependency graph for lte-enb-rrc.cc:Go to the source code of this file.
Classes | |
| class | ns3::EnbRrcMemberLteEnbCmacSapUser |
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
| #define | SRS_ENTRIES 9 |
Functions | |
| NS_LOG_COMPONENT_DEFINE ("LteEnbRrc") | |
| ns3::NS_OBJECT_ENSURE_REGISTERED (UeInfo) | |
| ns3::NS_OBJECT_ENSURE_REGISTERED (LteEnbRrc) | |
Variables | |
| uint16_t | ns3::g_srsCiHigh [SRS_ENTRIES] = {0, 1, 6, 16, 36, 76, 156, 316, 636} |
| uint16_t | ns3::g_srsCiLow [SRS_ENTRIES] = {0, 0, 2, 7, 17, 37, 77, 157, 317} |
| uint16_t | ns3::g_srsPeriodicity [SRS_ENTRIES] = {0, 2, 5, 10, 20, 40, 80, 160, 320} |
| #define SRS_ENTRIES 9 |
Definition at line 502 of file lte-enb-rrc.cc.
Referenced by ns3::LteEnbRrc::GetNewSrsConfigurationIndex().
| NS_LOG_COMPONENT_DEFINE | ( | "LteEnbRrc" | ) |