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

Method writeField

GPRS/MsgBase.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26static const unsigned fillPattern[8] = {0,0,1,0,1,0,1,1};
27
28void MsgCommonWrite::writeField(const ItemWithValueAndWidth&item,const char*)
29{
30 mResult.writeField(wp,item.getValue(),item.getWidth());
31}
32
33void MsgCommonWrite::writeField(uint64_t value, unsigned len, const char *, Type2Str)
34{

Callers 15

writeMACHeaderMethod · 0.45
writeMethod · 0.45
writeBodyMethod · 0.45
fakeablockFunction · 0.45
writeMethod · 0.45
writeVMethod · 0.45
writeMethod · 0.45
writeLVMethod · 0.45
writeTLVMethod · 0.45
writeTVMethod · 0.45
writeVMethod · 0.45
writeVMethod · 0.45

Calls 2

getValueMethod · 0.45
getWidthMethod · 0.45

Tested by

no test coverage detected