Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ writeBody
Method
writeBody
GSM/GSML3CCMessages.cpp:190–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
void L3Alerting::writeBody(L3Frame &dest, size_t &wp) const
191
{
192
if (mHaveProgress) mProgress.writeTLV(0x1E,dest,wp);
193
ccCommonWrite(dest,wp);
194
}
195
196
void L3Alerting::parseBody(const L3Frame& src, size_t &rp)
197
{
Callers
nothing calls this directly
Calls
3
writeTLV
Method · 0.80
writeLV
Method · 0.80
writeV
Method · 0.45
Tested by
no test coverage detected