r4974 in private:

Fix the SMS sporadic delivery failure problem.

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@5170 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Kurtis Heimerl
2013-03-28 01:06:51 +00:00
parent f16b9a8e42
commit f3e56825e1

View File

@@ -647,6 +647,9 @@ void L2LAPDm::receiveUFrameUA(const L2Frame& frame)
// We sent DISC and the peer responded.
clearState();
break;
case LinkEstablished: // Pat added: This is probably just a duplicate SABM establishment acknowledgement.
// We could check more carefully if that is true, but who cares...
break;
default:
unexpectedMessage();
return;