Headers for BlockAckRequest. More...
#include "ctrl-headers.h"
Public Member Functions | |
CtrlBAckRequestHeader () | |
~CtrlBAckRequestHeader () override | |
uint32_t | Deserialize (Buffer::Iterator start) override |
TypeId | GetInstanceTypeId () const override |
Get the most derived TypeId for this Object. More... | |
uint32_t | GetSerializedSize () const override |
uint16_t | GetStartingSequence () const |
Return the starting sequence number. More... | |
uint16_t | GetStartingSequenceControl () const |
Return the starting sequence control. More... | |
uint8_t | GetTidInfo () const |
Return the Traffic ID (TID). More... | |
BlockAckReqType | GetType () const |
Return the BlockAckRequest type. More... | |
bool | IsBasic () const |
Check if the current Ack Policy is Basic Block Ack (i.e. More... | |
bool | IsCompressed () const |
Check if the current Ack Policy is Compressed Block Ack and not multi-TID. More... | |
bool | IsExtendedCompressed () const |
Check if the current Ack Policy is Extended Compressed Block Ack. More... | |
bool | IsMultiTid () const |
Check if the current Ack Policy has Multi-TID Block Ack. More... | |
bool | MustSendHtImmediateAck () const |
Check if the current Ack Policy is immediate. More... | |
void | Print (std::ostream &os) const override |
void | Serialize (Buffer::Iterator start) const override |
void | SetHtImmediateAck (bool immediateAck) |
Enable or disable HT immediate Ack. More... | |
void | SetStartingSequence (uint16_t seq) |
Set the starting sequence number from the given raw sequence control field. More... | |
void | SetTidInfo (uint8_t tid) |
Set Traffic ID (TID). More... | |
void | SetType (BlockAckReqType type) |
Set the BlockAckRequest type. More... | |
Public Member Functions inherited from ns3::Header | |
~Header () override | |
virtual uint32_t | Deserialize (Buffer::Iterator start)=0 |
Deserialize the object from a buffer iterator. More... | |
virtual uint32_t | Deserialize (Buffer::Iterator start, Buffer::Iterator end) |
Deserialize the object from a buffer iterator. More... | |
Public Member Functions inherited from ns3::Chunk | |
virtual uint32_t | Deserialize (Buffer::Iterator start, Buffer::Iterator end) |
Deserialize the object from a buffer iterator. More... | |
Public Member Functions inherited from ns3::ObjectBase | |
virtual | ~ObjectBase () |
Virtual destructor. More... | |
void | GetAttribute (std::string name, AttributeValue &value) const |
Get the value of an attribute, raising fatal errors if unsuccessful. More... | |
bool | GetAttributeFailSafe (std::string name, AttributeValue &value) const |
Get the value of an attribute without raising errors. More... | |
void | SetAttribute (std::string name, const AttributeValue &value) |
Set a single attribute, raising fatal errors if unsuccessful. More... | |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
Set a single attribute without raising errors. More... | |
bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
Connect a TraceSource to a Callback with a context. More... | |
bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
Connect a TraceSource to a Callback without a context. More... | |
bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
Disconnect from a TraceSource a Callback previously connected with a context. More... | |
bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Disconnect from a TraceSource a Callback previously connected without a context. More... | |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Get the type ID. More... | |
Static Public Member Functions inherited from ns3::Header | |
static TypeId | GetTypeId () |
Get the type ID. More... | |
Static Public Member Functions inherited from ns3::Chunk | |
static TypeId | GetTypeId () |
Get the type ID. More... | |
Static Public Member Functions inherited from ns3::ObjectBase | |
static TypeId | GetTypeId () |
Get the type ID. More... | |
Private Member Functions | |
uint16_t | GetBarControl () const |
Return the Block Ack control. More... | |
void | SetBarControl (uint16_t bar) |
Set the Block Ack control. More... | |
void | SetStartingSequenceControl (uint16_t seqControl) |
Set the starting sequence control with the given sequence control value. More... | |
Private Attributes | |
bool | m_barAckPolicy |
The LSB bit of the BAR control field is used only for the HT (High Throughput) delayed block ack configuration. More... | |
BlockAckReqType | m_barType |
BAR type. More... | |
uint16_t | m_startingSeq |
starting seq More... | |
uint16_t | m_tidInfo |
TID info. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ns3::ObjectBase | |
void | ConstructSelf (const AttributeConstructionList &attributes) |
Complete construction of ObjectBase; invoked by derived classes. More... | |
virtual void | NotifyConstructionCompleted () |
Notifier called once the ObjectBase is fully constructed. More... | |
Related Functions inherited from ns3::ObjectBase | |
static TypeId | GetObjectIid () |
Ensure the TypeId for ObjectBase gets fully configured to anchor the inheritance tree properly. More... | |
Headers for BlockAckRequest.
802.11n standard includes three types of BlockAck:
Definition at line 51 of file ctrl-headers.h.
ns3::CtrlBAckRequestHeader::CtrlBAckRequestHeader | ( | ) |
Definition at line 39 of file ctrl-headers.cc.
|
override |
Definition at line 45 of file ctrl-headers.cc.
|
overridevirtual |
start | an iterator which points to where the header should read from. |
This method is used by Packet::RemoveHeader to re-create a header from the byte buffer of a packet. The data read is expected to match bit-for-bit the representation of this header in real networks.
Note that data is not actually removed from the buffer to which the iterator points. Both Packet::RemoveHeader() and Packet::PeekHeader() call Deserialize(), but only the RemoveHeader() has additional statements to remove the header bytes from the underlying buffer and associated metadata.
Implements ns3::Header.
Definition at line 115 of file ctrl-headers.cc.
References ns3::BlockAckReqType::BASIC, ns3::BlockAckReqType::COMPRESSED, ns3::BlockAckReqType::EXTENDED_COMPRESSED, ns3::Buffer::Iterator::GetDistanceFrom(), m_barType, ns3::BlockAckReqType::m_variant, ns3::BlockAckReqType::MULTI_TID, NS_FATAL_ERROR, ns3::Buffer::Iterator::ReadLsbtohU16(), SetBarControl(), SetStartingSequenceControl(), and two-ray-to-three-gpp-ch-calibration::start.
Referenced by ns3::CtrlTriggerUserInfoField::Deserialize().
|
private |
Return the Block Ack control.
Definition at line 137 of file ctrl-headers.cc.
References ns3::BlockAckReqType::BASIC, ns3::BlockAckReqType::COMPRESSED, ns3::BlockAckReqType::EXTENDED_COMPRESSED, m_barType, m_tidInfo, ns3::BlockAckReqType::m_variant, ns3::BlockAckReqType::MULTI_TID, NS_FATAL_ERROR, and two-ray-to-three-gpp-ch-calibration::res.
Referenced by Serialize().
|
overridevirtual |
Get the most derived TypeId for this Object.
This method is typically implemented by ns3::Object::GetInstanceTypeId but some classes which derive from ns3::ObjectBase directly have to implement it themselves.
Implements ns3::ObjectBase.
Definition at line 60 of file ctrl-headers.cc.
References GetTypeId().
|
overridevirtual |
This method is used by Packet::AddHeader to store a header into the byte buffer of a packet. This method should return the number of bytes which are needed to store the full header data by Serialize.
Implements ns3::Header.
Definition at line 72 of file ctrl-headers.cc.
References ns3::BlockAckReqType::BASIC, ns3::BlockAckReqType::COMPRESSED, ns3::BlockAckReqType::EXTENDED_COMPRESSED, m_barType, m_tidInfo, ns3::BlockAckReqType::m_variant, ns3::BlockAckReqType::MULTI_TID, and NS_FATAL_ERROR.
Referenced by ns3::GetBlockAckRequestSize(), ns3::CtrlTriggerUserInfoField::GetSerializedSize(), and ns3::CtrlTriggerUserInfoField::Serialize().
uint16_t ns3::CtrlBAckRequestHeader::GetStartingSequence | ( | ) | const |
Return the starting sequence number.
Definition at line 240 of file ctrl-headers.cc.
References m_startingSeq.
Referenced by ns3::HtFrameExchangeManager::GetBar(), ns3::HeFrameExchangeManager::ReceiveMpdu(), and ns3::HtFrameExchangeManager::ReceiveMpdu().
uint16_t ns3::CtrlBAckRequestHeader::GetStartingSequenceControl | ( | ) | const |
Return the starting sequence control.
Definition at line 185 of file ctrl-headers.cc.
References m_startingSeq.
Referenced by Serialize().
uint8_t ns3::CtrlBAckRequestHeader::GetTidInfo | ( | ) | const |
Return the Traffic ID (TID).
Definition at line 233 of file ctrl-headers.cc.
References m_tidInfo.
Referenced by ns3::HtFrameExchangeManager::GetBar(), ns3::GetTid(), ns3::HtFrameExchangeManager::MissedBlockAck(), ns3::HeFrameExchangeManager::ReceiveMpdu(), ns3::HtFrameExchangeManager::ReceiveMpdu(), and ns3::BlockAckManager::ScheduleBar().
BlockAckReqType ns3::CtrlBAckRequestHeader::GetType | ( | ) | const |
Return the BlockAckRequest type.
Definition at line 209 of file ctrl-headers.cc.
References m_barType.
Referenced by ns3::CtrlTriggerUserInfoField::SetMuBarTriggerDepUserInfo().
|
static |
Get the type ID.
Definition at line 50 of file ctrl-headers.cc.
References ns3::TypeId::SetParent().
Referenced by GetInstanceTypeId().
bool ns3::CtrlBAckRequestHeader::IsBasic | ( | ) | const |
Check if the current Ack Policy is Basic Block Ack (i.e.
not multi-TID nor compressed).
Definition at line 246 of file ctrl-headers.cc.
References ns3::BlockAckReqType::BASIC, m_barType, and ns3::BlockAckReqType::m_variant.
bool ns3::CtrlBAckRequestHeader::IsCompressed | ( | ) | const |
Check if the current Ack Policy is Compressed Block Ack and not multi-TID.
Definition at line 252 of file ctrl-headers.cc.
References ns3::BlockAckReqType::COMPRESSED, m_barType, and ns3::BlockAckReqType::m_variant.
bool ns3::CtrlBAckRequestHeader::IsExtendedCompressed | ( | ) | const |
Check if the current Ack Policy is Extended Compressed Block Ack.
Definition at line 258 of file ctrl-headers.cc.
References ns3::BlockAckReqType::EXTENDED_COMPRESSED, m_barType, and ns3::BlockAckReqType::m_variant.
bool ns3::CtrlBAckRequestHeader::IsMultiTid | ( | ) | const |
Check if the current Ack Policy has Multi-TID Block Ack.
Definition at line 264 of file ctrl-headers.cc.
References m_barType, ns3::BlockAckReqType::m_variant, and ns3::BlockAckReqType::MULTI_TID.
Referenced by ns3::HeFrameExchangeManager::ReceiveMpdu(), and ns3::HtFrameExchangeManager::ReceiveMpdu().
bool ns3::CtrlBAckRequestHeader::MustSendHtImmediateAck | ( | ) | const |
Check if the current Ack Policy is immediate.
Definition at line 227 of file ctrl-headers.cc.
References m_barAckPolicy.
|
overridevirtual |
os | output stream This method is used by Packet::Print to print the content of a header as ascii data to a c++ output stream. Although the header is free to format its output as it wishes, it is recommended to follow a few rules to integrate with the packet pretty printer: start with flags, small field values located between a pair of parens. Values should be separated by whitespace. Follow the parens with the important fields, separated by whitespace. i.e.: (field1 val1 field2 val2 field3 val3) field4 val4 field5 val5 |
Implements ns3::Header.
Definition at line 66 of file ctrl-headers.cc.
References m_startingSeq, and m_tidInfo.
|
overridevirtual |
start | an iterator which points to where the header should be written. |
This method is used by Packet::AddHeader to store a header into the byte buffer of a packet. The data written is expected to match bit-for-bit the representation of this header in a real network.
Implements ns3::Header.
Definition at line 94 of file ctrl-headers.cc.
References ns3::BlockAckReqType::BASIC, ns3::BlockAckReqType::COMPRESSED, ns3::BlockAckReqType::EXTENDED_COMPRESSED, GetBarControl(), GetStartingSequenceControl(), m_barType, ns3::BlockAckReqType::m_variant, ns3::BlockAckReqType::MULTI_TID, NS_FATAL_ERROR, two-ray-to-three-gpp-ch-calibration::start, and ns3::Buffer::Iterator::WriteHtolsbU16().
Referenced by ns3::CtrlTriggerUserInfoField::Serialize().
|
private |
Set the Block Ack control.
bar | the BAR control value |
Definition at line 162 of file ctrl-headers.cc.
References ns3::BlockAckReqType::BASIC, ns3::BlockAckReqType::COMPRESSED, ns3::BlockAckReqType::EXTENDED_COMPRESSED, m_barAckPolicy, m_barType, m_tidInfo, ns3::BlockAckReqType::m_variant, and ns3::BlockAckReqType::MULTI_TID.
Referenced by Deserialize().
void ns3::CtrlBAckRequestHeader::SetHtImmediateAck | ( | bool | immediateAck | ) |
Enable or disable HT immediate Ack.
immediateAck | enable or disable HT immediate Ack |
Definition at line 197 of file ctrl-headers.cc.
References m_barAckPolicy.
void ns3::CtrlBAckRequestHeader::SetStartingSequence | ( | uint16_t | seq | ) |
Set the starting sequence number from the given raw sequence control field.
seq | the raw sequence control |
Definition at line 221 of file ctrl-headers.cc.
References m_startingSeq.
Referenced by ns3::HtFrameExchangeManager::GetBar(), ns3::BlockAckManager::GetBlockAckReqHeader(), and TestUlOfdmaPowerControl::SendMuBar().
|
private |
Set the starting sequence control with the given sequence control value.
seqControl | the sequence control value |
Definition at line 191 of file ctrl-headers.cc.
References m_startingSeq.
Referenced by Deserialize().
void ns3::CtrlBAckRequestHeader::SetTidInfo | ( | uint8_t | tid | ) |
Set Traffic ID (TID).
tid | the TID |
Definition at line 215 of file ctrl-headers.cc.
References m_tidInfo.
Referenced by ns3::BlockAckManager::GetBlockAckReqHeader(), and TestUlOfdmaPowerControl::SendMuBar().
void ns3::CtrlBAckRequestHeader::SetType | ( | BlockAckReqType | type | ) |
Set the BlockAckRequest type.
type | the BlockAckRequest type |
Definition at line 203 of file ctrl-headers.cc.
References m_barType, and check-style-clang-format::type.
Referenced by ns3::BlockAckManager::GetBlockAckReqHeader(), ns3::GetBlockAckRequestSize(), ns3::GetMuBarSize(), and TestUlOfdmaPowerControl::SendMuBar().
|
private |
The LSB bit of the BAR control field is used only for the HT (High Throughput) delayed block ack configuration.
For now only non HT immediate BlockAck is implemented so this field is here only for a future implementation of HT delayed variant. bar ack policy
Definition at line 184 of file ctrl-headers.h.
Referenced by MustSendHtImmediateAck(), SetBarControl(), and SetHtImmediateAck().
|
private |
BAR type.
Definition at line 185 of file ctrl-headers.h.
Referenced by Deserialize(), GetBarControl(), GetSerializedSize(), GetType(), IsBasic(), IsCompressed(), IsExtendedCompressed(), IsMultiTid(), Serialize(), SetBarControl(), and SetType().
|
private |
starting seq
Definition at line 187 of file ctrl-headers.h.
Referenced by GetStartingSequence(), GetStartingSequenceControl(), Print(), SetStartingSequence(), and SetStartingSequenceControl().
|
private |
TID info.
Definition at line 186 of file ctrl-headers.h.
Referenced by GetBarControl(), GetSerializedSize(), GetTidInfo(), Print(), SetBarControl(), and SetTidInfo().