From faf1f64a2d0a54d37616a8bec8691346ab792cde Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 23 Jun 2011 17:53:27 -0400 Subject: gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged information GSM 04.64 8.4.2 asks to ignore UI frames if the DLCI is not known, or if the "(V(UR)- 32) <= N(U) < V(UR)". E.g. if we want to have V(UR) == 511 and this frame is dropped, we would ignore N(U)'s 0 to 510. Calculate the delta. The code is based on Jonathan Santos's "LLC UI window" fix but the issue was discovered independly. --- openbsc/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/.gitignore') diff --git a/openbsc/.gitignore b/openbsc/.gitignore index 37495cc91..04ebc2f8b 100644 --- a/openbsc/.gitignore +++ b/openbsc/.gitignore @@ -51,6 +51,7 @@ tests/mgcp/mgcp_test tests/sccp/sccp_test tests/sms/sms_test tests/timer/timer_test +tests/gprs/gprs_test tests/atconfig tests/package.m4 -- cgit v1.2.3