Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
void 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
writeBody
Method · 0.45
Calls
2
copyToSegment
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected