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

Method writeTV

GSM/GSML3Message.cpp:265–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void L3ProtocolElement::writeTV(unsigned IEI, L3Frame& dest, size_t &wp) const
266{
267 if (lengthV()==0) {
268 dest.writeField(wp,IEI,4);
269 writeV(dest,wp);
270 return;
271 }
272 dest.writeField(wp,IEI,8);
273 writeV(dest,wp);
274}
275
276
277void L3ProtocolElement::skipExtendedOctets( const L3Frame& source, size_t &rp )

Callers 3

writeBodyMethod · 0.80
writeBodyMethod · 0.80
writeBodyMethod · 0.80

Calls 1

writeFieldMethod · 0.45

Tested by

no test coverage detected