aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gprs_llc.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-17Merge commit 'upstream/0.9.14'Jonathan Santos1-2/+2
2011-08-17New upstream version 0.9.14upstream/0.9.14Jonathan Santos1-2/+2
2011-07-21gprs: Reset LLC state when Timer 3350 expiresJonathan Santos1-0/+1
This works around a problem that occurs if a mobile loses packet data connectivity, e.g. moves out of coverage or switches over to a circuit-switched call, while a data transfer is occurring. The mobile would reset its LLC state, causing it to be unsynchronized with the SGSN. Therefore the SGSN would drop incoming frames until the sequence numbers matched. This workaround resets the LLC state in the SGSN if T3350 expires, indicating that Routing Area Updating Request, Attach Request, or P-TMSI Realloc Command has failed.
2011-06-23gprs: Suspend user data transmission during Routing Area UpdatingJonathan Santos1-0/+4
TS 24.008 version 9.5.0 Release 9 sec 4.7.5: In A/Gb mode, user data transmission in the MS shall be suspended during the routing area updating procedure, except if the routing area updating procedure is triggered by a PS handover procedure as described in 3GPP TS 43.129 [113]; user data reception shall be possible. User data transmission in the network may be suspended during the routing area updating procedure.
2011-05-25Import upstream version 0.9.13upstream/0.9.13Jonathan Santos1-0/+162