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

Method parseBody

GSM/GSML3CCMessages.cpp:196–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void L3Alerting::parseBody(const L3Frame& src, size_t &rp)
197{
198 ccCommonParse(src,rp);
199 mHaveProgress = mProgress.parseTLV(0x1E,src,rp);
200 ccCommonParse(src,rp);
201 // ignore the rest
202}
203
204void L3Alerting::text(ostream& os) const
205{

Callers

nothing calls this directly

Calls 5

parseTLVMethod · 0.80
readFieldMethod · 0.80
sizeMethod · 0.45
parseLVMethod · 0.45
parseVMethod · 0.45

Tested by

no test coverage detected