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

Method parseBody

GSM/GSML3RRMessages.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void L3Message::parseBody(const L3Frame&, size_t&)
45{
46 LOG(ERR) << "not implemented for " << MTI();
47 assert(0);
48}
49
50
51const char *L3RRMessage::name(MessageType mt)

Callers

nothing calls this directly

Calls 7

ByteVectorClass · 0.85
readFieldMethod · 0.80
segmentMethod · 0.80
parseTLVMethod · 0.80
parseLVMethod · 0.45
parseVMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected