MCPcopy 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
190void L3Alerting::writeBody(L3Frame &dest, size_t &wp) const
191{
192 if (mHaveProgress) mProgress.writeTLV(0x1E,dest,wp);
193 ccCommonWrite(dest,wp);
194}
195
196void L3Alerting::parseBody(const L3Frame& src, size_t &rp)
197{

Callers

nothing calls this directly

Calls 3

writeTLVMethod · 0.80
writeLVMethod · 0.80
writeVMethod · 0.45

Tested by

no test coverage detected