|
|
| 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); |
|
|
| 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 |