aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-14Don't use sqlite3 Function UNIXEPOCH()keith/sqlite3_no_unixepochKeith Whyte1-4/+4
2022-05-14WIP: switch from libdbi to lbisqlite3Harald Welte10-344/+626
2022-05-14sms_queue: Annotate each function with some commentHarald Welte1-29/+47
2022-05-14switch sqlite3 to single-threaded modeHarald Welte8-0/+14
2022-05-13call rate_ctr_init() to make rate counters work properlyHarald Welte1-0/+1
2022-05-04fix crash on CM Serv Rej: fix use count mismatchNeels Hofmeyr3-7/+24
2022-04-13tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'Vadim Yanitskiy6-6/+6
2022-01-13call_leg: local_bridge: Avoid null pointer access if CN-side not readyPau Espin Pedrol1-0/+3
2022-01-11Drop unneeded ax_check_compile_flag.m4Pau Espin Pedrol1-74/+0
2022-01-07ran_msg_iu.c: Set proper codec in Assignment CompletePau Espin Pedrol1-1/+2
2022-01-07Avoid setting audio codec if not available during assignment_complete (MDCX)Pau Espin Pedrol2-2/+6
2022-01-05Announce IuFP audio codec for UTRAN conns in CRCX towards MGWPau Espin Pedrol3-2/+15
2021-12-14treewide: remove FSF addressOliver Smith10-40/+0
2021-12-09ran_msg_iu: do not pass UEA0 to ranap_new_msg_sec_mod_cmd2()Alexander Couzens1-2/+3
2021-12-07libmsc: fix memory leak (struct msgb) in msc_i_ran_enc()Vadim Yanitskiy4-14/+7
2021-12-02libmsc: ran_iu_make_security_mode_command(): clarify UIA maskVadim Yanitskiy1-1/+5
2021-11-30libmsc: ran_iu_make_security_mode_command(): improve readabilityVadim Yanitskiy1-2/+4
2021-11-30libvlr: fix is_ciph_required(): always send SecModeCmd for UTRANVadim Yanitskiy4-111/+178
2021-11-30libvlr: vlr_set_ciph_mode(): avoid redundant checkVadim Yanitskiy4-7/+0
2021-11-29libmsc: fix another memleak (struct gsm_sms) in gsm340_rx_tpdu()Vadim Yanitskiy1-1/+1
2021-11-29libmsc: fix memory leak (struct gsm_sms) in gsm340_rx_tpdu()Vadim Yanitskiy1-1/+2
2021-11-28VTY: clarify deprecation message for cfg_net_per_loc_upd_cmdVadim Yanitskiy1-2/+2
2021-11-27libmsc/gsm_04_08: refactor require ciphering into an own functionAlexander Couzens4-4/+16
2021-11-17utran: use new UTRAN encryption enumAlexander Couzens5-13/+17
2021-11-16Bump version: 1.7.0.43-aefbf-dirty → 1.8.01.8.0Pau Espin Pedrol5-29/+93
2021-11-12Do not mention deprecated -l / --database optionsVadim Yanitskiy2-5/+4
2021-11-12Do not mention deprecated -M / --mncc-sock-path optionsVadim Yanitskiy2-8/+4
2021-11-12manuals: remove deprecated -C / --no-dbcounter optionsVadim Yanitskiy1-4/+1
2021-11-05Validate the choosen UTRAN encryption algorithmAlexander Couzens8-18/+52
2021-11-05Make UTRAN encryption algorithms configurableHarald Welte9-64/+38
2021-11-05Fix enabling of UMTS UEA encryptionHarald Welte3-1/+7
2021-11-04Revert "Turn some compiler warnings into errors"Oliver Smith1-15/+0
2021-11-03mncc: rework passing GCR over the MNCC interfaceVadim Yanitskiy3-17/+34
2021-10-30smpp_smsc: use osmo_talloc_replace_string() in smpp_smsc_conf()Vadim Yanitskiy1-7/+1
2021-10-26libmsc: struct smsc: drop 'const' qualifier from bind_addrVadim Yanitskiy1-1/+1
2021-10-26libmsc: fix NULL pointer dereference in trans_lcls_compose()Vadim Yanitskiy1-5/+5
2021-10-25Add support for LCLS to the MSCKeith Whyte13-12/+134
2021-10-25smpp_mirror: Don't allocate msgb's for unrealistic amounts of memoryHarald Welte1-0/+5
2021-10-25smpp_mirror: Factor-out reset of SMPP read stateHarald Welte1-4/+9
2021-09-28smpp: Fix help string in vty for "alert-notifications"Harald Welte1-1/+1
2021-09-16contrib/osmo-msc.spec.in: require libosmo-ranap >= 0.7.0Oliver Smith1-1/+1
2021-09-14msc_vlr_test: remove DLMGCP log messages from unit test outputPhilipp Maier13-12/+1
2021-08-25cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2021-08-24vlr_sgs: Balance use_count incremented in vlr_sgs_loc_updatePau Espin Pedrol2-2/+7
2021-08-24vlr_sgs.c: Fix missing use_count decrease in vlr_sgs_imsi_detachPau Espin Pedrol1-1/+3
2021-08-24vlr_auth_fsm.c: Simplify function auth_fsm_wait_ai_resyncPau Espin Pedrol1-7/+3
2021-08-24vlr_sgs.h: Set proper logic order of items in enum sgs_ue_fsm_statePau Espin Pedrol1-1/+1
2021-08-24cosmetic: fix typos in commentsPau Espin Pedrol1-3/+3
2021-08-03running.adoc: add section about MGCP configurationPhilipp Maier1-0/+18
2021-07-29implement CM Re-Establish for voice callsNeels Hofmeyr5-2/+136