aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-28smpp_smsc.c: don't talloc_strdup NULL pointers34c3the 34c3 gsm team1-1/+3
2017-12-27add some debug informationthe 34c3 gsm team1-0/+3
2017-12-27fixup null pointer derefthe 34c3 gsm team1-5/+5
2017-12-27mgcp: use osmo-mgw to switch rtp streamsPhilipp Maier15-325/+1316
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
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 Huemer8-1196/+5
2017-12-05Add missing CFLAGSAlexander Huemer5-2/+17
2017-12-05mncc: remove deprecated commandline option.Philipp Maier1-6/+1
2017-12-05mncc: re-add lchan members to structsPhilipp Maier1-0/+4
2017-12-03Remove unneeded .py scriptsMax8-863/+2
2017-12-01cosmetic: remove duplicate loggingPhilipp Maier1-24/+2
2017-11-29Remove obsolete ./configure optionMax3-8/+3
2017-11-29Add basic CTRL testMax1-387/+8
2017-11-27fix use after free: missing conn_get on CC paging responseNeels Hofmeyr2-16/+16
2017-11-27add msc_vlr_test_call to reproduce a sanitizer errorNeels Hofmeyr7-4/+1131
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 Hofmeyr18-789/+850
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-23Use osmo-ggsn instead of openggsn in jenkins testsMax1-1/+1
2017-11-22msc_vlr_tests: set a valid lac for fake connsNeels Hofmeyr11-72/+73
2017-11-22msc_vlr_tests: fix test nr arg: clear errno before strtol()Neels Hofmeyr1-0/+1
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-22sms_queue_test: sanitize: clean up talloc contexts when doneNeels Hofmeyr1-2/+22
2017-11-21libmsc/vty: don't access old bsc rate countersAlexander Couzens1-8/+0