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

Method writeHighSide

GSM/GSMSAPMux.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28void SAPMux::writeHighSide(const L2Frame& frame)
29{
30 // The SAP may or may not be present, depending on the channel type.
31 OBJLOG(DEBUG) << frame;
32 ScopedLock lock(mLock);
33 mDownstream->writeHighSide(frame);
34}
35
36
37

Callers 1

writeLowSideMethod · 0.45

Calls 3

SAPIMethod · 0.45
primitiveMethod · 0.45
writeLowSideMethod · 0.45

Tested by

no test coverage detected