aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-12add LOG_TRANS, proper context for all transactionsNeels Hofmeyr8-365/+385
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr24-2103/+2116
2019-04-12enable osmo_fsm_term_safely(), apply logging changesNeels Hofmeyr13-1140/+625
2019-04-01tests/sms_queue: track the use of NULL talloc memory contextsVadim Yanitskiy2-0/+7
2019-04-01libmsc/sms_queue.c: fix memleak in smsq_take_next_sms()Vadim Yanitskiy1-8/+31
2019-02-28libmsc/sgs_vty.c: always write server address and VLR nameVadim Yanitskiy1-0/+1
2019-02-20libmsc/gsm_09_11.c: implement guard timer for NCSS sessionsVadim Yanitskiy1-0/+8
2019-02-18a_iface: Fix hexdumping of N-DATA.reqHarald Welte2-4/+4
2019-02-18a_iface: Centralize/wrap BSSAP / N-DATA transmissionHarald Welte3-0/+12
2019-02-05VLR tests: use msgb_eq_data_print() for comparisonMax1-11/+12
2019-02-04Add SGs InterfaceHarald Welte16-0/+90
2019-01-16Enable SMS-related log in VLR testsMax7-1/+589
2019-01-16VLR: send CHECK-IMEI to EIR/HLROliver Smith6-56/+853
2019-01-12msc_vlr_tests: tweak logging in verbose modeNeels Hofmeyr1-2/+7
2019-01-12mm_rx_id_resp(): use osmo_mi_name()Neels Hofmeyr4-14/+14
2019-01-12refactor log ctx for vlr_subscr and ran_connNeels Hofmeyr12-11351/+11648
2019-01-12rx CM Service Req: reject double use soonerNeels Hofmeyr1-2/+1
2019-01-12add LOG_RAN_CONN() to use the conn->fi->id for contextNeels Hofmeyr13-219/+237
2019-01-12use osmo_lu_type_name() from libosmocoreNeels Hofmeyr9-60/+60
2019-01-09msc_vty.c: make check-imei-rqd configurableOliver Smith1-0/+1
2019-01-04use osmo_rat_type from libosmocoreNeels Hofmeyr24-792/+792
2019-01-04vty cfg: move 'ipa-name' from 'msc' to 'hlr' sectionNeels Hofmeyr1-1/+1
2019-01-04remove code dup: add msc_mgcp_try_call_assignment()Neels Hofmeyr2-4/+4
2018-12-30libmsc/VTY: introduce kill-switch for routing SMS over GSUPVadim Yanitskiy1-0/+2
2018-12-20fix test_nodes.vty after libosmo-mgcp-client vty changesNeels Hofmeyr1-2/+0
2018-12-19Remove redundancy in LAC processingMax2-2/+2
2018-12-18VLR tests: avoid leaking LAC access detailsMax4-9/+9
2018-12-18VLR tests: add logging macro with explicit value descriptionMax1-3/+5
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