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

Method writeTLV

GSM/GSML3Message.cpp:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void L3ProtocolElement::writeTLV(unsigned IEI, L3Frame& dest, size_t &wp) const
260{
261 dest.writeField(wp,IEI,8);
262 writeLV(dest,wp);
263}
264
265void L3ProtocolElement::writeTV(unsigned IEI, L3Frame& dest, size_t &wp) const
266{

Callers 5

writeBodyMethod · 0.80
ccCommonWriteMethod · 0.80
writeBodyMethod · 0.80
writeBodyMethod · 0.80
writeBodyMethod · 0.80

Calls 1

writeFieldMethod · 0.45

Tested by

no test coverage detected