aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/gprs_gmm.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-20gprs_gmm: Avoid spaces in fsm events and enum stringsPau Espin Pedrol1-6/+6
2019-08-20Introduce and use log macros when no mm ctx availablePau Espin Pedrol1-14/+17
2019-08-20gprs_gmm.c: Call mmctx_set_(p)mm_state only on related ran_typePau Espin Pedrol1-14/+27
2019-08-19gprs_gmm.c: Fix typo in log messagePau Espin Pedrol1-1/+1
2019-08-15gprs_gmm.c: Flag mmctx_set_(p)mm_state() functions staticPau Espin Pedrol1-2/+2
2019-08-15gprs_gmm.c: Use correct function to set MM_IDLE state during cleanupPau Espin Pedrol1-1/+1
2019-08-15gprs_gmm: Introduce assert to guard against unexpected conditionPau Espin Pedrol1-0/+5
2019-08-13gprs_gmm: Clarify comment during TLLI assignmentPau Espin Pedrol1-1/+1
2019-08-12Introduce define TLLI_UNASSIGNEDPau Espin Pedrol1-3/+3
2019-08-12gprs_gmm.c: Drop unneeded bracketsPau Espin Pedrol1-4/+2
2019-08-12gprs_gmm.c: Improve doc on nullable parametersPau Espin Pedrol1-2/+1
2019-08-12gprs_gmm: Introduce macros to access msgb's associated IU UE ctxPau Espin Pedrol1-22/+20
2019-07-17Spelling fixesRuben Undheim1-1/+1
2019-05-28Document max retransmit times for T3395Pau Espin Pedrol1-2/+5
2019-05-11gprs_gmm: send Service Reject when no PDP ctxs are available.efistokl1-1/+25
2019-04-16gprs_gmm: reintroduce calling gsm48_gmm_authorize when not handling GMM Attac...Alexander Couzens1-1/+6
2019-04-08gsm0408_rcv_gmm: send Iu-ReleaseCommand upon receiving Attach Complete.efistokl1-0/+7
2018-10-30Update wrong references to bsc in sgsn codePau Espin Pedrol1-2/+2
2018-10-02gprs_gmm: Fix missing Security Command for 3G when attachingAlexander Couzens1-1/+1
2018-09-28gprs_gmm: dont answer unknown IMSI/TMSI on Service Requests NET_FAILAlexander Couzens1-2/+2
2018-09-13gprs_gmm: introduce a GMM Attach Request FSMAlexander Couzens1-9/+38
2018-08-15Drop gprs_msgb_copy with libosmocore replacementPau Espin Pedrol1-1/+1
2018-07-16sgsn: Fix T3395 firing foreverPau Espin Pedrol1-4/+13
2018-07-16sgsn: Don't attempt to delete GTP pdp ctx if GGSN was restartedPau Espin Pedrol1-2/+9
2018-07-16Add optional TearDownInd IE in PDP DEACT REQ towards PCUPau Espin Pedrol1-4/+6
2018-07-13Disarm T3395 when dettaching mmctx from pdpctxPau Espin Pedrol1-0/+10
2018-06-05gprs_gmm: Cancel Location: use detach type IMSIAlexander Couzens1-1/+1
2018-05-23gprs_gmm: make extract_subscr_msisdn extract_subscr_hlr publicAlexander Couzens1-2/+2
2018-05-23gprs_gmm: make functions relating to GMM Attach Request publicAlexander Couzens1-5/+5
2018-05-02GMM: dont reply to GMM_DETACH_REQ with POWER OFF when MS is unknownAlexander Couzens1-0/+7
2018-05-01GERAN: allow GSM SRES on UMTS AKA challengeNeels Hofmeyr1-20/+19
2018-04-30log two RA Update Request failure causesNeels Hofmeyr1-0/+5
2018-04-30auth+ciph: log is_r99 and auth typesNeels Hofmeyr1-2/+4
2018-03-16compiler warnings: use enum ranap_nsap_addr_enc, constify local varNeels Hofmeyr1-1/+1
2018-03-15implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-5/+4
2018-01-19Use gsm48_encode_ra() for RAI encodingMax1-2/+2
2018-01-08Fix RAI constructionMax1-2/+2
2018-01-07gprs_gmm: Convert warning message to pragma messagePau Espin Pedrol1-1/+1
2018-01-07cosmetic: gprs_gmm: Remove trailing whitespacePau Espin Pedrol1-2/+2
2018-01-07gprs_gmm: Remove unused variablePau Espin Pedrol1-2/+2
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max1-10/+14
2017-12-20Remove dead codeMax1-4/+0
2017-12-20gsm48_rx_gmm_att_req: fix error handling: don't clean up NULL llmeNeels Hofmeyr1-1/+1
2017-12-20gprs_gmm: segfault: gracefully handle failure to alloc contextNeels Hofmeyr1-0/+4
2017-10-27Log GTP-U endpoints updateMax1-0/+2
2017-10-09Check for correct P-TMSI allocationMax1-2/+5
2017-10-09Move P-TMSI alloc/update into separate functionMax1-13/+16
2017-09-06move include/openbsc to include/osmocom/sgsnNeels Hofmeyr1-9/+9
2017-08-30split off osmo-sgsn: remove files, apply build1.1.0Neels Hofmeyr1-6/+1
2017-08-30move libiu to osmo-iuh/libosmo-ranapNeels Hofmeyr1-19/+28