aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/gprs_sgsn.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-11gprs: Also check tlli_new in sgsn_mm_ctx_by_tlliJonathan Santos1-2/+3
2011-07-31gprs: Fix premature TLLI changeJonathan Santos1-1/+0
During the GPRS Attach procedure, the SGSN was changing the TLLI to the new TLLI when sending the second Identity Request. This was caused by the sgsn_mm_ctx_by_tlli() function changing the TLLI. It is usually bad form to have a lookup function change values.
2011-07-31Revert "gprs: Fix bug that caused TLLI to change prematurely"Jonathan Santos1-0/+1
This reverts commit bd92172bf42c1589ded17d976dd0af3b90adc871.
2011-06-23gprs: Fix bug that caused TLLI to change prematurelyJonathan Santos1-1/+0
2011-05-25Import upstream version 0.9.13upstream/0.9.13Jonathan Santos1-0/+383