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

Method parse

GSM/GSML3Message.cpp:37–41  ·  view source on GitHub ↗

FIXME -- We actually should not be using this anymore.

Source from the content-addressed store, hash-verified

35
36// FIXME -- We actually should not be using this anymore.
37void L3Message::parse(const L3Frame& source)
38{
39 size_t rp = 16;
40 parseBody(source,rp);
41}
42
43
44void L3Message::write(L3Frame& dest) const

Callers 4

parseL3SupServFunction · 0.45
parseL3CCMethod · 0.45
parseL3MMMethod · 0.45
parseL3RRMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected