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

Method writeV

SMS/SMSMessages.cpp:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void CPUserData::writeV(L3Frame& dest, size_t &wp) const
206{
207 unsigned numBits = mRPDU.size();
208 mRPDU.copyToSegment(dest,wp,numBits);
209 wp += numBits;
210}
211
212
213

Callers 1

writeBodyMethod · 0.45

Calls 2

copyToSegmentMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected