![]() |
NetSim Source Code Help
|
CPE structure for IEEE 802.22 MAC. More...
#include <802_22.h>

Data Fields | |
| NETSIM_ID | nBSID |
| NETSIM_ID | nBSInterface |
| unsigned int | nSID:9 |
| Unique station idetifier. More... | |
| int | nDSXRequestRetries |
| 3 fixed More... | |
| int | nDSXResponseReties |
| 3 fixed More... | |
| double | T7 |
| Wait for DSA/DSC/DSD Response timeout. Max 1 sec. More... | |
| double | T8 |
| Wait for DSA/DSC Acknowledge timeout. Max 300 ms. More... | |
| double | T14 |
| Wait for DSx-RSP/DSX-RVD Timeout. Max 200 ms. More... | |
| double | T16 |
| Wait for bandwidth request grant. Min 10 ms. More... | |
| double | T29 |
| Wait for BLM-ACK timeout. Range 10-300 ms. More... | |
| int | nBLM_REPRetries |
| Number of retries allowed for sending BLMREP. Default 3. More... | |
| struct stru_802_22_CPE_BWRequestInfo * | BWRequestInfo |
| NetSim_PACKET * | pstruQueuedPacketList [MAX_FID] |
| CR_SERVICE * | pstruServiceParameter |
| NetSim_PACKET * | pstruUSBurst |
| NetSim_PACKET * | pstruFragmentPacketList |
| char | szCountryCode [4] |
| unsigned int | nMaxProbabilityofFalseAlarm |
| CPE_METRICS | struCPEMetrics |
| struct stru_802_22_CPE_BWRequestInfo* stru_802_22_CPE_MAC::BWRequestInfo |
| int stru_802_22_CPE_MAC::nBLM_REPRetries |
| unsigned int stru_802_22_CPE_MAC::nMaxProbabilityofFalseAlarm |
| unsigned int stru_802_22_CPE_MAC::nSID |
| NetSim_PACKET* stru_802_22_CPE_MAC::pstruFragmentPacketList |
| NetSim_PACKET* stru_802_22_CPE_MAC::pstruQueuedPacketList[MAX_FID] |
| CR_SERVICE* stru_802_22_CPE_MAC::pstruServiceParameter |
| NetSim_PACKET* stru_802_22_CPE_MAC::pstruUSBurst |
| CPE_METRICS stru_802_22_CPE_MAC::struCPEMetrics |
| double stru_802_22_CPE_MAC::T14 |
| double stru_802_22_CPE_MAC::T16 |
| double stru_802_22_CPE_MAC::T29 |
| double stru_802_22_CPE_MAC::T7 |
| double stru_802_22_CPE_MAC::T8 |