aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr/msc_vlr_tests.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-26use osmo_rat_type from libosmocoreNeels Hofmeyr1-20/+20
2018-12-24msc_vlr_tests: tweak logging in verbose modeNeels Hofmeyr1-2/+7
2018-12-24remove code dup: add msc_mgcp_try_call_assignment()Neels Hofmeyr1-3/+3
2018-12-11make gsup ipa name configurable in osmo-msc.cfgStefan Sperling1-22/+22
2018-11-30move gsm_auth_tuple to vlr.h as vlr_auth_tupleNeels Hofmeyr1-1/+1
2018-11-30rename some RAN conn related stuff to ran_conn_*Neels Hofmeyr1-5/+5
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-23/+23
2018-11-29libmsc/gsm_04_11.c: refactor MT SMS message handlingVadim Yanitskiy1-1/+1
2018-11-23osmo_msc: remove unused parameter from msc_dtap()Philipp Maier1-1/+1
2018-11-22msc_vlr_tests.c: drop duplicating DMM category definitionVadim Yanitskiy1-5/+0
2018-11-18msc_vlr_tests: tweak conn_exists()Max1-4/+9
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