#include <Cellular.h>

Data Structures | |
| struct | stru_BS_CDMA_Var |
| struct | stru_BS_GSM_Var |
Data Fields | |
| struct stru_Cellular_BaseStation_Mac::stru_BS_GSM_Var | GSMVar |
| struct stru_Cellular_BaseStation_Mac::stru_BS_CDMA_Var | CDMAVar |
| double | dChannelDataRate |
| double | dBTSRange |
| char * | szMultipleAccessTechnology |
| char * | szSpeechCoding |
| unsigned int | nChannelCount |
| unsigned int | nAllocatedChannel |
| unsigned int | nFreeChannel |
| unsigned int | nRACHChannel |
| unsigned int | nTrafficChannel |
| struct stru_Cellular_ChannelList * | pstruChannelList |
Data structure for base station MAC layer
Definition at line 148 of file Cellular.h.
| double stru_Cellular_BaseStation_Mac::dBTSRange |
Definition at line 165 of file Cellular.h.
| double stru_Cellular_BaseStation_Mac::dChannelDataRate |
Definition at line 164 of file Cellular.h.
| unsigned int stru_Cellular_BaseStation_Mac::nAllocatedChannel |
Definition at line 171 of file Cellular.h.
| unsigned int stru_Cellular_BaseStation_Mac::nChannelCount |
Definition at line 170 of file Cellular.h.
| unsigned int stru_Cellular_BaseStation_Mac::nFreeChannel |
Definition at line 172 of file Cellular.h.
| unsigned int stru_Cellular_BaseStation_Mac::nRACHChannel |
Definition at line 173 of file Cellular.h.
| unsigned int stru_Cellular_BaseStation_Mac::nTrafficChannel |
Definition at line 174 of file Cellular.h.
| struct stru_Cellular_ChannelList* stru_Cellular_BaseStation_Mac::pstruChannelList |
Definition at line 175 of file Cellular.h.
| char* stru_Cellular_BaseStation_Mac::szMultipleAccessTechnology |
Definition at line 166 of file Cellular.h.
| char* stru_Cellular_BaseStation_Mac::szSpeechCoding |
Definition at line 167 of file Cellular.h.