A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
edca-txop-n.h
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2 /*
3  * Copyright (c) 2006, 2009 INRIA
4  * Copyright (c) 2009 MIRKO BANCHI
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation;
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18  *
19  * Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
20  * Author: Mirko Banchi <mk.banchi@gmail.com>
21  */
22 #ifndef EDCA_TXOP_N_H
23 #define EDCA_TXOP_N_H
24 
25 #include "ns3/object.h"
26 #include "ns3/mac48-address.h"
27 #include "ns3/packet.h"
28 
29 #include "wifi-mode.h"
30 #include "wifi-mac-header.h"
31 #include "wifi-remote-station-manager.h"
32 #include "qos-utils.h"
33 #include "dcf.h"
34 #include "ctrl-headers.h"
35 #include "block-ack-manager.h"
36 
37 #include <map>
38 #include <list>
39 
40 namespace ns3 {
41 
42 class DcfState;
43 class DcfManager;
44 class MacLow;
45 class MacTxMiddle;
46 class WifiMac;
47 class WifiMacParameters;
48 class WifiMacQueue;
49 class RandomStream;
50 class QosBlockedDestinations;
51 class MsduAggregator;
52 class MgtAddBaResponseHeader;
53 class BlockAckManager;
54 class MgtDelBaHeader;
55 
56 enum TypeOfStation
57 {
58  STA,
59  AP,
60  ADHOC_STA,
61  MESH
62 };
63 
64 
77 class EdcaTxopN : public Dcf
78 {
79 public:
82 
83  static TypeId GetTypeId (void);
84  EdcaTxopN ();
85  virtual ~EdcaTxopN ();
86  void DoDispose ();
87 
88  void SetLow (Ptr<MacLow> low);
89  void SetTxMiddle (MacTxMiddle *txMiddle);
90  void SetManager (DcfManager *manager);
91  void SetTxOkCallback (TxOk callback);
92  void SetTxFailedCallback (TxFailed callback);
93  void SetWifiRemoteStationManager (Ptr<WifiRemoteStationManager> remoteManager);
94  void SetTypeOfStation (enum TypeOfStation type);
95  enum TypeOfStation GetTypeOfStation (void) const;
96 
97  Ptr<WifiMacQueue > GetQueue () const;
98  virtual void SetMinCw (uint32_t minCw);
99  virtual void SetMaxCw (uint32_t maxCw);
100  virtual void SetAifsn (uint32_t aifsn);
101  virtual uint32_t GetMinCw (void) const;
102  virtual uint32_t GetMaxCw (void) const;
103  virtual uint32_t GetAifsn (void) const;
104 
105  Ptr<MacLow> Low (void);
106  Ptr<MsduAggregator> GetMsduAggregator (void) const;
107 
108  /* dcf notifications forwarded here */
109  bool NeedsAccess (void) const;
110  void NotifyAccessGranted (void);
111  void NotifyInternalCollision (void);
112  void NotifyCollision (void);
116  void NotifyChannelSwitching (Time duration);
117  void NotifyChannelSensing (void);
118 
119  /*event handlers*/
120  void GotCts (double snr, WifiMode txMode);
121  void MissedCts (void);
122  void GotAck (double snr, WifiMode txMode);
123  void GotBlockAck (const CtrlBAckResponseHeader *blockAck, Mac48Address recipient);
124  void MissedBlockAck (void);
125  void GotAddBaResponse (const MgtAddBaResponseHeader *respHdr, Mac48Address recipient);
126  void GotDelBaFrame (const MgtDelBaHeader *delBaHdr, Mac48Address recipient);
127  void MissedAck (void);
128  void StartNext (void);
129  void Cancel (void);
130  void EndTxNoAck (void);
131 
132  void RestartAccessIfNeeded (void);
133  void StartAccessIfNeeded (void);
134  bool NeedRts (void);
135  bool NeedRtsRetransmission (void);
136  bool NeedDataRetransmission (void);
137  bool NeedFragmentation (void) const;
138  uint32_t GetNextFragmentSize (void);
139  uint32_t GetFragmentSize (void);
140  uint32_t GetFragmentOffset (void);
141  bool IsLastFragment (void) const;
142  void NextFragment (void);
143  Ptr<Packet> GetFragmentPacket (WifiMacHeader *hdr);
144 
145  void SetAccessCategory (enum AcIndex ac);
146  void Queue (Ptr<const Packet> packet, const WifiMacHeader &hdr);
147  void SetMsduAggregator (Ptr<MsduAggregator> aggr);
148  void PushFront (Ptr<const Packet> packet, const WifiMacHeader &hdr);
149  void CompleteConfig (void);
150  void SetBlockAckThreshold (uint8_t threshold);
151  uint8_t GetBlockAckThreshold (void) const;
152  void SetBlockAckInactivityTimeout (uint16_t timeout);
153  void SendDelbaFrame (Mac48Address addr, uint8_t tid, bool byOriginator);
154 
163  int64_t AssignStreams (int64_t stream);
164 
165 private:
166  void DoInitialize ();
177  Mac48Address MapDestAddressForAggregation (const WifiMacHeader &hdr);
178  EdcaTxopN &operator = (const EdcaTxopN &);
179  EdcaTxopN (const EdcaTxopN &);
180 
181  /* If number of packets in the queue reaches m_blockAckThreshold value, an ADDBARequest frame
182  * is sent to destination in order to setup a block ack.
183  */
184  bool SetupBlockAckIfNeeded ();
185  /* Sends an ADDBARequest to establish a block ack agreement with sta
186  * addressed by <i>recipient</i> for tid <i>tid</i>.
187  */
188  void SendAddBaRequest (Mac48Address recipient, uint8_t tid, uint16_t startSeq,
189  uint16_t timeout, bool immediateBAck);
190  /* After that all packets, for which a block ack agreement was established, have been
191  * transmitted, we have to send a block ack request.
192  */
193  void SendBlockAckRequest (const struct Bar &bar);
194  /* For now is typically invoked to complete transmission of a packets sent with ack policy
195  * Block Ack: the packet is buffered and dcf is reset.
196  */
197  void CompleteTx (void);
198  /* Verifies if dequeued packet has to be transmitted with ack policy Block Ack. This happens
199  * if an established block ack agreement exists with the receiver.
200  */
201  void VerifyBlockAck (void);
202 
203  AcIndex m_ac;
204  class Dcf;
205  class TransmissionListener;
206  class BlockAckEventListener;
207  friend class Dcf;
208  friend class TransmissionListener;
209  Dcf *m_dcf;
210  DcfManager *m_manager;
211  Ptr<WifiMacQueue> m_queue;
212  TxOk m_txOkCallback;
213  TxFailed m_txFailedCallback;
214  Ptr<MacLow> m_low;
215  MacTxMiddle *m_txMiddle;
216  TransmissionListener *m_transmissionListener;
217  BlockAckEventListener *m_blockAckListener;
218  RandomStream *m_rng;
219  Ptr<WifiRemoteStationManager> m_stationManager;
220  uint8_t m_fragmentNumber;
221 
222  /* current packet could be a simple MSDU or, if an aggregator for this queue is
223  present, could be an A-MSDU.
224  */
225  Ptr<const Packet> m_currentPacket;
226 
227  WifiMacHeader m_currentHdr;
228  Ptr<MsduAggregator> m_aggregator;
229  TypeOfStation m_typeOfStation;
230  QosBlockedDestinations *m_qosBlockedDestinations;
231  BlockAckManager *m_baManager;
232  /*
233  * Represents the minimum number of packets for use of block ack.
234  */
235  uint8_t m_blockAckThreshold;
236  enum BlockAckType m_blockAckType;
237  Time m_currentPacketTimestamp;
238  uint16_t m_blockAckInactivityTimeout;
239  struct Bar m_currentBar;
240 };
241 
242 } // namespace ns3
243 
244 #endif /* EDCA_TXOP_N_H */
keep track of time unit.
Definition: nstime.h:149
smart pointer class similar to boost::intrusive_ptr
Definition: ptr.h:59
void NotifyChannelSwitching(Time duration)
Definition: edca-txop-n.cc:555
Block Ack Request.
represent a single transmission modeA WifiMode is implemented by a single integer which is used to lo...
Definition: wifi-mode.h:88
Abstract base class for packet Queues.
Definition: queue.h:45
Manage a set of ns3::DcfStateHandle a set of independent ns3::DcfState, each of which represents a si...
Definition: dcf-manager.h:175
Headers for Block ack response.
Definition: ctrl-headers.h:102
int64_t AssignStreams(int64_t stream)
an EUI-48 address
Definition: mac48-address.h:41
Manages all block ack agreements for an originator station.
a unique identifier for an interface.
Definition: type-id.h:44
AcIndex
Definition: qos-utils.h:35
Mac48Address MapSrcAddressForAggregation(const WifiMacHeader &hdr)
Definition: edca-txop-n.cc:842