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

Method writeLV

GSM/GSML3Message.cpp:252–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251
252void L3ProtocolElement::writeLV(L3Frame& dest, size_t &wp) const
253{
254 unsigned len = lengthV();
255 dest.writeField(wp, len, 8);
256 if (len) writeV(dest, wp);
257}
258
259void L3ProtocolElement::writeTLV(unsigned IEI, L3Frame& dest, size_t &wp) const
260{

Callers 6

writeBodyMethod · 0.80
writeBodyMethod · 0.80
writeBodyMethod · 0.80
writeBodyMethod · 0.80
writeBodyMethod · 0.80
writeBodyMethod · 0.80

Calls 1

writeFieldMethod · 0.45

Tested by

no test coverage detected