|
ns-3
|
This class is used by the base station to store some information related to subscriber station in the cell. More...
#include <ss-record.h>
Public Member Functions | |
| SSRecord (Mac48Address macAddress) | |
| SSRecord (Mac48Address macAddress, Ipv4Address IPaddress) | |
| void | SetBasicCid (Cid basicCid) |
| Cid | GetBasicCid (void) const |
| void | SetPrimaryCid (Cid primaryCid) |
| Cid | GetPrimaryCid (void) const |
| void | SetMacAddress (Mac48Address macAddress) |
| Mac48Address | GetMacAddress (void) const |
| uint8_t | GetRangingCorrectionRetries (void) const |
| void | ResetRangingCorrectionRetries (void) |
| void | IncrementRangingCorrectionRetries (void) |
| uint8_t | GetInvitedRangRetries (void) const |
| void | ResetInvitedRangingRetries (void) |
| void | IncrementInvitedRangingRetries (void) |
| void | SetModulationType (WimaxPhy::ModulationType modulationType) |
| WimaxPhy::ModulationType | GetModulationType (void) const |
| void | SetRangingStatus (WimaxNetDevice::RangingStatus rangingStatus) |
| WimaxNetDevice::RangingStatus | GetRangingStatus (void) const |
| void | EnablePollForRanging (void) |
| void | DisablePollForRanging (void) |
| bool | GetPollForRanging (void) const |
| bool | GetAreServiceFlowsAllocated (void) const |
| void | SetPollMeBit (bool pollMeBit) |
| bool | GetPollMeBit (void) const |
| void | AddServiceFlow (ServiceFlow *serviceFlow) |
| std::vector< ServiceFlow * > | GetServiceFlows (enum ServiceFlow::SchedulingType schedulingType) const |
| bool | GetHasServiceFlowUgs (void) const |
| bool | GetHasServiceFlowRtps (void) const |
| bool | GetHasServiceFlowNrtps (void) const |
| bool | GetHasServiceFlowBe (void) const |
| void | SetSfTransactionId (uint16_t sfTransactionId) |
| uint16_t | GetSfTransactionId (void) const |
| void | SetDsaRspRetries (uint8_t dsaRspRetries) |
| void | IncrementDsaRspRetries (void) |
| uint8_t | GetDsaRspRetries (void) const |
| void | SetDsaRsp (DsaRsp dsaRsp) |
| DsaRsp | GetDsaRsp (void) const |
| void | SetIsBroadcastSS (bool) |
| bool | GetIsBroadcastSS (void) |
| Ipv4Address | GetIPAddress (void) |
| void | SetIPAddress (Ipv4Address IPaddress) |
| void | SetAreServiceFlowsAllocated (bool val) |
This class is used by the base station to store some information related to subscriber station in the cell.