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

Method receiveSFrame

GSM/GSML2LAPDm.cpp:742–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740
741
742void L2LAPDm::receiveSFrame(const L2Frame& frame)
743{
744 // Caller should hold mLock.
745 // See GSM 04.06 5.4.1.4.
746 mEstablishmentInProgress = false;
747 switch (frame.SFrameType()) {
748 case L2Control::RRFrame: receiveSFrameRR(frame); break;
749 case L2Control::REJFrame: receiveSFrameREJ(frame); break;
750 default: unexpectedMessage(); return;
751 }
752}
753
754
755void L2LAPDm::receiveSFrameRR(const L2Frame& frame) // RR == Receive Ready.

Callers

nothing calls this directly

Calls 1

SFrameTypeMethod · 0.80

Tested by

no test coverage detected