aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr/msc_vlr_tests.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09msc_vlr_test_call: assignment indicate FR or HRNeels Hofmeyr1-3/+19
2024-02-09msc_vlr_tests: allow more detail for assigned codecNeels Hofmeyr1-3/+11
2023-07-09ASCI: Use a unique call-id for RTP streamsAndreas Eversberg1-1/+1
2023-06-14Use new mgcp_client_conf_alloc() API to alloc mgcp_client_confPau Espin Pedrol1-2/+2
2023-03-18[codecs filter] msc_vlr_test_call: test codecs resolutionNeels Hofmeyr1-8/+48
2023-03-18msc_vlr_tests: confirm crcx by RAN/CN side separatelyNeels Hofmeyr1-10/+15
2023-03-18in ran_msg, return gsm0808_speech_codec (intra-MSC)Neels Hofmeyr1-2/+6
2023-03-18rtp_stream: allow multiple codecs / use codec filter from AssignmentNeels Hofmeyr1-5/+9
2023-03-18add ran_infra.force_mgw_codecs_to_ranNeels Hofmeyr1-0/+10
2023-03-14msc_vlr_test_call: include RAN RTP addr in ass complNeels Hofmeyr1-0/+1
2022-10-19Introduce support for libosmo-mgcp-client MGW poolingPau Espin Pedrol1-2/+4
2022-01-07Avoid setting audio codec if not available during assignment_complete (MDCX)Pau Espin Pedrol1-0/+1
2021-11-05Validate the choosen UTRAN encryption algorithmAlexander Couzens1-1/+2
2021-09-14msc_vlr_test: remove DLMGCP log messages from unit test outputPhilipp Maier1-0/+1
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol1-1/+1
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol1-0/+1
2021-02-07msc_vlr_tests: make independent of libosmocore tallocNeels Hofmeyr1-43/+18
2020-08-28vty: allow configuring db path from cfg fileKeith Whyte1-22/+23
2020-06-19add rudimentary NRI support for MSC poolingNeels Hofmeyr1-21/+22
2019-11-28msc_vlr_tests: better err logging for dtap msgsNeels Hofmeyr1-1/+3
2019-11-05fix msc_vlr_test_call.cNeels Hofmeyr1-3/+120
2019-09-02msc_vlr_tests: GSUP: don't care about extra IEsNeels Hofmeyr1-1/+9
2019-07-18replace osmo_counter with stat_itemsAlexander Couzens1-19/+21
2019-07-09Fix: add missing semicolons to OSMO_ASSERT statementsVadim Yanitskiy1-1/+1
2019-05-12add DSS logging categoryNeels Hofmeyr1-0/+5
2019-05-09fix regression: fix internal MNCC operationNeels Hofmeyr1-1/+1
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr1-361/+410
2019-04-12enable osmo_fsm_term_safely(), apply logging changesNeels Hofmeyr1-0/+2
2019-02-18a_iface: Centralize/wrap BSSAP / N-DATA transmissionHarald Welte1-0/+8
2019-02-05VLR tests: use msgb_eq_data_print() for comparisonMax1-11/+12
2019-01-16Enable SMS-related log in VLR testsMax1-1/+1
2019-01-12msc_vlr_tests: tweak logging in verbose modeNeels Hofmeyr1-2/+7
2019-01-12add LOG_RAN_CONN() to use the conn->fi->id for contextNeels Hofmeyr1-0/+5
2019-01-04use osmo_rat_type from libosmocoreNeels Hofmeyr1-20/+20
2019-01-04remove 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