#include <Cellular.h>

Data Fields | |
| int | nProtocol |
| unsigned int | nBTSCount |
| unsigned int | nMSCount |
| NETSIM_ID * | BTSList |
| VLR ** | VLRList |
| MSC_GSM * | gsmVar |
Data structure for Mobile switching centre
Definition at line 178 of file Cellular.h.
| NETSIM_ID* stru_Cellular_MSC::BTSList |
Definition at line 183 of file Cellular.h.
| MSC_GSM* stru_Cellular_MSC::gsmVar |
Definition at line 185 of file Cellular.h.
| unsigned int stru_Cellular_MSC::nBTSCount |
Definition at line 181 of file Cellular.h.
| unsigned int stru_Cellular_MSC::nMSCount |
Definition at line 182 of file Cellular.h.
| int stru_Cellular_MSC::nProtocol |
Definition at line 180 of file Cellular.h.
| VLR** stru_Cellular_MSC::VLRList |
Definition at line 184 of file Cellular.h.