aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-04SGSN: move TLLI unassignment into separate functionMax3-19/+16
2016-07-04SGSN: add vty config for choosing GPRS encryptionMax1-1/+30
2016-07-01SGSN: force GSUP CN domain to PSMax1-1/+1
2016-06-13add DSUA debug constantDaniel Willmann1-0/+5
2016-06-10add DRANAP debug constantDaniel Willmann1-0/+5
2016-06-05gprs_gmm.c: don't transmit NOTEXIST when mmctx is NULLNeels Hofmeyr1-1/+4
2016-06-02gprs: more conditionals for Gb specific actionsDaniel Willmann3-8/+14
2016-06-02sgsn_mm_ctx_cleanup_free(): clean up LLME iff present (Gb, not Iu)Daniel Willmann1-3/+10
2016-06-02gprs_gmm.c: Perform LLME operations only if we have oneHarald Welte1-5/+7
2016-06-02gprs_gmm.c: Make TLLI handling specific to Gb interfaceHarald Welte1-36/+60
2016-06-02gprs_gmm.c: Don't try to de-reference NULL mmctxNeels Hofmeyr1-0/+32
2016-06-02rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb()Harald Welte2-3/+3
2016-06-01create_pdp_conf(): factor out PDP context accept dispatch as send_act_pdp_con...Daniel Willmann1-9/+14
2016-06-01prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte6-46/+47
2016-05-31gprs: use new uint8_t * for kv in gprs_cipher_run()Alexander Couzens1-2/+2
2016-05-05Add human-readable name of SGSN_AUTH_AUTHENTICATEHarald Welte1-0/+1
2016-05-05sgsn/GSUP: Support MAP-style nested LU/ISDHarald Welte1-0/+22
2016-04-29osmo_oap_decode(): Use common argument orderingHarald Welte2-3/+3