aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-01-30Make sending an SMS to an unknown subscriber B work over SMPP.stsp/smpp_store_smsStefan Sperling1-3/+9
2018-01-28MSC: Intersect configured A5 algorithms with MS-supported onesHarald Welte1-1/+65
2018-01-28Permit a set of multiple different A5 ciphersHarald Welte4-12/+30
2018-01-28Shift ciphering algorithm selection from VLR to MSCHarald Welte4-40/+16
2018-01-25Delete expired SMS automatically.Stefan Sperling2-14/+47
2018-01-25Accept SMS for any receiverStefan Sperling1-3/+4
2018-01-25Add a VTY command which deletes all expired SMS.Stefan Sperling3-7/+83
2018-01-25debug: Remove dead log categoriesHarald Welte4-77/+4
2018-01-25remove dead ctrl.h header fileHarald Welte1-1/+0
2018-01-25remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.hHarald Welte4-4/+1
2018-01-25remove dead code in auth.h / auth.cHarald Welte3-42/+0
2018-01-25Massive removal of unused code/structs/headersHarald Welte18-1015/+3
2018-01-24remove traces of bsc_subscriberHarald Welte1-3/+0
2018-01-24debug: Remove code for filters that don't exist in OsmoMSCHarald Welte1-17/+0
2018-01-24remove unused paging.h and osmo_bsc_grace.hHarald Welte5-5/+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-24Remove traces of meas_feedHarald Welte3-212/+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 parametersMax1-5/+5
2018-01-23MNCC: Add input validationHarald Welte2-2/+187
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 Sperling2-0/+17
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-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 subscriberMax3-9/+55
2017-12-31VLR: log subscriber updateMax3-12/+3
2017-12-29VLR: remove unused parameterMax1-7/+0
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max7-15/+5
2017-12-20fix: properly cancel all Paging on IMSI DetachNeels Hofmeyr2-1/+10
2017-12-20fix paging: add timeout to discard unsuccessful pagingNeels Hofmeyr3-1/+35
2017-12-20cosmetic: rename sccp_rx_udt and sccp_rx_dt to a_*Neels Hofmeyr2-5/+5
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-18cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is usedNeels Hofmeyr4-0/+11
2017-12-18cosmetic prep: publish vlr_use_umts_aka() decisionNeels Hofmeyr2-11/+18