aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-12-11make gsup ipa name configurable in osmo-msc.cfgStefan Sperling15-121/+122
2018-12-11LU: do not always invoke sub_pres_vlr_fsm_start()Neels Hofmeyr11-496/+0
2018-12-05add VTY commands: mncc internal / external (== -M)Neels Hofmeyr1-0/+25
2018-12-05vty: mncc cfg: separate the 'mncc' from 'mncc-guard-timeout'Neels Hofmeyr1-2/+2
2018-12-05add test_nodes.vty transcript testNeels Hofmeyr2-1/+107
2018-12-05make: prepare for adding transcript testsNeels Hofmeyr1-6/+41
2018-12-05python tests: use py shebang instead of $(PYTHON)Neels Hofmeyr4-6/+6
2018-11-30GSM_EXTENSION_LENGTH -> VLR_MSISDN_LENGTHNeels Hofmeyr1-1/+2
2018-11-30move gsm_auth_tuple to vlr.h as vlr_auth_tupleNeels Hofmeyr1-1/+1
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr1-1/+0
2018-11-30rename some RAN conn related stuff to ran_conn_*Neels Hofmeyr2-6/+6
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr18-3277/+3277
2018-11-30drop unused tests/db/*Neels Hofmeyr5-337/+0
2018-11-29libmsc/gsm_04_11.c: refactor MT SMS message handlingVadim Yanitskiy7-121/+130
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()Max2-5/+10
2018-10-24gsm_04_08_cc: Add global guard timer for MNCCPhilipp Maier1-0/+28
2018-09-30GSUP client: send CN domain IE on LU requestNeels Hofmeyr24-175/+175
2018-09-17A5/n Ciph: request Classmark Update if missingNeels Hofmeyr7-26/+1565
2018-09-17msc_vlr_tests: cosmetically tweak perm algo printingNeels Hofmeyr2-13/+13
2018-09-17store classmark in vlr_subscr, not connNeels Hofmeyr2-8/+1
2018-08-23cosmetic: mute "COMPLETE_LAYER_3 not permitted"Neels Hofmeyr3-12/+0
2018-08-05Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte3-17/+19
2018-07-31migrate to oap_client in libosmogsmHarald Welte1-2/+2
2018-07-30libmsc/gsm_09_11.c: implement network-initiated sessionsVadim Yanitskiy2-6/+323
2018-07-30libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUPVadim Yanitskiy2-7/+22
2018-07-29msc_vlr_tests: don't abuse USSD-request to conclude connectionsVadim Yanitskiy19-659/+488
2018-06-10libmsc/ussd.c: use connection ref-counting and transactionsVadim Yanitskiy6-23/+184
2018-05-23implement periodic Location Update expiry in the VLRStefan Sperling4-0/+193
2018-05-16vlr_access_req_fsm: use correct cause codesPhilipp Maier1-3/+3
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