A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ff-mac-common.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  BuildBroadcastListElement_s
 See section 4.3.11 buildBroadcastListElement. More...
struct  BuildDataListElement_s
 See section 4.3.8 builDataListElement. More...
struct  BuildRarListElement_s
 See section 4.3.10 buildRARListElement. More...
struct  BwPart_s
 See section 4.3.28 bwPart. More...
struct  CqiConfig_s
 See section 4.3.19 cqiConfig. More...
struct  CqiListElement_s
 See section 4.3.24 cqiListElement. More...
struct  DlDciListElement_s
 See section 4.3.1 dlDciListElement. More...
struct  DlInfoListElement_s
 See section 4.3.23 dlInfoListElement. More...
struct  DrxConfig_s
 See section 4.3.16 drxConfig. More...
struct  HigherLayerSelected_s
 See section 4.3.27 higherLayerSelected. More...
struct  LogicalChannelConfigListElement_s
 See section 4.3.4 logicalChannelConfigListElement. More...
struct  MacCeListElement_s
 See section 4.3.14 macCEListElement. More...
struct  MacCeValue_u
 See section 4.3.15 macCEValue. More...
struct  PagingInfoListElement_s
 See section 4.3.30 pagingInfoListElement. More...
struct  PhichListElement_s
 See section 4.3.7 phichListElement. More...
struct  RachListElement_s
 See section 4.3.6 rachListElement. More...
struct  RlcPduListElement_s
 See section 4.3.9 rlcPDU_ListElement. More...
struct  SbMeasResult_s
 See section 4.3.25 sbMeasResult. More...
struct  SiConfiguration_s
 See section 4.3.21 siConfiguration. More...
struct  SiMessageListElement_s
 See section 4.3.22 siMessageListElement. More...
struct  SpsConfig_s
 See section 4.3.17 spsConfig. More...
struct  SrConfig_s
 See section 4.3.18 srConfig. More...
struct  SrListElement_s
 See section 4.3.13 srListElement. More...
struct  UeCapabilities_s
 See section 4.3.20 ueCapabilities. More...
struct  UeSelected_s
 See section 4.3.26 ueSelected. More...
struct  UlCqi_s
 See section 4.3.29 ulCQI. More...
struct  UlDciListElement_s
 See section 4.3.2 ulDciListElement. More...
struct  UlInfoListElement_s
 See section 4.3.12 ulInfoListElement. More...
struct  VendorSpecificListElement_s
 See section 4.3.3 vendorSpecifiListElement. More...

Macros

#define MAX_BUILD_BC_LIST   3
#define MAX_BUILD_DATA_LIST   30
#define MAX_BUILD_RAR_LIST   10
#define MAX_CQI_LIST   30
#define MAX_DCI_LIST   30
#define MAX_DL_INFO_LIST   30
#define MAX_HL_SB   25
#define MAX_LC_LIST   10
#define MAX_MAC_CE_LIST   30
#define MAX_MBSFN_CONFIG   5
#define MAX_NR_LCG   4
#define MAX_PHICH_LIST   30
#define MAX_RACH_LIST   30
#define MAX_RLC_PDU_LIST   30
#define MAX_SCHED_CFG_LIST   10
#define MAX_SI_MSG_LIST   32
#define MAX_SI_MSG_SIZE   65535
#define MAX_SINR_RB_LIST   100
#define MAX_SR_LIST   30
#define MAX_TB_LIST   2
#define MAX_UE_SELECTED_SB   6
#define MAX_UL_INFO_LIST   30

Enumerations

enum  CeBitmap_e { TA, DRX, CR }
enum  NormalExtended_e { normal, extended }
enum  Result_e { SUCCESS, FAILURE }
enum  SetupRelease_e { setup, release }

Macro Definition Documentation

#define MAX_BUILD_BC_LIST   3

Definition at line 34 of file ff-mac-common.h.

#define MAX_BUILD_DATA_LIST   30

Definition at line 32 of file ff-mac-common.h.

#define MAX_BUILD_RAR_LIST   10

Definition at line 33 of file ff-mac-common.h.

#define MAX_CQI_LIST   30

Definition at line 45 of file ff-mac-common.h.

Referenced by ns3::LteEnbMac::DoSubframeIndication().

#define MAX_DCI_LIST   30

Definition at line 36 of file ff-mac-common.h.

#define MAX_DL_INFO_LIST   30

Definition at line 31 of file ff-mac-common.h.

#define MAX_HL_SB   25

Definition at line 47 of file ff-mac-common.h.

#define MAX_LC_LIST   10

Definition at line 28 of file ff-mac-common.h.

Referenced by ns3::LteEnbMac::DoReceivePhyPdu().

#define MAX_MAC_CE_LIST   30

Definition at line 50 of file ff-mac-common.h.

#define MAX_MBSFN_CONFIG   5

Definition at line 41 of file ff-mac-common.h.

#define MAX_NR_LCG   4

Definition at line 40 of file ff-mac-common.h.

#define MAX_PHICH_LIST   30

Definition at line 37 of file ff-mac-common.h.

#define MAX_RACH_LIST   30

Definition at line 30 of file ff-mac-common.h.

#define MAX_RLC_PDU_LIST   30

Definition at line 39 of file ff-mac-common.h.

#define MAX_SCHED_CFG_LIST   10

Constants. See section 4.4

Definition at line 27 of file ff-mac-common.h.

#define MAX_SI_MSG_LIST   32

Definition at line 42 of file ff-mac-common.h.

#define MAX_SI_MSG_SIZE   65535

Definition at line 43 of file ff-mac-common.h.

#define MAX_SINR_RB_LIST   100

Definition at line 48 of file ff-mac-common.h.

#define MAX_SR_LIST   30

Definition at line 49 of file ff-mac-common.h.

#define MAX_TB_LIST   2

Definition at line 38 of file ff-mac-common.h.

#define MAX_UE_SELECTED_SB   6

Definition at line 46 of file ff-mac-common.h.

#define MAX_UL_INFO_LIST   30

Definition at line 35 of file ff-mac-common.h.

Enumeration Type Documentation

enum CeBitmap_e
Enumerator:
TA 
DRX 
CR 

Definition at line 65 of file ff-mac-common.h.

Enumerator:
normal 
extended 

Definition at line 72 of file ff-mac-common.h.

enum Result_e
Enumerator:
SUCCESS 
FAILURE 

Definition at line 53 of file ff-mac-common.h.

Enumerator:
setup 
release 

Definition at line 59 of file ff-mac-common.h.