1. 123261e vlr: Add rate counters and stat items by Harald Welte · 2 years ago
  2. 173bdf3 vlr: Split vlr_subscr_rx_imsi_detach() by Harald Welte · 2 years ago
  3. dc7d841 sms_queue: Annotate each function with some comment by Harald Welte · 2 years ago
  4. 467fc57 switch sqlite3 to single-threaded mode by Harald Welte · 2 years ago
  5. 2db1966 call rate_ctr_init() to make rate counters work properly by Harald Welte · 2 years ago
  6. 5d53c60 fix crash on CM Serv Rej: fix use count mismatch by Neels Hofmeyr · 2 years, 1 month ago
  7. c628c9e tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' by Vadim Yanitskiy · 2 years, 1 month ago
  8. dd26226 call_leg: local_bridge: Avoid null pointer access if CN-side not ready by Pau Espin Pedrol · 2 years, 4 months ago
  9. 0557ca2 Drop unneeded ax_check_compile_flag.m4 by Pau Espin Pedrol · 2 years, 4 months ago
  10. d795531 ran_msg_iu.c: Set proper codec in Assignment Complete by Pau Espin Pedrol · 2 years, 4 months ago
  11. 9de384a Avoid setting audio codec if not available during assignment_complete (MDCX) by Pau Espin Pedrol · 2 years, 4 months ago
  12. 3a02d29 Announce IuFP audio codec for UTRAN conns in CRCX towards MGW by Pau Espin Pedrol · 2 years, 4 months ago
  13. 2ee27f9 treewide: remove FSF address by Oliver Smith · 2 years, 5 months ago
  14. e400b11 ran_msg_iu: do not pass UEA0 to ranap_new_msg_sec_mod_cmd2() by Alexander Couzens · 2 years, 6 months ago
  15. c44342b libmsc: fix memory leak (struct msgb) in msc_i_ran_enc() by Vadim Yanitskiy · 2 years, 5 months ago
  16. d405bad libmsc: ran_iu_make_security_mode_command(): clarify UIA mask by Vadim Yanitskiy · 2 years, 6 months ago
  17. 35db146 libmsc: ran_iu_make_security_mode_command(): improve readability by Vadim Yanitskiy · 2 years, 6 months ago
  18. 565ea2b libvlr: fix is_ciph_required(): always send SecModeCmd for UTRAN by Vadim Yanitskiy · 2 years, 6 months ago
  19. f4b87fa libvlr: vlr_set_ciph_mode(): avoid redundant check by Vadim Yanitskiy · 2 years, 6 months ago
  20. 6d594e4 libmsc: fix another memleak (struct gsm_sms) in gsm340_rx_tpdu() by Vadim Yanitskiy · 2 years, 6 months ago
  21. ef19fc1 libmsc: fix memory leak (struct gsm_sms) in gsm340_rx_tpdu() by Vadim Yanitskiy · 2 years, 6 months ago
  22. 9a28230 VTY: clarify deprecation message for cfg_net_per_loc_upd_cmd by Vadim Yanitskiy · 2 years, 6 months ago
  23. 2c5e461 libmsc/gsm_04_08: refactor require ciphering into an own function by Alexander Couzens · 2 years, 6 months ago
  24. 8b7d785 utran: use new UTRAN encryption enum by Alexander Couzens · 2 years, 6 months ago
  25. b7f97ea Bump version: 1.7.0.43-aefbf-dirty → 1.8.0 by Pau Espin Pedrol · 2 years, 6 months ago 1.8.0
  26. aefbf7a Do not mention deprecated -l / --database options by Vadim Yanitskiy · 2 years, 6 months ago
  27. 1ec8e54 Do not mention deprecated -M / --mncc-sock-path options by Vadim Yanitskiy · 2 years, 6 months ago
  28. 3caede7 manuals: remove deprecated -C / --no-dbcounter options by Vadim Yanitskiy · 2 years, 6 months ago
  29. 2aaff75 Validate the choosen UTRAN encryption algorithm by Alexander Couzens · 2 years, 7 months ago
  30. 505a94a Make UTRAN encryption algorithms configurable by Harald Welte · 3 years, 3 months ago
  31. 274b70f Fix enabling of UMTS UEA encryption by Harald Welte · 3 years, 3 months ago
  32. efa6c5b Revert "Turn some compiler warnings into errors" by Oliver Smith · 2 years, 6 months ago
  33. c6921e5 mncc: rework passing GCR over the MNCC interface by Vadim Yanitskiy · 2 years, 7 months ago
  34. e066110 smpp_smsc: use osmo_talloc_replace_string() in smpp_smsc_conf() by Vadim Yanitskiy · 2 years, 7 months ago
  35. 97b8e76 libmsc: struct smsc: drop 'const' qualifier from bind_addr by Vadim Yanitskiy · 2 years, 7 months ago
  36. 583883b libmsc: fix NULL pointer dereference in trans_lcls_compose() by Vadim Yanitskiy · 2 years, 7 months ago
  37. a1a70be Add support for LCLS to the MSC by Keith Whyte · 3 years ago
  38. 890ece1 smpp_mirror: Don't allocate msgb's for unrealistic amounts of memory by Harald Welte · 2 years, 7 months ago
  39. 065b23a smpp_mirror: Factor-out reset of SMPP read state by Harald Welte · 2 years, 7 months ago
  40. 30811f8 smpp: Fix help string in vty for "alert-notifications" by Harald Welte · 2 years, 8 months ago
  41. 4ac5953 contrib/osmo-msc.spec.in: require libosmo-ranap >= 0.7.0 by Oliver Smith · 2 years, 8 months ago
  42. ce1f973 msc_vlr_test: remove DLMGCP log messages from unit test output by Philipp Maier · 2 years, 8 months ago
  43. 35ff852 cosmetic: Fix typo in comment by Pau Espin Pedrol · 2 years, 9 months ago
  44. 017ba1f vlr_sgs: Balance use_count incremented in vlr_sgs_loc_update by Pau Espin Pedrol · 2 years, 9 months ago
  45. 25b3ffb vlr_sgs.c: Fix missing use_count decrease in vlr_sgs_imsi_detach by Pau Espin Pedrol · 2 years, 9 months ago
  46. eb1b3ab vlr_auth_fsm.c: Simplify function auth_fsm_wait_ai_resync by Pau Espin Pedrol · 2 years, 9 months ago
  47. 13f17c1 vlr_sgs.h: Set proper logic order of items in enum sgs_ue_fsm_state by Pau Espin Pedrol · 2 years, 9 months ago
  48. 25b6847 cosmetic: fix typos in comments by Pau Espin Pedrol · 2 years, 9 months ago
  49. 945b060 running.adoc: add section about MGCP configuration by Philipp Maier · 2 years, 10 months ago
  50. ae98b97 implement CM Re-Establish for voice calls by Neels Hofmeyr · 2 years, 10 months ago
  51. 5bdba0d add vlr_subscr_find_by_mi by Neels Hofmeyr · 2 years, 10 months ago
  52. 0c076bc add sequence_charts/call_reestablishment.msc by Neels Hofmeyr · 2 years, 10 months ago
  53. e53ecde msc_a.c: Allow MSC_A_EV_CN_CLOSE in state MSC_A_ST_RELEASING by Pau Espin Pedrol · 2 years, 10 months ago
  54. 42ac366 sgs_iface.c: Improve logging when paging over SGs by Pau Espin Pedrol · 2 years, 10 months ago
  55. 1086e20 vlr_sgs: Drop recorded LastEutranPlmnId when UE no longer associated by Pau Espin Pedrol · 2 years, 11 months ago
  56. 8252959 sgs: Use available API to set vlr subscr LastUsedEutranPLMNId by Pau Espin Pedrol · 2 years, 11 months ago
  57. 73d093a improve logging on encryption, for Ciphering and HO by Neels Hofmeyr · 2 years, 11 months ago neels/a54
  58. db07fdc support A5/4 in inter-BSC handover by Neels Hofmeyr · 3 years ago
  59. 6ce2edc support A5/4 in Cipher Mode Command by Neels Hofmeyr · 3 years ago
  60. a7f8020 vty: allow A5/4 encryption in config by Eric Wild · 3 years ago
  61. cdcfc80 ran_msg_a.c: use gsm0808_create_cipher2() by Neels Hofmeyr · 3 years ago
  62. 07c8b7c osmo-msc main: use osmo_select_shutdown() by Neels Hofmeyr · 2 years, 11 months ago
  63. 435f67f msc_tx_common_id(): fix potential NULL pointer dereference by Vadim Yanitskiy · 3 years ago
  64. 2e21a68 Use new osmo stat items/ctr APIs by Pau Espin Pedrol · 3 years ago
  65. 6710670 Fill Last Used E-UTRAN PLMN Id when in CSFB by Pau Espin Pedrol · 3 years, 1 month ago
  66. a361cab SMS-over-GSUP: notify sender if no transaction found by Vadim Yanitskiy · 4 years, 1 month ago
  67. 5a44e5f contrib/osmo-msc.spec.in: depend on dbd-sqlite3 by Oliver Smith · 3 years, 2 months ago
  68. 13c2153 configure.ac: Depend on newer libosmo-ranap by Pau Espin Pedrol · 3 years, 3 months ago
  69. 59764b6 Bump version: 1.6.1.98-cad22-dirty → 1.7.0 by Pau Espin Pedrol · 3 years, 3 months ago 1.7.0
  70. cad22fd tests: Replace deprecated API log_set_print_filename by Pau Espin Pedrol · 3 years, 3 months ago
  71. 8d02d99 tests: Explicitly drop category from log by Pau Espin Pedrol · 3 years, 3 months ago
  72. ac6ccd9 gsm_network: drop unused neighbor_list member by Neels Hofmeyr · 3 years, 3 months ago
  73. dd466cf fix _gsm48_cc_trans_free(): send MNCC REL.ind on Clear Request by Vadim Yanitskiy · 3 years, 3 months ago
  74. dbb3c72 msc_vlr_tests: make independent of libosmocore talloc by Neels Hofmeyr · 3 years, 3 months ago
  75. 33144f1 ran_a_decode_cipher_mode_reject(): use gsm0808_get_cause() by Vadim Yanitskiy · 3 years, 3 months ago
  76. 566ce11 submit_to_sms(): fix the use of deprecated gsm_septets2octets() by Vadim Yanitskiy · 3 years, 3 months ago
  77. 46de4aa .gitignore: Ignore new autofoo tmp files by Pau Espin Pedrol · 3 years, 3 months ago
  78. 09dac13 configure.ac: set -std=gnu11 by Oliver Smith · 3 years, 4 months ago
  79. 716a261 contrib/jenkins: don't build osmo-gsm-manuals by Oliver Smith · 3 years, 4 months ago
  80. 644be61 README update. Explain more what it is than just the history by Harald Welte · 3 years, 4 months ago
  81. e917b19 main: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 6 months ago
  82. 4dc5dcf Use osmo_fd_*_{disable,enable} by Harald Welte · 3 years, 7 months ago
  83. e1880104 debian/control: Recommend installation of osmo-mgw by Harald Welte · 3 years, 6 months ago
  84. 33a2487 main: add --vty-ref-mode, use vty_dump_xml_ref_mode() by Vadim Yanitskiy · 3 years, 7 months ago
  85. aa29e33 Use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 7 months ago
  86. 5a58cef contrib/jenkins: Enable parallel make in make distcheck by Pau Espin Pedrol · 3 years, 7 months ago
  87. ae167fc Convert paging response timer into an osmocom own X4 timer by Alexander Couzens · 3 years, 8 months ago
  88. 9194b33 gsm_04_08: check return code of osmo_mobile_identity_decode_from_l3() by Philipp Maier · 3 years, 8 months ago
  89. 754def9 fix comment in ran_peer.h by Neels Hofmeyr · 3 years, 8 months ago
  90. cbcfe99 drop duplicate ran_peer_find() vs ran_peer_find_by_addr() by Neels Hofmeyr · 3 years, 8 months ago
  91. 192fefe Don't Store an SMS in the database when the ESME is not Bound by Keith Whyte · 3 years, 9 months ago
  92. 8c472bd mncc_call: fix memory overrun by Philipp Maier · 3 years, 8 months ago
  93. d4099c3 fix MGCP timeout timer by Neels Hofmeyr · 3 years, 8 months ago
  94. eeda9e1 mncc: Support IPv6 addresses (new version mncc 7) by Pau Espin Pedrol · 3 years, 9 months ago pespin/ipv6
  95. 0632717 Support handling IPv6 Transport Address in Handover Request (Ack) by Pau Espin Pedrol · 3 years, 9 months ago
  96. 047c5d9 tests: Fix VTY results after switch to newer libosmo-mgcp-client by Pau Espin Pedrol · 3 years, 8 months ago
  97. f9c76e3 Support handling IPv6 Transport Address in Assignment Complete by Pau Espin Pedrol · 3 years, 9 months ago
  98. d35abfa Support sending IPv6 Transport Address in Assignment Command by Pau Espin Pedrol · 3 years, 9 months ago
  99. 1587ffb vty: allow configuring db path from cfg file by Keith Whyte · 3 years, 9 months ago
  100. c84702c Change default SCTP conn NULL->127.0.0.1 to localhost->localhost by Pau Espin Pedrol · 3 years, 9 months ago