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

Method skipLV

GSM/GSML3Message.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89
90size_t GSM::skipLV(const L3Frame& source, size_t& rp)
91{
92 if (rp==source.size()) return 0;
93 size_t base = rp;
94 size_t length = 8 * source.readField(rp,8);
95 rp += length;
96 return rp-base;
97}
98
99
100size_t GSM::skipTLV(unsigned IEI, const L3Frame& source, size_t& rp)

Callers

nothing calls this directly

Calls 2

readFieldMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected