aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2010-07-02[SGSN] Account for re-transmitted PDP CTX ACT REQHarald Welte1-2/+11
2010-07-02[SGSN] SNDCP: Fix off-by-one error missing last segment in defragHarald Welte1-1/+1
2010-07-01[SGSN] SNDCP: more verbose defragmentation debuggingHarald Welte1-2/+8
2010-07-01[SGSN] Fix segfault when passing re-assembled SN-PDU to GMMHarald Welte3-8/+10
2010-07-01[SGSN] SNDCP: fix off-by-one error during defragmentationHarald Welte1-1/+1
2010-07-01[SGSN] SNDCP: Initialize defrag list headerHarald Welte1-0/+1
2010-07-01[SGSN] GMM: Complete value_string for GMM cause valuesHarald Welte1-4/+21
2010-07-01[SGSN] SNDCP: use llist_for_each_entry_safe() when cleaning frag queueHarald Welte1-2/+2
2010-07-01[SGSN] Fix TLLI (re)assignmentsHarald Welte2-16/+21
2010-07-01[SGSN] Fix segfault when doing PS PAGINGHarald Welte1-1/+1
2010-07-01[SGSN] Add VTY interface for SNDCPHarald Welte5-68/+159
2010-06-30[SGSN] BSSGP: Print TLLI as hex value like everwhere elseHarald Welte1-1/+1
2010-06-28[SGSN] Deactivate SNDCP entity on PDP CTX DEACT CONFIRMHarald Welte1-0/+3
2010-06-28[SGSN] MM: Properly communicate TLLI changes / unassignment to LLCHarald Welte1-3/+9
2010-06-28[SGSN] LLC: properly free LLC entities at TLLI unassignmentHarald Welte1-0/+7
2010-06-28[SGSN] Deactivate all PDP contexts on GPRS DETACHHarald Welte1-0/+10
2010-06-28[SGSN] Fix segfault ar PDP CTX DEACT timeHarald Welte1-0/+1
2010-06-23gprs: Fix LOGP misuse and specify LOGL_NOTICE as region.Holger Hans Peter Freyther1-1/+2
2010-06-14[GPRS] Add comment on GTP being defined in 29.060 / 09.060Harald Welte1-0/+1
2010-06-10[gprs] bssgp: Fix LLC PDU length encoding in BSSGP.Sylvain Munaut1-1/+1
2010-06-10[gprs] sndcp: Fix call to msgb_alloc_headroom to have both head&tail roomSylvain Munaut1-2/+2
2010-06-10[grps] Fix GTP data_ind call back message creationSylvain Munaut1-1/+1
2010-06-10[GPSR] SGSN: Keep traffic counters for each PDP contextHarald Welte4-3/+31
2010-06-10[GPRS] BSSGP/SGSN: Implement Gb-Interface PagingHarald Welte2-6/+97
2010-06-10[GPRS] SGSN: fix typoHarald Welte1-1/+1
2010-06-09[GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX stateHarald Welte2-4/+64
2010-06-09[GPRS] GMM/SM: Improve error handling by sending STATUS messagesHarald Welte1-9/+60
2010-06-09[GPRS] Drop all PDP contexts not present in PDP CTX STATUS IE at RA UPDHarald Welte1-0/+66
2010-06-09[GPRS] SM: Acknowledge PDP CTX DEACT for non-existing PDP CTXHarald Welte1-5/+9
2010-06-09GPRS: Copy the content of the msgb instead of creating one that points to the...Holger Hans Peter Freyther1-4/+26
2010-06-09GPRS: Fix crash when the peer can not be found...Holger Hans Peter Freyther1-2/+2
2010-06-09misc: Fix the return type of the go back vty function...Holger Hans Peter Freyther2-2/+2
2010-06-09GPRS: Fix compiler warning that will also lead to a crash at runtime.Holger Hans Peter Freyther1-1/+1
2010-06-03[GPRS] BSSGP: Fix formatting of BSSGP TX STATUSHarald Welte1-1/+2
2010-06-03[GPRS] SNDCP: Implement fragmentation of N-PDUs to SN-PDUs in downlinkHarald Welte1-28/+346
2010-06-03[GPRS] SNDCP: Check if SN-PDU is too large and reject itHarald Welte1-0/+8
2010-06-03[GPRS] LLC: Implement per-SAPI default values for LLC parametersHarald Welte2-10/+99
2010-06-03[GPRS] implement GTP->SNDCP->LLC downlink user-data pathHarald Welte2-2/+56
2010-06-03[GPRS] add comments to SGSN header fileHarald Welte1-1/+2
2010-06-02[GPRS] SGSN: specify the local bind address in the config fileHarald Welte1-0/+1
2010-06-02[GPRS] SGSN: use correct length+data for GSN_ADDRESSHarald Welte1-6/+6
2010-06-02[GPRS] SNDCP: Fix PCOMP and DCOMP header field lengthHarald Welte1-2/+2
2010-06-02[GPRS] SGSN: Allow vty-based configuration of local listen/bind IP for GTPHarald Welte1-5/+19
2010-06-02[GPRS] SNDCP: Add new SNDCP Entity to global list of entitiesHarald Welte1-4/+7
2010-06-02[GPRS] SNDCP use DSNDCP instead of DGPRSHarald Welte1-6/+6
2010-06-02[GPRS] SNDCP: Fix header length (pcomp is part of common_hdr)Harald Welte1-9/+18
2010-06-02[GPRS] SGSN: fix another segfault (and use-after-free) when GGSN is deadHarald Welte1-2/+3
2010-06-01[GPRS] hand SNDCP N-PDUs to the GTP to the GGSNHarald Welte4-17/+195
2010-06-01[GPRS] Major LLC / TLLI handling fixesHarald Welte4-70/+199
2010-06-01[GPRS] SGSN GTP: Fix segfault in case GGSN is downHarald Welte1-2/+3