aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-08-24Implement a global switch on the network to disable call waiting.cccamp2019Keith Whyte1-0/+2
2019-08-22vlr_lu_fsm: ignore ID_IMEISV during VLR_ULA_S_WAIT_HLR_UPDNeels Hofmeyr1-1/+0
2019-08-20send the RAT type (GERAN-A / UTRAN-Iu) to HLR on LUNeels Hofmeyr12-68/+68
2019-08-20msc_vlr_tests: GSUP: don't care about extra IEsNeels Hofmeyr1-1/+9
2019-08-13add 'encryption uea 1 2' cfg / fix ttcn3 iu testsNeels Hofmeyr5-48/+78
2019-08-05add msc_vlr tests for UMTS without cipheringNeels Hofmeyr2-79/+966
2019-08-05do not force encryption on UTRANNeels Hofmeyr4-0/+36
2019-08-02Set coding in mncc_set_cause()Keith Whyte2-2/+2
2019-07-24vlr_lu_fsm.c: don't send LU reject twiceOliver Smith1-2/+0
2019-07-18replace osmo_counter with stat_itemsAlexander Couzens13-118/+120
2019-07-09Fix: add missing semicolons to OSMO_ASSERT statementsVadim Yanitskiy1-1/+1
2019-06-19tests/msc_vlr: fix: do not pass RAT type to expect_bssap_clear()Vadim Yanitskiy4-11/+11
2019-06-17libmsc/gsm_09_11.c: fix broken reference counting for vsubVadim Yanitskiy1-21/+24
2019-06-17libmsc/gsm_09_11.c: do not abuse LOG_TRANS() and early trans allocationVadim Yanitskiy1-2/+2
2019-06-15libmsc/gsm_09_11.c: fix: return trans from establish_nc_ss_trans()Vadim Yanitskiy1-1/+1
2019-06-07libmsc/db.c: get rid of hard-coded SMS expiry thresholdVadim Yanitskiy1-2/+1
2019-06-05db_sms_test: Remove libdbi expected driver load errorsPau Espin Pedrol3-76/+77
2019-06-04db_sms_test: Do not print exact memcmp resultPau Espin Pedrol2-13/+11
2019-06-03libmsc/db.c: fix storing SMS with empty TP-User-DataVadim Yanitskiy2-3/+5
2019-06-03Introduce initial unit test for db_sms_* APIVadim Yanitskiy6-0/+709
2019-06-03tests: share stubs.h from msc_vlr_test as stubs.cVadim Yanitskiy14-13/+17
2019-05-29Use GSM23003_MSISDN_MAX_DIGITS from libosmogsmVadim Yanitskiy1-1/+1
2019-05-19vty: Add option to enable osmux towards BSCsPau Espin Pedrol1-0/+1
2019-05-15vlr: optionally send IMEI early to HLROliver Smith13-164/+150
2019-05-15vlr: when setting IMEISV, also set IMEIOliver Smith2-0/+6
2019-05-15vlr: fix IMEI lengthOliver Smith6-50/+46
2019-05-15vty: make retrieve-imeisv-early configurableOliver Smith1-1/+1
2019-05-13sms_queue_test: assert return value of osmo_use_count_get_put()Vadim Yanitskiy1-3/+4
2019-05-13tests/.../Makefile.am avoid redundant linkage with librtVadim Yanitskiy2-2/+0
2019-05-12add DSS logging categoryNeels Hofmeyr2-9/+14
2019-05-12libmsc/gsm_04_11.c: fix double init of both SMR and SMC FSMsVadim Yanitskiy6-36/+0
2019-05-10LOG_TRANS: store subsys in trans, unify USSD logging back to DMMNeels Hofmeyr1-8/+8
2019-05-09vty/cfg: add missing write-back of inter-BSC and inter-MSC HO configNeels Hofmeyr1-0/+20
2019-05-09fix regression: fix internal MNCC operationNeels Hofmeyr2-2/+2
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr31-15486/+19853
2019-04-12add LOG_TRANS, proper context for all transactionsNeels Hofmeyr8-365/+385
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr24-2103/+2116
2019-04-12enable osmo_fsm_term_safely(), apply logging changesNeels Hofmeyr13-1140/+625
2019-04-01tests/sms_queue: track the use of NULL talloc memory contextsVadim Yanitskiy2-0/+7
2019-04-01libmsc/sms_queue.c: fix memleak in smsq_take_next_sms()Vadim Yanitskiy1-8/+31
2019-02-28libmsc/sgs_vty.c: always write server address and VLR nameVadim Yanitskiy1-0/+1
2019-02-20libmsc/gsm_09_11.c: implement guard timer for NCSS sessionsVadim Yanitskiy1-0/+8
2019-02-18a_iface: Fix hexdumping of N-DATA.reqHarald Welte2-4/+4
2019-02-18a_iface: Centralize/wrap BSSAP / N-DATA transmissionHarald Welte3-0/+12
2019-02-05VLR tests: use msgb_eq_data_print() for comparisonMax1-11/+12
2019-02-04Add SGs InterfaceHarald Welte16-0/+90
2019-01-16Enable SMS-related log in VLR testsMax7-1/+589
2019-01-16VLR: send CHECK-IMEI to EIR/HLROliver Smith6-56/+853
2019-01-12msc_vlr_tests: tweak logging in verbose modeNeels Hofmeyr1-2/+7
2019-01-12mm_rx_id_resp(): use osmo_mi_name()Neels Hofmeyr4-14/+14