const ByteVector headTemp(size_t span) const { return segmentTemp(0,span); }
| 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, |
no outgoing calls
no test coverage detected