aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-05-15add a test; set lu expiry timestampstsp/lu_expireStefan Sperling1-0/+65
2018-04-17tests/msc_vlr: fix expected SS message namesVadim Yanitskiy6-92/+92
2018-04-12msc conn ref counts: log human readable list of conn ownersNeels Hofmeyr11-1072/+1072
2018-04-12refactor VLR FSM result handlingNeels Hofmeyr13-277/+270
2018-04-11cosmetic: embed compl_l3_type in FSM idNeels Hofmeyr11-7130/+7130
2018-04-11properly receive BSSMAP Clear Complete and Iu Release CompleteNeels Hofmeyr24-556/+839
2018-04-11refactor subscr_conn and subscr_conn_fsm de-/allocNeels Hofmeyr13-2582/+3181
2018-04-11CC: intentionally release T308 on BSSMAP Clear Request from BSCNeels Hofmeyr1-1/+1
2018-04-10msc_vlr_test_call: reproduce OS#3062Neels Hofmeyr4-0/+436
2018-04-09Permit any Sender MSISDN when sending SMS from VTYHarald Welte1-1/+1
2018-04-05unify allocation of gsm_subscriber_connectionNeels Hofmeyr2-4/+2
2018-04-03subscr_conn: store complete_layer3_type in conn, not FSM event argNeels Hofmeyr11-138/+120
2018-04-03cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fiNeels Hofmeyr9-20/+20
2018-04-03test_reject_concurrency: missing assertNeels Hofmeyr2-0/+2
2018-03-30use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr14-97/+143
2018-03-22remove empty libcommon-csNeels Hofmeyr3-3/+0
2018-03-22rename libcommon to libgsupclientNeels Hofmeyr4-4/+2
2018-03-22dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.cNeels Hofmeyr1-14/+14
2018-03-22dissolve libcommon: drop debug.cNeels Hofmeyr1-0/+13
2018-03-22trans_free: tear down conn when last transaction is doneNeels Hofmeyr3-17/+7
2018-03-15msc_vlr_tests: add CC Release test and test to catch OS#2779Neels Hofmeyr2-0/+842
2018-03-15cosmetic: rename conn_fsm "bump" event to "release_when_unused"Neels Hofmeyr11-526/+526
2018-03-15cosmetic: msc_vlr_tests: enable CC logging in debugNeels Hofmeyr7-1/+61
2018-03-15cosmetic: vlr_auth: log decision to send UMTS or GSM AKA challengeNeels Hofmeyr8-77/+89
2018-03-10msc_vlr_tests: add test_a5_3_not_supportedNeels Hofmeyr2-0/+152
2018-03-10cosmetic: vlr_auth_fsm: log RAN and size along with SRES/RESNeels Hofmeyr7-66/+66
2018-03-10cosmetic: vlr_auth_fsm: clarify decision on UMTS AKA or GSM AKANeels Hofmeyr2-6/+6
2018-03-10msc_vlr_test_umts_authen: test response with only SRES half of RESNeels Hofmeyr2-0/+294
2018-03-10msc_vlr_test_umts_authen: test response with too long RESNeels Hofmeyr2-0/+289
2018-03-10msc_vlr_test_umts_authen: test response with too short RESNeels Hofmeyr2-0/+290
2018-03-10cosmetic: gsm48_rx_mm_auth_resp(): log 'UMTS AUTH', not 'R99 AUTH'Neels Hofmeyr3-30/+30
2018-03-10vlr auth: gracefully reject malformed auth responseNeels Hofmeyr2-0/+173
2018-03-10vlr: fix GSM AKA in a UMTS AKA capable environmentNeels Hofmeyr2-12/+3
2018-03-10msc_vlr_test_gsm_ciph: add test for GSM AKA in UMTS environmentNeels Hofmeyr2-0/+725
2018-03-10msc_vlr_tests: clearly separate Ciph Mode from Security Mode checkingNeels Hofmeyr9-48/+98
2018-03-02msc_vlr_tests: improve cipher mode coverageNeels Hofmeyr6-51/+143
2018-03-02msc_vlr_tests: make all test functions staticNeels Hofmeyr11-71/+71
2018-03-02msc_vlr_test_gsm_ciph: drop unused functionNeels Hofmeyr1-41/+0
2018-03-02msc_vlr_tests: revert IMSI parameter and test nr outputNeels Hofmeyr35-316/+330
2018-02-27cosmetic: gsm_network_init(): imply default 001-01 PLMNNeels Hofmeyr1-1/+1
2018-02-14remove unused "auth policy" VTY commandHarald Welte1-8/+0
2018-02-14remove unused "authorized-regexp" VTY commandHarald Welte13-76/+72
2018-02-14remove bsc_api.h and all users - they're all dead codeHarald Welte1-1/+1
2018-02-07VLR tests: move network init into functionMax1-15/+25
2018-02-07VLR tests: always print test parametersMax24-299/+293
2018-02-07VLR tests: remove weird codeMax1-1/+1
2018-02-07VLR tests: don't fail via assertMax1-4/+13
2018-02-07Expand VLR testsMax12-6/+18
2018-02-07VLR tests: mark static test functions as suchMax2-14/+7
2018-02-07Move IMSI into test parametersMax8-52/+32