MCPcopy 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
56void MsgCommonWrite::writeL()
57{
58 unsigned fillBit = fillPattern[wp%8]; // wp is in MsgCommon
59 writeField(fillBit,1);
60}
61
62void MsgCommonWrite::writeBitMap(bool*bitmap,unsigned bitmaplen, const char*name)
63{

Callers 1

writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected