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

Method writeBody

GSM/GSML3MMMessages.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void L3LocationUpdatingAccept::writeBody( L3Frame &dest, size_t &wp ) const
167{
168 mLAI.writeV(dest, wp);
169 if (mHaveMobileIdentity) mMobileIdentity.writeTLV(0x17,dest,wp);
170 if (mFollowOnProceed) dest.writeField(wp,0xa1,8); // IEI is A1
171}
172
173void L3LocationUpdatingAccept::text(ostream& os) const
174{

Callers

nothing calls this directly

Calls 5

writeTLVMethod · 0.80
writeTVMethod · 0.80
writeVMethod · 0.45
writeFieldMethod · 0.45
lengthVMethod · 0.45

Tested by

no test coverage detected