| 339 | } |
| 340 | |
| 341 | void L3LogicalChannel::chanEnqueueFrame(L3Frame *frame) |
| 342 | { |
| 343 | ml3UplinkQ.write(frame); |
| 344 | } |
| 345 | |
| 346 | // When L3 wants to drop a channel, it must set a flag in the L3LogicalChannel, which will be queried here. |
| 347 | // Return false to drop the channel. |