aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_gmm.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-10src: use osmo_timer_setup()Pablo Neira Ayuso1-6/+2
2017-03-02fix: gprs_gmm, gprs_llc_vty: two unterminated value_string arraysNeels Hofmeyr1-0/+1
2017-02-27XID: resend xid with pdp-ctx-ack messagesPhilipp Maier1-1/+15
2017-02-27SGSN: Integrate support for UMTS AKANeels Hofmeyr1-23/+175
2017-02-25add struct gprs_subscr, separating gprs from gsm_subscriberNeels Hofmeyr1-0/+1
2017-02-07gprs/gprs_mm: add value_strings for PMM & MM statesAlexander Couzens1-2/+15
2017-02-07gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb()Alexander Couzens1-2/+2
2017-02-07gprs/sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens1-33/+48
2017-02-01sgsn: Fix deeply flawed copying logic for PDP context activationHolger Hans Peter Freyther1-3/+9
2017-01-27gprs: Fix compiler warning about uninitalized cause codePhilipp Maier1-1/+1
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr1-8/+8
2017-01-13Log expected SRES on GPRS AUTH REJECTMax1-1/+3
2016-11-28IuPS: properly update ra_id on GMM Attach RequestNeels Hofmeyr1-4/+2
2016-11-23Add support for pdpctx_timer_stopPravin Kumarvel1-1/+10
2016-11-17Correct Logging macro for pdpctx_timer_startPravin Kumarvel1-1/+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 Willmann1-1/+12
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 Willmann1-0/+6
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 Willmann1-0/+13
2016-09-02IuPS: dev hack: init hardcoded Ki on ATT REQDaniel Willmann1-0/+29
2016-09-01IuPS: add Iu response to create_pdp_conf()Daniel Willmann1-0/+25
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 Willmann1-0/+88
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-22comment: gsm48_gmm_sendmsg(): add spec reference on encryptableNeels Hofmeyr1-1/+3
2016-07-25sgsn: add statistics counter for GPRS and PDP packetsAlexander Couzens1-2/+17
2016-07-23gprs_gmm: remove duplicated start of T3395Alexander Couzens1-2/+1
2016-07-16SGSN: encrypt/decrypt only necessary framesMax1-20/+28
2016-07-16SGSN: add preliminary support for GPRS encryptionMax1-15/+24
2016-07-16SGSN: split GEA key management from TLLIMax1-8/+9
2016-07-16SGSN: use unique AUTH REQ referenceMax1-8/+22
2016-07-04SGSN: move TLLI unassignment into separate functionMax1-18/+8
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 Willmann1-1/+1
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 Welte1-2/+2
2016-06-01prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte1-24/+24
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte1-1/+1
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte1-5/+7
2016-03-1504.08: apply new transaction id inline functionsNeels Hofmeyr1-4/+4
2016-03-1504.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr1-1/+1
2016-02-22sgsn: Re-add searching for MM ctx based on TLLI / P-TMSI matchesJacob Erlbeck1-3/+23
2016-02-22sgsn: Change handling of missing mmctx in gsm48_rx_gmm_ra_upd_reqJacob Erlbeck1-3/+15