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

Method writeBitMap

GPRS/MsgBase.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void MsgCommonWrite::writeBitMap(bool*bitmap,unsigned bitmaplen, const char*name)
63{
64 for (unsigned i=0; i<bitmaplen; i++) {
65 writeField(bitmap[i],1,name);
66 }
67}
68
69#if 0
70static void truncateredundant(char *str, int len)

Callers 1

writeBodyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected