aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-12-12osmoappdesc.py, tests: switch to python 3Oliver Smith3-59/+59
2019-12-12gsup: indicate CN-Domain in SendAuthInfo RequestsNeels Hofmeyr21-146/+147
2019-11-28msc_vlr_test_call: rename lu_utran_tmsiNeels Hofmeyr2-16/+16
2019-11-28msc_vlr_tests: log descriptions in color with -vNeels Hofmeyr1-1/+4
2019-11-28msc_vlr_test_call.c: add MNCC loggingNeels Hofmeyr2-5/+41
2019-11-28msc_vlr_tests: better err logging for dtap msgsNeels Hofmeyr1-1/+3
2019-11-28MNCC v6: add optional SDP to the socket protocolNeels Hofmeyr6-0/+152
2019-11-28add sdp_msg API: SDP parsing/compositionNeels Hofmeyr6-0/+1199
2019-11-19Fix some typosMartin Hauke2-4/+4
2019-11-05fix msc_vlr_test_call.cNeels Hofmeyr4-22/+432
2019-10-29also log MNCC_SETUP_REQNeels Hofmeyr1-0/+2
2019-10-29tests: only check IU configs if IU is enabledOliver Smith1-2/+7
2019-10-21log which DTAP messages are sent to RANNeels Hofmeyr9-0/+84
2019-10-21LOG_TRANS for CC: always log CC stateNeels Hofmeyr1-145/+145
2019-09-03msc_a fsm: ignore state chg to same stateNeels Hofmeyr4-11/+0
2019-09-03Implement a global switch on the network to disable call waiting.Keith Whyte1-0/+2
2019-09-02msc_vlr_tests: GSUP: don't care about extra IEsNeels Hofmeyr1-1/+9
2019-09-02log, cosmetic: add "RR" to "Ciphering Mode Complete"Neels Hofmeyr1-1/+1
2019-08-29vlr_lu_fsm: ignore ID_IMEISV during VLR_ULA_S_WAIT_HLR_UPDNeels Hofmeyr1-1/+0
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