aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr/msc_vlr_tests.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-17A5/n Ciph: request Classmark Update if missingNeels Hofmeyr1-4/+57
2018-09-17msc_vlr_tests: cosmetically tweak perm algo printingNeels Hofmeyr1-1/+1
2018-08-05Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte1-13/+13
2018-07-31migrate to oap_client in libosmogsmHarald Welte1-2/+2
2018-07-29msc_vlr_tests: don't abuse USSD-request to conclude connectionsVadim Yanitskiy1-16/+15
2018-05-23implement periodic Location Update expiry in the VLRStefan Sperling1-0/+7
2018-04-12refactor VLR FSM result handlingNeels Hofmeyr1-6/+4
2018-04-11properly receive BSSMAP Clear Complete and Iu Release CompleteNeels Hofmeyr1-0/+16
2018-04-11refactor subscr_conn and subscr_conn_fsm de-/allocNeels Hofmeyr1-7/+1
2018-04-10msc_vlr_test_call: reproduce OS#3062Neels Hofmeyr1-0/+7
2018-04-09Permit any Sender MSISDN when sending SMS from VTYHarald Welte1-1/+1
2018-04-05unify allocation of gsm_subscriber_connectionNeels Hofmeyr1-3/+1
2018-03-30use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-15/+24
2018-03-22dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.cNeels Hofmeyr1-14/+14
2018-03-15cosmetic: msc_vlr_tests: enable CC logging in debugNeels Hofmeyr1-1/+1
2018-03-10msc_vlr_tests: clearly separate Ciph Mode from Security Mode checkingNeels Hofmeyr1-2/+30
2018-03-02msc_vlr_tests: improve cipher mode coverageNeels Hofmeyr1-25/+50
2018-03-02msc_vlr_tests: revert IMSI parameter and test nr outputNeels Hofmeyr1-10/+13
2018-02-27cosmetic: gsm_network_init(): imply default 001-01 PLMNNeels Hofmeyr1-1/+1
2018-02-14remove unused "authorized-regexp" VTY commandHarald Welte1-5/+4
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 parametersMax1-8/+2
2018-02-07VLR tests: remove weird codeMax1-1/+1
2018-02-07VLR tests: don't fail via assertMax1-4/+13
2018-02-07Expand VLR testsMax1-6/+7
2018-02-07VLR tests: mark static test functions as suchMax1-12/+7
2018-02-07Move IMSI into test parametersMax1-1/+3
2018-02-06Fix whitespace issuesMax1-2/+2
2018-02-05mgcp: use osmo-mgw to switch rtp streamsPhilipp Maier1-6/+6
2018-02-03Implement checks for duplicate uplink UL L3 messageHarald Welte1-0/+40
2018-01-28Permit a set of multiple different A5 ciphersHarald Welte1-3/+3
2018-01-28Shift ciphering algorithm selection from VLR to MSCHarald Welte1-2/+1
2018-01-25Massive removal of unused code/structs/headersHarald Welte1-5/+0
2018-01-24remove traces of bsc_subscriberHarald Welte1-5/+4
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max1-4/+4
2017-12-18cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is usedNeels Hofmeyr1-1/+1
2017-12-18cosmetic: msc_vlr_tests: log SMS details when invoked with -vNeels Hofmeyr1-0/+3
2017-11-27add msc_vlr_test_call to reproduce a sanitizer errorNeels Hofmeyr1-4/+54
2017-11-22msc_vlr_tests: set a valid lac for fake connsNeels Hofmeyr1-0/+1
2017-11-22msc_vlr_tests: fix test nr arg: clear errno before strtol()Neels Hofmeyr1-0/+1
2017-11-20cosmetic: msc_vlr_tests: add comment to show expected tallocsNeels Hofmeyr1-0/+13
2017-10-31tests: add msc_vlr_test_authen_reuseNeels Hofmeyr1-0/+2
2017-10-03fix memory leak: vlr: vlr_gsupc_read_cb() must msgb_free()Neels Hofmeyr1-1/+1
2017-09-15Remove rest_octets.hMax1-0/+1
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-5/+5
2017-08-29split off osmo-msc: remove files, apply build, renameNeels Hofmeyr1-1/+0
2017-08-29cosmetic: msc_vlr_tests: drop unused varNeels Hofmeyr1-1/+0
2017-08-29move libiu to osmo-iuh/libosmo-ranapNeels Hofmeyr1-14/+19
2017-08-29Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring)Philipp Maier1-7/+30