1. efb1f60 libmsc/gsm_09_11.c: send GSUP PROS_SS ERROR message when needed by Vadim Yanitskiy · 5 years ago
  2. 04bbfb8 libmsc/gsm_09_11.c: fix: return trans from establish_nc_ss_trans() by Vadim Yanitskiy · 5 years ago
  3. 20edc97 gsup_client_mux_tx_error_reply(): fix: do not omit SM-RP-MR IE by Vadim Yanitskiy · 5 years ago
  4. c33d94b gsup_client_mux_tx_error_reply(): fix: do not omit message class IE by Vadim Yanitskiy · 5 years ago
  5. 463005e gsup_client_mux_tx_error_reply(): fix: do not omit session IEs by Vadim Yanitskiy · 5 years ago
  6. 4d0066c gsup_client_mux_tx_error_reply(): fix: do not override IMSI by Vadim Yanitskiy · 5 years ago
  7. 3d60303 libmsc/gsm_0(4|9)_11_gsup.c: print error message if subscr is not known by Vadim Yanitskiy · 5 years ago
  8. 79e6db0 libmsc/mncc_builtin.c: drop dummy switch in int_mncc_recv() by Vadim Yanitskiy · 5 years ago
  9. 570b4c8 libmsc/db.c: get rid of hard-coded SMS expiry threshold by Vadim Yanitskiy · 5 years ago
  10. 0d13e83 libmsc/db.c: warn user about SMS text truncation by Vadim Yanitskiy · 5 years ago
  11. ea24bb5 libmsc/db.c: introduce and use parse_sm_ud_from_result() by Vadim Yanitskiy · 5 years ago
  12. ad585d8 libmsc/db.c: fix potential integer overflow by Vadim Yanitskiy · 5 years ago
  13. 7f97d67 db: Fix call to mempcy with NULL src ptr by Pau Espin Pedrol · 5 years ago
  14. 9d61db7 libmsc/db.c: fix storing SMS with empty TP-User-Data by Vadim Yanitskiy · 5 years ago
  15. e1e7247 Introduce initial unit test for db_sms_* API by Vadim Yanitskiy · 5 years ago
  16. dcf2868 libmsc/msc_vty.c: do not abuse strlen() to check char buffers by Vadim Yanitskiy · 5 years ago
  17. 8014917 libmsc/msc_vty.c: refactor 'show subscr / conn / trans' commands by Vadim Yanitskiy · 5 years ago
  18. 8b0737f Use GSM23003_MSISDN_MAX_DIGITS from libosmogsm by Vadim Yanitskiy · 5 years ago
  19. 483cea8 sgs_iface: detect and react to VLR/HLR failure by Philipp Maier · 5 years ago
  20. b683dcf transaction: accept trans_type enum in trans_log_subsys() by Vadim Yanitskiy · 5 years ago
  21. a3cdab4 Request Osmux CID and forward it in Assign Req and Assign Compl by Pau Espin Pedrol · 5 years ago
  22. 643270f libmsc/gsm_04_11.c: properly handle MMTS indication by Vadim Yanitskiy · 5 years ago
  23. c9ba754 a_iface: Announce Osmux support on RESET (ACK) send by Pau Espin Pedrol · 5 years ago
  24. f9f38b5 bssap: Detect BSC Osmux support on RESET (ACK) recv by Pau Espin Pedrol · 5 years ago
  25. 4faff9e vty: Add option to enable osmux towards BSCs by Pau Espin Pedrol · 5 years ago
  26. a10d79e build osmo-msc: add "missing" LIBASN1C_LIBS by Neels Hofmeyr · 6 years ago
  27. e0ef6d1 libmsc/rtp_stream.c: prevent NULL-pointer dereference by Vadim Yanitskiy · 5 years ago
  28. 56e722f libmsc/msc_vty.c: use llist_count() in subscr_dump_full_vty() by Vadim Yanitskiy · 5 years ago
  29. 3ccd823 libmsc/msc_vty.c: fix documentation of 'show subscriber id' by Vadim Yanitskiy · 5 years ago
  30. 23d42d6 libmsc/msc_vty.c: fix: use msub_for_vsub() in subscr_dump_full_vty() by Vadim Yanitskiy · 5 years ago
  31. b10ec6a remove msc specific db counters by Alexander Couzens · 5 years ago
  32. f15852b ran_peer: Move rx_reset_ack logic into its own func by Pau Espin Pedrol · 5 years ago
  33. cbf2c93 vlr: optionally send IMEI early to HLR by Oliver Smith · 5 years ago
  34. b8077b0 vlr: when setting IMEISV, also set IMEI by Oliver Smith · 5 years ago
  35. 03ded91 vty: make retrieve-imeisv-early configurable by Oliver Smith · 5 years ago
  36. d24c46a libmsc/ran_peer.c: avoid unreasonable use of goto in ran_peer_down_paging() by Vadim Yanitskiy · 5 years ago
  37. ede95d1 libmsc/ran_peer.c: fix msgb memleaks in ran_peer_down_paging() by Vadim Yanitskiy · 5 years ago
  38. ffd522e vlr_lu_fsm.c: assert for invalid events by Oliver Smith · 5 years ago
  39. c5a8e9f libmsc/mncc_call.c: fix uninitialized access of stack memory by Vadim Yanitskiy · 5 years ago
  40. 444771d libmsc/ran_msg_a.c: prevent chosen_encryption->key buffer overrun by Vadim Yanitskiy · 5 years ago
  41. 18e8b39 libmsc/ran_msg_a.c: refactor ran_a_decode_lcls_notification() by Vadim Yanitskiy · 5 years ago
  42. bfe8eb7 libmsc/ran_msg_a.c: avoid ternary operator in struct initialization by Vadim Yanitskiy · 5 years ago
  43. 36c8153 libmsc/gsm_04_11.c: fix NULL-pointer dereference in gsm340_rx_tpdu() by Vadim Yanitskiy · 5 years ago
  44. 4dd477f libmsc/msc_a.c: fix possible NULL-pointer dereferences by Vadim Yanitskiy · 5 years ago
  45. a870faf libmsc/msc_ho.c: fix unreacheable check of MSC-T role allocation by Vadim Yanitskiy · 5 years ago
  46. 48a24cd libmsc/sgs_server.c: do not override rc in case of SCTP_SHUTDOWN_EVENT by Vadim Yanitskiy · 5 years ago
  47. 59ed792 libmsc/gsm_04_11_gsup.c: cosmetic: drop useless variable by Vadim Yanitskiy · 5 years ago
  48. 4456065 libmsc/gsm_04_08.c: clarify IMEI rejection in gsm48_rx_mm_serv_req() by Vadim Yanitskiy · 5 years ago
  49. b380a8c libmsc/gsm_04_08.c: refactor CM Service Request parsing by Vadim Yanitskiy · 5 years ago
  50. 2fca80e libmsc/gsm_04_08.c: fix: print proper length value by Vadim Yanitskiy · 5 years ago
  51. 0a437be silence error messages about HANDOVER_END not permitted by Neels Hofmeyr · 5 years ago
  52. 979b057 add DSS logging category by Neels Hofmeyr · 5 years ago
  53. 6a689b2 libmsc/gsm_04_11.c: cosmetic: restructure gsm411_mm_send() by Vadim Yanitskiy · 5 years ago
  54. c11342e libmsc/gsm_04_11.c: fix double init of both SMR and SMC FSMs by Vadim Yanitskiy · 5 years ago
  55. 4dd150a Iu: Send SMS over SAPI-3 by Harald Welte · 5 years ago
  56. f50d130 call_leg: document the parent_event_* items by Neels Hofmeyr · 5 years ago
  57. 265a4c7 call_leg: remove unused event MSC_EV_CALL_LEG_RTP_RELEASED by Neels Hofmeyr · 5 years ago
  58. c0847d6 SMPP: Don't accept password or system-id exceeding spec length by Harald Welte · 5 years ago
  59. 7f85ace LOG_TRANS: store subsys in trans, unify USSD logging back to DMM by Neels Hofmeyr · 5 years ago
  60. da3ce71 no HO call forwarding if no RTP stream by Neels Hofmeyr · 5 years ago
  61. 911e597 make msc_a_vsub() and others NULL-safe by Neels Hofmeyr · 5 years ago
  62. 4deb8c9 ran_a_make_handover_request(): allow no encryption by Neels Hofmeyr · 5 years ago
  63. 4eca09f libmsc/gsm_04_11.c: properly handle TP-User-Data-Length by Vadim Yanitskiy · 5 years ago
  64. 53d3e0e libmsc/ran_peer.c: fix msgb memleak in ran_peer_rx_reset() by Vadim Yanitskiy · 5 years ago
  65. db6855c msub_check_for_release(): Initialize msc_role_a_c by Harald Welte · 5 years ago
  66. 880b950 vty/cfg: add missing write-back of inter-BSC and inter-MSC HO config by Neels Hofmeyr · 5 years ago
  67. 5255874 fix regression: fix internal MNCC operation by Neels Hofmeyr · 5 years ago
  68. e39f6cd smpp: Make libsmpp34 use talloc for its allocations by Harald Welte · 5 years ago
  69. 4ac8009 rename bscconfig.h to config.h, cleanup by Neels Hofmeyr · 5 years ago
  70. e27fa15 GSUP: include terminating nul in inter-MSC source/destination name by Neels Hofmeyr · 5 years ago
  71. c4628a3 large refactoring: support inter-BSC and inter-MSC Handover by Neels Hofmeyr · 6 years ago
  72. 56f9013 gsm_04_11: use gsm48_decode_bcd_number2(), evaluate rc by Neels Hofmeyr · 5 years ago
  73. 5b1e030 fix various missing line endings in logging by Neels Hofmeyr · 5 years ago
  74. 03e8754 libmsc/gsm_04_11.c: clarify implicit CP-ACK handling by Vadim Yanitskiy · 5 years ago
  75. baccf3a libmsc/db.c: print info about database name and libdbi version by Vadim Yanitskiy · 5 years ago
  76. bfd45d5 configure.ac: drop useless SQLite3 dependency by Vadim Yanitskiy · 5 years ago
  77. bb5ba8b vlr_sgs_fsm: make sure vsub is marked used when LA is present by Philipp Maier · 5 years ago
  78. 0714002 smpp: fix vlr_subscr use count bugs by Neels Hofmeyr · 5 years ago
  79. e2bd9eb Allow MME name preformatted as FQDN in SGsAP by Omar Ramadan · 5 years ago
  80. c65cfe8 gsm_04_08_cc: improve logging for CC trans by Neels Hofmeyr · 5 years ago
  81. ff7074a add LOG_TRANS, proper context for all transactions by Neels Hofmeyr · 5 years ago
  82. 7c5346c vlr_subscr: use osmo_use_count by Neels Hofmeyr · 5 years ago
  83. d553c08 sms queue: avoid repeated Paging for a failed SMS by Neels Hofmeyr · 5 years ago
  84. e4f7e71 enable osmo_fsm_term_safely(), apply logging changes by Neels Hofmeyr · 5 years ago
  85. 7231edb sgs_iface: fix nullpointer dereference by Philipp Maier · 5 years ago
  86. 5dede76 smpp_smsc: Call destroy_tlv() when using build_tlv() by Harald Welte · 5 years ago
  87. f8af776 sms_queue: Print dest msisdn instead of unknown subscriber by Pau Espin Pedrol · 5 years ago
  88. 4826465 vlr_sgs: start lu expiration timer on sgs eps detach by Philipp Maier · 5 years ago
  89. 0803d88 vlr_sgs: fix SGs IMSI detech from non EPS services by Philipp Maier · 5 years ago
  90. 96262a7 libmsc/sms_queue.c: fix memleak in smsq_take_next_sms() by Vadim Yanitskiy · 5 years ago
  91. 18f1138 Write configuration correctly from vty (alert notifications) by Keith · 5 years ago
  92. 81635d3 libmsc: fix: properly initialize the SGs server by Vadim Yanitskiy · 5 years ago
  93. 1d802e2 libmsc/sgs_vty.c: don't print SGs socket error twice by Vadim Yanitskiy · 5 years ago
  94. 4eaefc2 libmsc/sgs_iface.c: register sgs_vlr_reset_fsm on DSO load by Vadim Yanitskiy · 5 years ago
  95. 118a0b8 libmsc/sgs_iface.c: fix copy-paste error by Vadim Yanitskiy · 5 years ago
  96. 83e311f vlr_subscr_name(): use OSMO_STRBUF by Neels Hofmeyr · 5 years ago
  97. 8fa2dbe msc_vty: add missing header file by Philipp Maier · 5 years ago
  98. da9f37e libvlr: Allow 2G auth tuples to be re-used without going through AUTH by Sylvain Munaut · 5 years ago
  99. 31f4c1f a_iface: OSMO_ASSERT() if we ever want to send BSSAP with invalid length by Harald Welte · 5 years ago
  100. 9286114 silent_call: use osmo_strlcpy() instead of strncpy() by Philipp Maier · 5 years ago