Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
void 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
70
static void truncateredundant(char *str, int len)
Callers
1
writeBody
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected