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

Method ccCommonWrite

GSM/GSML3CCMessages.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void L3CCCommonIEs::ccCommonWrite(L3Frame &dest, size_t &wp) const
177{
178 if (mHaveFacility) mFacility.writeTLV(0x1c,dest,wp);
179 if (mHaveSSVersion) mSSVersion.writeTLV(0x7f,dest,wp);
180}
181
182size_t L3Alerting::l2BodyLength() const
183{

Callers

nothing calls this directly

Calls 1

writeTLVMethod · 0.80

Tested by

no test coverage detected