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

Method tail

GPRS/ByteVector.h:255–255  ·  view source on GitHub ↗

const ByteVector headTemp(size_t span) const { return segmentTemp(0,span); }

Source from the content-addressed store, hash-verified

253 ByteVector head(size_t span) const { return segment(0,span); }
254 //const ByteVector headTemp(size_t span) const { return segmentTemp(0,span); }
255 ByteVector tail(size_t start) const { return segment(start,size()-start); }
256 //const ByteVector tailTemp(size_t start) const { return segmentTemp(start,size()-start); }
257
258 // GSM04.60 10.0b.3.1: Note that fields in RLC blocks use network order,

Callers 9

rrlpRecvMethod · 0.80
getPayloadMethod · 0.80
getBitVectorMethod · 0.80
engineUpAdvanceWindowMethod · 0.80
receiveUFrameUIMethod · 0.80
handleGoodFrameMethod · 0.80
encode7bitMethod · 0.80
parseMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected