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

Method LlcFrameUI

SGSNGGSN/LLC.h:226–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224{
225 const char *typeName() { return "FrameUI"; }
226 LlcFrameUI(ByteVector &f) : LlcFrame(f) {}
227 unsigned getNU() { return getField2(controlOffset,5,9); } // frame number
228 bool getE() { return getField2(controlOffset+1,6,1); } // encryption bit
229 bool getPM() { return getField2(controlOffset+1,7,1); } // protected mode (crc data too?)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected