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

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

Return to bug 1104