aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-24debug: Remove code for filters that don't exist in OsmoMSCHarald Welte2-18/+0
2018-01-24remove unused paging.h and osmo_bsc_grace.hHarald Welte8-118/+0
2018-01-24msc_cipher_mode_compl: Handle CIPH MOD COMPL without L3 messageHarald Welte1-26/+26
2018-01-24Properly reject CM Re-Establishment RequestHarald Welte1-1/+22
2018-01-24Fix msc_vlr test results (.err) for new libosmocore GSM48_PDISC namesHarald Welte8-346/+346
2018-01-24Remove traces of meas_feedHarald Welte7-276/+0
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
2018-01-24cosmetic: log prim operation as textMax1-1/+2
2018-01-24VLR: constify GSUP-related function parametersMax2-6/+6
2018-01-23MNCC: Add input validationHarald Welte3-2/+188
2018-01-23Fix value of stored SMS validity time.Stefan Sperling1-1/+1
2018-01-22libmsc: msc_vty: Fix compilation warningPau Espin Pedrol1-1/+1
2018-01-20Store/retrieve SMS validity time in the SMS datebaseStefan Sperling1-8/+11
2018-01-18Delete SMS from the database once they were sent successfullyStefan Sperling3-0/+18
2018-01-16Improve an error message in db_init().Stefan Sperling1-1/+2
2018-01-16fix build: missing LIBOSMORANAP flags in libmscNeels Hofmeyr1-0/+1
2018-01-10src/libmsc/ussd.c: drop useless forward declarationVadim Yanitskiy1-16/+12
2018-01-10msc/gsm_04_80.h: use '#pragma once' instead of includesVadim Yanitskiy1-4/+1
2018-01-10msc/gsm_04_80.h: cosmetic: whitespace fixVadim Yanitskiy1-2/+2
2018-01-10msc/gsm_04_80.h: clean up useless declarationsVadim Yanitskiy1-4/+0
2018-01-08a_iface_tx_assignment: fix log lvl for "Sending Assignment..."Neels Hofmeyr1-1/+1
2018-01-07smpp_smsc.c: don't talloc_strdup NULL pointersthe 34c3 gsm team1-1/+1
2018-01-05Add control command to expire subscriberMax4-10/+56
2017-12-31VLR: log subscriber updateMax15-12/+62
2017-12-29VLR: remove unused parameterMax2-8/+0
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max13-27/+10
2017-12-21Enable sanitize for CI testsMax1-1/+1
2017-12-20fix: properly cancel all Paging on IMSI DetachNeels Hofmeyr5-5/+43
2017-12-20fix paging: add timeout to discard unsuccessful pagingNeels Hofmeyr7-1/+298
2017-12-20cosmetic: rename sccp_rx_udt and sccp_rx_dt to a_*Neels Hofmeyr3-7/+7
2017-12-20libmsc: db.c: Replace dbi APIs marked as deprecatedPau Espin Pedrol1-3/+4
2017-12-20log: a_iface.c: revisit logging, use LOGPCONNNeels Hofmeyr1-19/+18
2017-12-20smpp_smsc: fix truncated string copy into bind_r.system_idNeels Hofmeyr1-2/+1
2017-12-18a_iface_bssap: compiler warning: cast const away from TLV val for l2hNeels Hofmeyr1-2/+2
2017-12-18compiler warning: extend #if 0 to include unused arrayNeels Hofmeyr1-2/+0
2017-12-18fix GSM-Milenage in presence of 2G keysNeels Hofmeyr1-1/+7
2017-12-18cosmetic: msc_paging_request: drop obsolete commentNeels Hofmeyr1-2/+0
2017-12-18drop unused T* timers (BSC land, not MSC)Neels Hofmeyr1-25/+0
2017-12-18cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is usedNeels Hofmeyr6-2/+14
2017-12-18cosmetic prep: publish vlr_use_umts_aka() decisionNeels Hofmeyr3-11/+20
2017-12-18cosmetic: move translation of vlr_ciph into msc_vlr_set_ciph_mode()Neels Hofmeyr3-29/+24
2017-12-18fix BSSMAP Cipher Mode Cmd: properly set permitted algorithmsNeels Hofmeyr2-1/+17
2017-12-18vlr: debug log: log Ciphering Mode detailsNeels Hofmeyr5-0/+28
2017-12-18cosmetic: msc_vlr_tests: log SMS details when invoked with -vNeels Hofmeyr1-0/+3
2017-12-18debug log: a_iface_tx_cipher_mode(): log cipher and keyNeels Hofmeyr1-1/+9
2017-12-14compiler warning: drop double 'const' in a_iface_tx_cipher_mode()Neels Hofmeyr2-2/+2
2017-12-14fix vty write: add missing 'authentication optional/required' outputNeels Hofmeyr1-0/+2