mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-23 07:42:01 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user