aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_llc.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-16GRPS LLC: Fix TLLI change: Use caller-supplied old_tlli!laforge/santosHarald Welte1-1/+1
2011-10-16gprs: Reset LLC state when Timer 3350 expiresJonathan Santos1-0/+24
2011-10-16gprs: Suspend user data transmission during Routing Area UpdatingJonathan Santos1-0/+18
2011-10-16gprs: Fix bug where SGSN was sending all LLC UI frames with N(U)=0Jonathan Santos1-1/+1
2011-10-16GPRS LLC: fix compiler warningHarald Welte1-1/+1
2011-10-16LLC: Add minimal LLGMM-RESET.req implementationHarald Welte1-11/+67
2011-10-14gprs: Fix various compiler warningsHolger Hans Peter Freyther1-2/+2
2011-07-27LLC: Fix format stringDieter Spaar1-1/+1
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-4/+4
2011-01-01[SGSN] Fix processing of RA Update Request regarding TLLIHarald Welte1-0/+21
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-07-03gprs/llc: Don't check FCS in gprs_llc_hdr_dumpSylvain Munaut1-2/+2
2010-07-02[SGSN] LLC: only copy Kc if algorithm != GPRS_ALGO_GEA0Harald Welte1-1/+2
2010-07-02[SGSN] LLC: Make sure we calculate FCS after decryptionHarald Welte1-10/+5
2010-07-02[SGSN] Use libosmocore GPRS encryption plugins from LLC layerHarald Welte1-8/+88
2010-07-02[SGSN] Call libosmocore helper to load cipher pluginsHarald Welte1-0/+5
2010-07-01[SGSN] Fix TLLI (re)assignmentsHarald Welte1-13/+18
2010-06-28[SGSN] LLC: properly free LLC entities at TLLI unassignmentHarald Welte1-0/+7
2010-06-23gprs: Fix LOGP misuse and specify LOGL_NOTICE as region.Holger Hans Peter Freyther1-1/+2
2010-06-03[GPRS] LLC: Implement per-SAPI default values for LLC parametersHarald Welte1-6/+81
2010-06-01[GPRS] hand SNDCP N-PDUs to the GTP to the GGSNHarald Welte1-4/+15
2010-06-01[GPRS] Major LLC / TLLI handling fixesHarald Welte1-36/+119
2010-05-31[GPRS] Include IMSI and DRX params in BSSGP DL-UDHarald Welte1-3/+4
2010-05-30[GPRS] LLC: Increment V(U) and N(U)Harald Welte1-0/+4
2010-05-23gprs: Cast the lh to uint_8* and make the other method non-constHolger Hans Peter Freyther1-2/+2
2010-05-23gprs: make gprs_llc_hdr_dump return void.Holger Hans Peter Freyther1-1/+1
2010-05-23gprs_llc.c: memset the llhp struct to be sure it is initialized.Holger Hans Peter Freyther1-0/+1
2010-05-18[GPRS] LLC: Fix logic to detect unknown TLLI/SAPIHarald Welte1-8/+10
2010-05-18[GPRS] LLC: print human-readable LLC command typeHarald Welte1-1/+17
2010-05-18[GPRS] LLC: Add VTY interface for LLCHarald Welte1-35/+1
2010-05-13[GPRS] LLC: Start using different log levelsHarald Welte1-4/+5
2010-05-13[GPRS] LLC: Use DLLC instead of DGPRSHarald Welte1-9/+9
2010-05-13[GPRS] LLC: Improve implementation compliance to specHarald Welte1-13/+42
2010-05-04[gprs] Move all GPRS related code to src/gprs subdirectoryHarald Welte1-0/+549