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

Method writeBody

GSM/GSML3RRMessages.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38void L3Message::writeBody(L3Frame&,size_t&) const
39{
40 LOG(ERR) << "not implemented for " << MTI();
41 assert(0);
42}
43
44void L3Message::parseBody(const L3Frame&, size_t&)
45{

Callers

nothing calls this directly

Calls 9

channelNeededCodeFunction · 0.85
writeLVMethod · 0.80
writeTLVMethod · 0.80
writeTVMethod · 0.80
sizeMethod · 0.45
writeFieldMethod · 0.45
writeVMethod · 0.45
writeLMethod · 0.45
writeBitsMethod · 0.45

Tested by

no test coverage detected