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

Method parseBody

GSM/GSML3MMMessages.cpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125void L3LocationUpdatingRequest::parseBody( const L3Frame &src, size_t &rp )
126{
127 mCKSN = src.readField(rp,4);
128 mUpdateType = src.readField(rp,4);
129 mLAI.parseV(src,rp);
130 mClassmark.parseV(src,rp);
131 mMobileIdentity.parseLV(src, rp);
132}
133
134
135void L3LocationUpdatingRequest::text(ostream& os) const

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected