MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / chanEnqueueFrame

Method chanEnqueueFrame

Control/L3LogicalChannel.cpp:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341void 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.

Callers 1

serviceLoopMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected