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

Method parse

SMS/SMSMessages.cpp:261–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260
261void RPMessage::parse(const RLFrame& frame)
262{
263 size_t rp = 8;
264 // FIXME -- A consistency check of PD and MTI would be good.
265 mReference = frame.readField(rp,8);
266 parseBody(frame,rp);
267}
268
269
270void RPMessage::write(RLFrame& dest) const

Callers 4

parseSMSMethod · 0.45
hex2rpdataMethod · 0.45
parseTPDUMethod · 0.45
parseBodyMethod · 0.45

Calls 7

decodeGSMCharFunction · 0.85
readFieldMethod · 0.80
cloneMethod · 0.80
tailMethod · 0.80
parseVMethod · 0.45
timeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected