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

Method setSizeBits

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

Source from the content-addressed store, hash-verified

143 //mEnd=mStart+bytep; mBitInd=bitp;
144 }
145 void setSizeBits(size_t bits) {
146 BVASSERT((bits+7)/8 <= allocSize());
147 mSizeBits = bits;
148 //mEnd=mStart+(bits/8); mBitInd=bits%8;
149 }
150
151 // Concat unimplemented.
152 //ByteVector(const ByteVector& source1, const ByteVector source2);

Callers 1

rxFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected