aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2016-11-09SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTPHarald Welte1-1/+14
2016-10-28sndcp: Fixups for sndcp layer based on coverity-scan suggestionsPhilipp3-13/+15
2016-10-13msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctxNeels Hofmeyr2-5/+2
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr1-0/+1
2016-10-04gprs/gprs_llc: count UI frames over SAPI in the statisticsAlexander Couzens1-0/+3
2016-09-30log CTRL bind only onceNeels Hofmeyr1-2/+0
2016-09-29fix: send SNDCP XID only on GERAN Gb contextsNeels Hofmeyr1-5/+7
2016-09-28COSMETIC: 'if' is not a function, so there is space before '('Harald Welte3-5/+5
2016-09-27log VTY telnet bind only onceNeels Hofmeyr3-6/+0
2016-09-24SNDCP: add V.42bis data compression functionalityPhilipp6-18/+521
2016-09-24V.42bis: integration and unit testPhilipp2-13/+17
2016-09-24V.42bis: add sourcecode from IAXmodem (SPANDSP)Philipp1-0/+764
2016-09-24SNDCP: add RFC1144 header compression functionalityPhilipp7-31/+1300
2016-09-24RFC1144: integration and unit-testPhilipp3-88/+163
2016-09-24RFC1144: add slhc code from linux kernelPhilipp1-0/+744
2016-09-24SNDCP: add SNDCP-XID encoder/decoder and unit testPhilipp2-0/+1805
2016-09-15Build fixesAlexander Huemer1-1/+3
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-37/+113
2016-09-05gprs/gprs_llc: fix null pointer deref in gprs_llc_rcvmsgAlexander Couzens1-2/+1
2016-09-05gprs/gsm0408_gprs_force_reattach_oldmsg: check llme before useAlexander Couzens1-1/+2
2016-09-02IuPS: Change GTP-U endpoint to SGSN in PMM_IDLE and page UE when data arrivesDaniel Willmann2-1/+31
2016-09-02IuPS: Introduce function to change PMM stateDaniel Willmann1-6/+29
2016-09-02IuPS: GMM Attach: reset MM ctx pending_reqDaniel Willmann1-0/+1
2016-09-02IuPS: sgsn_mm_ctx: add enum gprs_pmm_state field, track PMM stateDaniel Willmann2-0/+7
2016-09-02IuPS: RA UPD: make sure to authorize, for Iu Integrity ProtectionDaniel Willmann1-4/+7
2016-09-02IuPS: add GMM Service Request rx and txDaniel Willmann1-0/+199
2016-09-02IuPS: send Security Mode Command, track the new_key flag.Daniel Willmann2-0/+14
2016-09-02IuPS: dev hack: init hardcoded Ki on ATT REQDaniel Willmann1-0/+29
2016-09-01IuPS: add Iu response to delete_pdp_conf()Daniel Willmann1-0/+7
2016-09-01IuPS: add Iu response to create_pdp_conf()Daniel Willmann2-0/+33
2016-09-01IuPS: redirect Iu in various places, link Iu in sgsn-testDaniel Willmann1-6/+55
2016-09-01IuPS: osmo-sgsn: add core IuPS impl, call iu_init()Daniel Willmann5-3/+234
2016-08-27IuPS: track msg->dst aka ue_conn_ctx, commentDaniel Willmann1-0/+4
2016-08-27gprs_gmm: Fix bit mask when determining update/attach typeDaniel Willmann1-2/+6
2016-08-27cosmetic: gprs_sgsn.c: move pdp.h include to topNeels Hofmeyr1-1/+2
2016-08-27Adding LLC-XID related modifications in LLCPhilipp1-57/+302
2016-08-27Moving grs_sndcp.h header file to includePhilipp4-59/+2
2016-08-27Adding LLC-XID encoder / decoder and unit testPhilipp2-1/+263
2016-08-27sgsn: add statistics counter for LLC packetsAlexander Couzens2-0/+11
2016-08-22comment: gsm48_gmm_sendmsg(): add spec reference on encryptableNeels Hofmeyr1-1/+3
2016-07-25fix: create_pdp_conf(): unset reject_cause after unknown ran_typeNeels Hofmeyr1-0/+4
2016-07-25sgsn: add statistics counter for GPRS and PDP packetsAlexander Couzens3-2/+52
2016-07-23gprs_gmm: remove duplicated start of T3395Alexander Couzens1-2/+1
2016-07-17SGSN: fix FCS calculation for encrypted framesDieter Spaar1-4/+10
2016-07-17SGSN: move cipher application to separate functionMax1-41/+42
2016-07-16SGSN: encrypt/decrypt only necessary framesMax3-31/+44
2016-07-16SGSN: add preliminary support for GPRS encryptionMax3-26/+45
2016-07-16SGSN: split GEA key management from TLLIMax3-18/+32
2016-07-16SGSN: use unique AUTH REQ referenceMax2-8/+24
2016-07-11SGSN: prevent starting with inconsistent configMax1-3/+14