Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ writeL
Method
writeL
GPRS/MsgBase.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
55
56
void MsgCommonWrite::writeL()
57
{
58
unsigned fillBit = fillPattern[wp%8]; // wp is in MsgCommon
59
writeField(fillBit,1);
60
}
61
62
void MsgCommonWrite::writeBitMap(bool*bitmap,unsigned bitmaplen, const char*name)
63
{
Callers
1
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected