1. 27c8b03 vlr_gsup_rx: fix uninitialized rc by Neels Hofmeyr · 4 years, 6 months ago
  2. a79aac0 libmsc/gsm_04_08.c: fix: verify MI before calling vlr_subscr_rx_id_resp() by Vadim Yanitskiy · 4 years, 6 months ago
  3. 6a0c4d9 Bump version: 1.5.0.72-6e72-dirty → 1.6.0 by Pau Espin Pedrol · 4 years, 6 months ago 1.6.0
  4. 6e72282 libmsc/gsm_04_11_gsup.c: fix SM-RP-OA encoding for MO SMS over GSUP by Vadim Yanitskiy · 4 years, 7 months ago
  5. 61f4780 libmsc/gsm_04_11_gsup.c: do not init a buffer in gsm411_gsup_mo_fwd_sm_req() by Vadim Yanitskiy · 4 years, 7 months ago
  6. 3d6a8be sms log tweak by Neels Hofmeyr · 4 years, 8 months ago
  7. a252bcd sms db: when storing an SMS, retrieve the ID by Neels Hofmeyr · 4 years, 8 months ago
  8. 6dbdf14 osmoappdesc.py, tests: switch to python 3 by Oliver Smith · 4 years, 7 months ago
  9. 63b2464 gsup: indicate CN-Domain in SendAuthInfo Requests by Neels Hofmeyr · 4 years, 7 months ago
  10. abbdbfb msc: exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 7 months ago
  11. db4839c libmsc: fix potential NULL-pointer dereferences detected by GCC's LTO by Vadim Yanitskiy · 4 years, 7 months ago
  12. c6b088b counters: polish documentation of cm_service_request / paging_resp by Vadim Yanitskiy · 4 years, 7 months ago
  13. 1448052 counters: clarify documentation for MSC_CTR_CALL_* entries by Vadim Yanitskiy · 4 years, 7 months ago
  14. bc7dabd counters: clarify documentation for MSC_CTR_LOC_UPDATE_* entries by Vadim Yanitskiy · 4 years, 7 months ago
  15. 1ce842d counters: clarify documentation for MSC_CTR_SMS_* entries by Vadim Yanitskiy · 4 years, 7 months ago
  16. 34a8cc3 Check for osmo_fsm_register() error return value by Harald Welte · 4 years, 7 months ago
  17. 22d0ba8 manual: Fix copy+paste error by Harald Welte · 4 years, 7 months ago
  18. e000050 check for osmo_ss7_init() error return value by Harald Welte · 4 years, 7 months ago
  19. 11bf0bc msc_vlr_test_call: rename lu_utran_tmsi by Neels Hofmeyr · 4 years, 9 months ago
  20. 35fb679 msc_vlr_tests: log descriptions in color with -v by Neels Hofmeyr · 4 years, 9 months ago
  21. 07351d8 msc_vlr_test_call.c: add MNCC logging by Neels Hofmeyr · 4 years, 9 months ago
  22. e0f906c msc_vlr_tests: better err logging for dtap msgs by Neels Hofmeyr · 4 years, 9 months ago
  23. b455205 MNCC v6: add optional SDP to the socket protocol by Neels Hofmeyr · 4 years, 9 months ago
  24. eef4578 add sdp_msg API: SDP parsing/composition by Neels Hofmeyr · 4 years, 9 months ago
  25. bde605d fix incoming call while Paging by Neels Hofmeyr · 4 years, 9 months ago
  26. 00a476b msc_a CC: add some basic sanity tests by Neels Hofmeyr · 4 years, 7 months ago
  27. cc918cb fail on invalid RTP address from MGW by Neels Hofmeyr · 4 years, 7 months ago
  28. 3f07dac Fix some typos by Martin Hauke · 4 years, 8 months ago
  29. 8a50cfb BSSMAP: decode Codec List (BSS Supported) by Neels Hofmeyr · 4 years, 9 months ago
  30. 3f391dd fix msc_vlr_test_call.c by Neels Hofmeyr · 4 years, 10 months ago
  31. e04cd98 cc trans: remove unused tch_rtp_create by Neels Hofmeyr · 4 years, 8 months ago
  32. 82f58fe charts: add full MO and MT voice call diagram by Neels Hofmeyr · 4 years, 9 months ago
  33. 0f6664b add msc_log_to_ladder.py by Neels Hofmeyr · 4 years, 9 months ago
  34. f439ff1 CC: add error handling for CRCX responses by Neels Hofmeyr · 4 years, 9 months ago
  35. 84ce206 use osmo_sockaddr_str_is_nonzero() by Neels Hofmeyr · 4 years, 9 months ago
  36. 523b92f rtp_stream: sanely cancel MGW endpoint FSM notify by Neels Hofmeyr · 4 years, 9 months ago
  37. 33f71a1 fsm: use deferred deallocation by Neels Hofmeyr · 4 years, 9 months ago
  38. cf90bdb send MNCC REL only if MNCC has actually started by Neels Hofmeyr · 4 years, 9 months ago
  39. 0c1ed15 log: ran_msg_a: tweak a message name by Neels Hofmeyr · 4 years, 9 months ago
  40. fe5ae8e log: RANAP encode: use RANAP message names instead of BSSAP by Neels Hofmeyr · 4 years, 9 months ago
  41. 72fc706 BSSMAP log tweak by Neels Hofmeyr · 4 years, 9 months ago
  42. c67b483 also log MNCC_SETUP_REQ by Neels Hofmeyr · 4 years, 9 months ago
  43. a7ec369 tests: only check IU configs if IU is enabled by Oliver Smith · 4 years, 8 months ago
  44. 467bb87 log: drop duplicate MNCC log by Neels Hofmeyr · 4 years, 9 months ago
  45. c192c0b log which DTAP messages are sent to RAN by Neels Hofmeyr · 4 years, 9 months ago
  46. f636e6c LOG_TRANS for CC: always log CC state by Neels Hofmeyr · 4 years, 9 months ago
  47. a09f498 vlr_auth_fsm: on SAI use the GSUP provided GMM cause code by Alexander Couzens · 4 years, 11 months ago
  48. 7312b15 make vlr_gmm_cause_to_mm_cause public by Alexander Couzens · 4 years, 11 months ago
  49. 1bfe0e1 catch GSUP auth result without auth_fsm by Neels Hofmeyr · 4 years, 10 months ago
  50. 002fb01 paging: Send SGsAP-SERVICE-ABORT-REQUEST on paging timeout by Philipp Maier · 4 years, 9 months ago
  51. 6dcdfb0 sgs_iface: Accept messages with unknown TLV elements by Philipp Maier · 4 years, 9 months ago
  52. e9a3911 fix error on BSSMAP Cipher Mode Complete L3 msg IE by Neels Hofmeyr · 4 years, 10 months ago
  53. eb1b03a vlr: gmm_cause_to_fsm_and_mm_cause() drop fsm_cause_p argument by Alexander Couzens · 4 years, 11 months ago
  54. b08a380 vty: fix access to wrong argv in paging response-timer by Pau Espin Pedrol · 4 years, 10 months ago
  55. 0165325 msc_a fsm: ignore state chg to same state by Neels Hofmeyr · 4 years, 10 months ago
  56. f092301 ran_dec logging: log message sizes on errors by Neels Hofmeyr · 4 years, 11 months ago
  57. 4b78b29 vlr: don't log about "gratuitous ID RESPONSE" by Neels Hofmeyr · 4 years, 10 months ago
  58. 991bb42 Implement a global switch on the network to disable call waiting. by Keith Whyte · 5 years ago
  59. 7c8df44 cosmetic: fix call_leg_ensure_ci() decl. arg name to match impl. by Neels Hofmeyr · 4 years, 10 months ago
  60. b4ef5e7 msc_a.c, CC trans: change a comment to a debug log by Neels Hofmeyr · 4 years, 10 months ago
  61. 43e8d4d gsm48_tch_rtp_create(): check against NULL mgcp_info by Neels Hofmeyr · 4 years, 10 months ago
  62. be5f033 msc_vlr_tests: GSUP: don't care about extra IEs by Neels Hofmeyr · 6 years ago
  63. 38816da log, cosmetic: add "RR" to "Ciphering Mode Complete" by Neels Hofmeyr · 4 years, 10 months ago
  64. 43a349f tweak CC cause for incoming call to unattached nr by Neels Hofmeyr · 4 years, 11 months ago
  65. 364f927 vlr_lu_fsm: ignore ID_IMEISV during VLR_ULA_S_WAIT_HLR_UPD by Neels Hofmeyr · 4 years, 11 months ago
  66. 2e8f881 fix segfault: don't send CC REL on NULL msc_a by Neels Hofmeyr · 4 years, 11 months ago
  67. 85031ee cc trans: make sure bearer cap is empty by Neels Hofmeyr · 4 years, 10 months ago
  68. 61ae18c memleak on cc setup errors by Neels Hofmeyr · 4 years, 10 months ago
  69. 5e19b9a mncc: send payload type matching chosen codec by Neels Hofmeyr · 5 years ago
  70. 4aeb4ec smpp_openbsc.c: check acl before deref it by Alexander Couzens · 4 years, 11 months ago
  71. 47cf84d msc_a: switch RAN type back to SGs when a CSFB-Call is cleared by Philipp Maier · 4 years, 11 months ago
  72. ed73ae1 libvlr/vlr.c: cosmetic: move message_type assignment by Vadim Yanitskiy · 4 years, 11 months ago
  73. 25e7ba5 sgs_iface: do not use SGsAP-MO-CSFB-INDICATION for CSFB return by Philipp Maier · 4 years, 11 months ago
  74. 4dfb2ba add 'encryption uea 1 2' cfg / fix ttcn3 iu tests by Neels Hofmeyr · 5 years ago
  75. cd64af7 cosmetic: make function mncc_tx_to_gsm_cc static by Philipp Maier · 5 years ago
  76. 0218814 Bump version: 1.4.0 → 1.5.0 by Pau Espin Pedrol · 5 years ago 1.5.0
  77. b050463 Fix dependency version requirements by Pau Espin Pedrol · 5 years ago
  78. 106ba52 vlr_lu_fsm: fix missing event for IMEISV by Neels Hofmeyr · 5 years ago
  79. 7ea0db8 doc/sequence_charts: fix naming of mncc_fsm to mncc_call by Neels Hofmeyr · 5 years ago
  80. 62c0a2a doc/sequence_charts/mncc_fsm.msc: add SIP messages, tweak by Neels Hofmeyr · 5 years ago
  81. 14c34d8 add msc_vlr tests for UMTS without ciphering by Neels Hofmeyr · 5 years ago
  82. a4d7a76 do not force encryption on UTRAN by Neels Hofmeyr · 5 years ago
  83. 75bdbbf manual: adjust and fix auth and ciph docs by Neels Hofmeyr · 5 years ago
  84. 3e1e476 Remove undefined param passed to logging_vty_add_cmds by Pau Espin Pedrol · 5 years ago
  85. ff17f8f Set coding in mncc_set_cause() by Keith Whyte · 5 years ago
  86. 4014e48 minor comments in msc_vty.c by Neels Hofmeyr · 5 years ago
  87. 637fc02 doc: Add Osmux documentation to User Manual by Pau Espin Pedrol · 5 years ago
  88. c0a5e71 vlr_lu_fsm.c: don't send LU reject twice by Oliver Smith · 5 years ago
  89. fdda613 turn -Werror=null-dereference into a warning by Eric Wild · 5 years ago
  90. efa7b97 replace osmo_counter with stat_items by Alexander Couzens · 5 years ago
  91. 3a357de fix spelling detected by lintian by Thorsten Alteholz · 5 years ago
  92. aa0a295 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 5 years ago
  93. 09ce3dc libmsc/msc_vty.c: print subscriber expiration time by Vadim Yanitskiy · 5 years ago
  94. d14422a Fix: add missing semicolons to OSMO_ASSERT statements by Vadim Yanitskiy · 5 years ago
  95. 1c50044 libmsc/ran_msg_iu.c: fix: properly handle SAPI IE of RANAP_DirectTransfer by Vadim Yanitskiy · 5 years ago
  96. 7659482 libmsc/gsm_04_11.c: do not abuse LOG_TRANS() in gsm411_alloc_mt_trans() by Vadim Yanitskiy · 5 years ago
  97. 59e0c6b gsm_04_11_gsup.c: fix broken reference counting for vsub by Vadim Yanitskiy · 5 years ago
  98. fe5b704 sms_queue.c: Improve misleading log line by Pau Espin Pedrol · 5 years ago
  99. 718f32f libvlr/vlr.c: do not expire subscribers if periodic LU is disabled by Vadim Yanitskiy · 5 years ago
  100. 188dd5f tests/msc_vlr: fix: do not pass RAT type to expect_bssap_clear() by Vadim Yanitskiy · 5 years ago