View | Details | Raw Unified | Return to bug 1365
Collapse All | Expand All

(-)a/src/wimax/model/wimax-mac-queue.h (-1 / +3 lines)
 Lines 117-123    Link Here 
117
  void SetFragmentation (MacHeaderType::HeaderType packetType);
117
  void SetFragmentation (MacHeaderType::HeaderType packetType);
118
  void SetFragmentNumber (MacHeaderType::HeaderType packetType);
118
  void SetFragmentNumber (MacHeaderType::HeaderType packetType);
119
  void SetFragmentOffset (MacHeaderType::HeaderType packetType, uint32_t offset);
119
  void SetFragmentOffset (MacHeaderType::HeaderType packetType, uint32_t offset);
120
private:
120
121
  struct QueueElement
121
  struct QueueElement
122
  {
122
  {
123
    QueueElement (void);
123
    QueueElement (void);
 Lines 146-151    Link Here 
146
    void SetFragmentOffset (uint32_t offset);
146
    void SetFragmentOffset (uint32_t offset);
147
  };
147
  };
148
148
149
private:
150
149
  /*
151
  /*
150
   In the case of non-UGS service flows at the SS side the queue will store both data packets
152
   In the case of non-UGS service flows at the SS side the queue will store both data packets
151
   and bandwidth request packets. The two are distinguished by their headers. The below two functions
153
   and bandwidth request packets. The two are distinguished by their headers. The below two functions

Return to bug 1365