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

Method L3Frame

GSM/GSMTransfer.cpp:558–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556
557
558L3Frame::L3Frame(const L3Message& msg, Primitive wPrimitive, SAPI_t wSapi)
559 :BitVector(msg.bitsNeeded()),mPrimitive(wPrimitive),mSapi(wSapi),
560 mL2Length(msg.l2Length())
561{
562 msg.write(*this);
563}
564
565
566

Callers

nothing calls this directly

Calls 3

l2LengthMethod · 0.80
bitsNeededMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected