aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-24setup_trig_pag_evt: Fix heap-use-after-freePau Espin Pedrol1-1/+1
2018-04-24setup_trig_pag_evt: Always log correct paging failure casePau Espin Pedrol1-2/+3
2018-04-24setup_trig_pag_evt: Remove uneeded default case in switch statementPau Espin Pedrol1-4/+2
2018-04-12refactor VLR FSM result handlingNeels Hofmeyr1-30/+5
2018-04-11refactor subscr_conn and subscr_conn_fsm de-/allocNeels Hofmeyr1-38/+64
2018-04-11CC: intentionally release T308 on BSSMAP Clear Request from BSCNeels Hofmeyr1-0/+3
2018-04-09DTAP: Ensure proper DLCI is used in MSC-originated DTAPHarald Welte1-0/+3
2018-04-03subscr_conn: store complete_layer3_type in conn, not FSM event argNeels Hofmeyr1-14/+8
2018-04-03cosmetic: rename subscr_conn_from to complete_layer3_typeNeels Hofmeyr1-3/+3
2018-04-03cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fiNeels Hofmeyr1-4/+4
2018-03-22dissolve libcommon-cs: move gsm48_* code to libmsc, drop sms_next_rp_msg_ref()Neels Hofmeyr1-0/+57
2018-03-22dissolve libcommon: drop gsm_data.c, move code to libmscNeels Hofmeyr1-0/+10
2018-03-21cosmetic: gsm_04_08.c: drop unused struct gsm_laiNeels Hofmeyr1-6/+0
2018-03-15cosmetic: remove disabled (debug) code gsm_04_08.cPhilipp Maier1-3/+0
2018-03-13restore sending of optional MM info messagesStefan Sperling1-0/+10
2018-03-10cosmetic: gsm48_rx_mm_auth_resp(): log 'UMTS AUTH', not 'R99 AUTH'Neels Hofmeyr1-1/+1
2018-03-10gsm48_rx_mm_auth_resp(): pass is_r99 from classmark, not response sizeNeels Hofmeyr1-10/+8
2018-03-10vlr auth: gracefully reject malformed auth responseNeels Hofmeyr1-2/+6
2018-03-05VLR: fix potential NULL dereferenceMax1-0/+2
2018-03-02msc_vlr_tests: improve cipher mode coverageNeels Hofmeyr1-4/+5
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-11/+9
2018-02-14remove bsc_api.h and all users - they're all dead codeHarald Welte1-1/+0
2018-02-12MNCC: Copy bearer_cap from MNCC to gsm_transHarald Welte1-1/+6
2018-02-12MT Calls: Copy bearer capabilities from NNCC primitive to transHarald Welte1-1/+5
2018-02-09Add VTY command to configure destination MSISDN for emergency callsHarald Welte1-0/+8
2018-02-05mgcp: use osmo-mgw to switch rtp streamsPhilipp Maier1-13/+43
2018-02-05Wrap osmo_strlcpy() callsMax1-5/+5
2018-02-03Implement checks for duplicate uplink UL L3 messageHarald Welte1-0/+94
2018-01-28MSC: Intersect configured A5 algorithms with MS-supported onesHarald Welte1-1/+65
2018-01-28Permit a set of multiple different A5 ciphersHarald Welte1-5/+10
2018-01-28Shift ciphering algorithm selection from VLR to MSCHarald Welte1-8/+4
2018-01-25remove dead code in auth.h / auth.cHarald Welte1-1/+0
2018-01-25Massive removal of unused code/structs/headersHarald Welte1-6/+0
2018-01-24remove unused paging.h and osmo_bsc_grace.hHarald Welte1-1/+0
2018-01-24Properly reject CM Re-Establishment RequestHarald Welte1-1/+22
2018-01-24Reject any CM SERVICE we don't supportHarald Welte1-0/+11
2018-01-24Refuse Emergency Calls by IMEI with proper CM SERVICE REJECT CauseHarald Welte1-9/+15
2018-01-24Emergency Call: Set MNCC_F_EMERGENCY flagHarald Welte1-1/+3
2018-01-24Log difference between SETUP and EMERGENCY_SETUPHarald Welte1-2/+2
2017-12-31VLR: log subscriber updateMax1-1/+2
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max1-1/+0
2017-12-20fix: properly cancel all Paging on IMSI DetachNeels Hofmeyr1-0/+4
2017-12-18fix GSM-Milenage in presence of 2G keysNeels Hofmeyr1-1/+7
2017-12-18cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is usedNeels Hofmeyr1-0/+1
2017-12-18cosmetic: move translation of vlr_ciph into msc_vlr_set_ciph_mode()Neels Hofmeyr1-2/+16
2017-11-27fix use after free: missing conn_get on CC paging responseNeels Hofmeyr1-1/+1
2017-11-27subscr_conn: introduce usage tokens for ref error trackingNeels Hofmeyr1-2/+2
2017-11-27cosmetic: add missing spacesPhilipp Maier1-1/+1
2017-11-22cosmetic: debug log: mncc: detached subscr: show subscriberNeels Hofmeyr1-1/+1
2017-11-22cosmetic: log: CC state transition: log trans id and subscrNeels Hofmeyr1-3/+5