aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-18cosmetic: move translation of vlr_ciph into msc_vlr_set_ciph_mode()Neels Hofmeyr2-28/+22
2017-12-18fix BSSMAP Cipher Mode Cmd: properly set permitted algorithmsNeels Hofmeyr1-1/+1
2017-12-18vlr: debug log: log Ciphering Mode detailsNeels Hofmeyr1-0/+2
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 Hofmeyr1-1/+1
2017-12-14fix vty write: add missing 'authentication optional/required' outputNeels Hofmeyr1-0/+2
2017-12-10sms.db: silence libdbi warnings on out-of-range indexNeels Hofmeyr1-7/+14
2017-12-06sms db: properly quote MSISDN in various SQL queriesNeels Hofmeyr1-5/+18
2017-12-06sms db: don't attempt to query pending SMS for unset MSISDNNeels Hofmeyr1-0/+4
2017-12-05Remove utils imported from openbsc, fix building remaining util smpp_mirrorAlexander Huemer7-1196/+4
2017-12-05Add missing CFLAGSAlexander Huemer5-2/+17
2017-12-05mncc: remove deprecated commandline option.Philipp Maier1-6/+1
2017-12-01cosmetic: remove duplicate loggingPhilipp Maier1-24/+2
2017-11-27fix use after free: missing conn_get on CC paging responseNeels Hofmeyr1-1/+1
2017-11-27cosmetic: log error when using a conn that's in releaseNeels Hofmeyr1-1/+4
2017-11-27subscr_conn: introduce usage tokens for ref error trackingNeels Hofmeyr6-19/+62
2017-11-27cosmetic: add missing spacesPhilipp Maier1-1/+1
2017-11-24use only 0.23.1 as point code for both A and IuNeels Hofmeyr1-7/+5
2017-11-22cosmetic: debug log: mncc: detached subscr: show subscriberNeels Hofmeyr1-1/+1
2017-11-22cosmetic: log: CC trans_alloc: log trans_id and subscr, not memory addrsNeels Hofmeyr1-2/+3
2017-11-22cosmetic: log: CC state transition: log trans id and subscrNeels Hofmeyr1-3/+5
2017-11-21libmsc/vty: don't access old bsc rate countersAlexander Couzens1-8/+0
2017-11-20vlr_subscr_conn_timeout(): don't fire events to discarded fiNeels Hofmeyr1-2/+6
2017-11-20subscr_conn: don't close after conn timeoutNeels Hofmeyr1-1/+2
2017-11-20vlr_gsupc_read_cb: fix use after free of GSUP msgbNeels Hofmeyr1-5/+10
2017-11-20sub_pres_vlr_fsm_start: fix heap use after freeNeels Hofmeyr2-11/+16
2017-11-20cosmetic: move log message to else branchPhilipp Maier1-7/+7
2017-11-20reset: remove name variable from reset contextPhilipp Maier2-9/+12
2017-11-14sms_route_mt_sms: Don't return uninitialized variableHarald Welte1-1/+2