Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void L3Message::writeBody(L3Frame&,size_t&) const
39
{
40
LOG(ERR) <<
"not implemented for "
<< MTI();
41
assert(0);
42
}
43
44
void L3Message::parseBody(const L3Frame&, size_t&)
45
{
Callers
nothing calls this directly
Calls
9
channelNeededCode
Function · 0.85
writeLV
Method · 0.80
writeTLV
Method · 0.80
writeTV
Method · 0.80
size
Method · 0.45
writeField
Method · 0.45
writeV
Method · 0.45
writeL
Method · 0.45
writeBits
Method · 0.45
Tested by
no test coverage detected