1. cfa37cb msc_ho_send_handover_request: support CSD by Oliver Smith · 10 months ago
  2. 6de3d6c csd_bs_list_to_gsm0808_ct: assert -> ret -EINVAL by Oliver Smith · 10 months ago
  3. e355d94 Cosmetic: fix typo by Oliver Smith · 10 months ago
  4. 7521a58 trans_lcls_compose(): Set PLMN fron cell currently in use by Pau Espin Pedrol · 12 months ago
  5. aecf857 Tx Loc UPD ACC: Use PLMN provided by subscr by Pau Espin Pedrol · 12 months ago
  6. 1c98031 ASCI: Add missing transaction ID to SET PARAMETER message by Andreas Eversberg · 11 months ago
  7. cc7b7b8 ASCI: Add debugging and error logging to VGCS/VBS call control by Andreas Eversberg · 11 months ago
  8. fc4bc78 csd_bs_list_to_bearer_cap(): add default branch for safety by Vadim Yanitskiy · 11 months ago
  9. ab2845a csd_bs_list_to_bearer_cap(): properly initialize bcap fields by Vadim Yanitskiy · 11 months ago
  10. 9145531 codec_mapping: codec_map[]: add missing speech codec for CLEARMODE by Vadim Yanitskiy · 11 months ago
  11. cc8743c ran_a_channel_type_to_speech_codec_list(): set PI/PT for CSD by Vadim Yanitskiy · 11 months ago
  12. 9d69655 ran_a_mgcp_codec_from_sc(): map GSM0808_SCT_CSD to CODEC_CLEARMODE by Vadim Yanitskiy · 11 months ago
  13. 803ab19 ran_a_mgcp_codec_from_sc(): cosmetic: remove unneeded breaks by Vadim Yanitskiy · 11 months ago
  14. c54ce6a SMPP: Fix Memory leaks by Keith Whyte · 12 months ago
  15. 482f0bd ASCI: Point to correct state machine when calling ran_encode_and_send() by Andreas Eversberg · 12 months ago
  16. b865c62 ASCI: Fix Null pointer dereference bug in gsm44068_bcc_gcc_trans_free() by Andreas Eversberg · 12 months ago
  17. 33a433a ASCI: Check if codec mapping exists for given codec by Andreas Eversberg · 12 months ago
  18. d637760 ASCI: Fix wrong check for Null pointer in vgcs_cell_fsm_null() by Andreas Eversberg · 12 months ago
  19. 7e65ed9 ASCI: Null pointer bug fix in trans_create_bcc_gcc by Andreas Eversberg · 12 months ago
  20. 23b53e5 ASCI: Receive messages from MSC-A role related to VGCS/VBS by Andreas Eversberg · 1 year ago
  21. 57b36e5 msc_vty: support spaces in short/long network name by Vadim Yanitskiy · 12 months ago
  22. b265247 ASCI: Clear VGCS call and channel on BSSMAP reset message by Andreas Eversberg · 1 year, 1 month ago
  23. 0649719 ASCI: Add reception of UPLINK RELEASE on dedicated channel by Andreas Eversberg · 1 year, 1 month ago
  24. f8ac734 ASCI: Add VTY to configure GCR (Group Call Register) by Andreas Eversberg · 1 year, 2 months ago
  25. e2a4088 ASCI: Remove check for trans->msc_a to be set in _assign_complete() by Andreas Eversberg · 12 months ago
  26. cc72929 ASCI: Check return code of osmo_mobile_identity_decode() by Andreas Eversberg · 12 months ago
  27. cd8bd45 ASCI: Add option to switch on or off ASCI support by Andreas Eversberg · 12 months ago
  28. 6c8db1d ASCI: Add function to receive VGCS/VBS messages from BSS by Andreas Eversberg · 1 year, 2 months ago
  29. 80654ed csd_bs_to_gsm0808: add T 300 / proper ch_rate_type by Oliver Smith · 12 months ago
  30. f7c6f14 ASCI: Add decoder for VGCS/VBS messages to msc_a.c by Andreas Eversberg · 1 year, 2 months ago
  31. e24636c ASCI: Add call control for VGCS/VBS by Andreas Eversberg · 1 year, 2 months ago
  32. 9bbdc34 ASCI: Add callref to assignment command by Andreas Eversberg · 1 year ago
  33. 2d27e2c ASCI: Add functions to transcode VGCS/VBS messages on A-interface by Andreas Eversberg · 1 year, 2 months ago
  34. cd605f3 ASCI: Add simple implementation of Group Call Register by Andreas Eversberg · 1 year ago
  35. 429ab7b mncc_builtin: permit data bearer types by Oliver Smith · 12 months ago
  36. fa006b8 csd_bs_list_remove: fix removal logic by Oliver Smith · 12 months ago
  37. f543548 test: add csd_test by Oliver Smith · 12 months ago
  38. 5b1ab54 ASCI: Allow transaction without subscriber associated by Andreas Eversberg · 1 year, 1 month ago
  39. 456c6f7 ASCI: Add two new transaction types for VGCS and VBS by Andreas Eversberg · 1 year, 2 months ago
  40. 7e4b032 ASCI: Add transaction type to trans_find_by_callref() by Andreas Eversberg · 1 year, 2 months ago
  41. bcb4d6b ASCI: Allow usage of rtp_stream with other FSM by Andreas Eversberg · 12 months ago
  42. 58fe2e0 ASCI: rtp_stream_commit(): Also update MGW on conn mode change by Andreas Eversberg · 1 year ago
  43. 712b28e ASCI: Use a unique call-id for RTP streams by Andreas Eversberg · 1 year ago
  44. 0452cf9 ASCI: Add log category for VGCS/VBS call and channel FSM by Andreas Eversberg · 1 year, 2 months ago
  45. b9162c7 ASCI: Add log categories for GCC/BCC (call control) by Andreas Eversberg · 1 year, 2 months ago
  46. 412cf92 gsm48_cc_tx_setup: use MNCC bcaps for CSD by Oliver Smith · 12 months ago
  47. 8d0aa26 mncc_test: fix talloc_named_const by Oliver Smith · 12 months ago
  48. 8e16e8b gsm48_cc_tx_alerting: check rc of sdp_msg_from_sdp_str by Oliver Smith · 1 year ago
  49. 1739980 csd_bs_list_to_gsm0808_channel_type: fix rc check by Oliver Smith · 1 year ago
  50. 0d4607d msc_ho_send_handover_request: fix check_after_deref by Oliver Smith · 1 year ago
  51. 6a8dae6 smpp_msc: submit_to_sms: check ud_len > sms_msg_len by Oliver Smith · 1 year ago
  52. d0980a4 sdp_msg_test: fix dereference after null check by Oliver Smith · 1 year ago
  53. 79d824f smpp_handle_bind_tx: initialize tlv by Oliver Smith · 1 year ago
  54. 1063213 Add initial CSD support with external MNCC by Oliver Smith · 1 year, 2 months ago
  55. 64f3930 gsm48_cc_tx_setup: set trans->bearer_cap.transfer early by Oliver Smith · 1 year, 1 month ago
  56. 8a8ce71 msc: add trans_cc_set_remote_from_bc by Oliver Smith · 1 year, 1 month ago
  57. c63c3a0 transaction: move cc.codecs.result -> cc.local by Oliver Smith · 1 year, 1 month ago
  58. 593cd88 transaction: move cc.codecs.remote -> cc.remote by Oliver Smith · 1 year, 1 month ago
  59. ceca8e6 codec_filter_run: prepare for CSD by Oliver Smith · 1 year, 1 month ago
  60. 1c7f178 codec_filter_set_bss: prepare for CSD by Oliver Smith · 1 year, 1 month ago
  61. c7c40c9 codec_filter_set_ran: prepare for CSD by Oliver Smith · 1 year, 1 month ago
  62. a35abb7 codec_filter_init: prepare for CSD by Oliver Smith · 1 year, 1 month ago
  63. 0b70b20 Cosmetic: gsm48_cc_tx_setup: remove TODO comment by Oliver Smith · 1 year, 1 month ago
  64. e545b9d Cosmetic: gsm48_cc_tx_setup: tweak comment by Oliver Smith · 1 year, 1 month ago
  65. 5375f78 codec_filter_set_ms_from_bc: prepare for CSD by Oliver Smith · 1 year, 1 month ago
  66. b1a1588 ran_a_channel_type_to_speech_codec_list: add CSD by Oliver Smith · 1 year, 1 month ago
  67. b4b9ec8 codec_mapping: add clearmode by Oliver Smith · 1 year, 1 month ago
  68. 9e3bab9 Use new mgcp_client_conf_alloc() API to alloc mgcp_client_conf by Pau Espin Pedrol · 1 year, 1 month ago
  69. 11c420a Write explicit role & sctp-role fields in ASP configurations by Pau Espin Pedrol · 1 year, 1 month ago
  70. d3abcab tests/{ctrl,vty}_test_runner.py: raise an exception if proc's rc != 0 by Vadim Yanitskiy · 1 year, 1 month ago
  71. 912f350 fixup: contrib/jenkins: create workspace.tar.xz on error by Vadim Yanitskiy · 1 year, 1 month ago
  72. 902fb94 systemd: depend on networking-online.target by Oliver Smith · 1 year, 1 month ago
  73. 1c841f8 UserManual: Include sigtran*.adoc from osmo-gsm-manuals.git by Pau Espin Pedrol · 1 year, 1 month ago
  74. 799d972 contrib/jenkins: create workspace.tar.xz on error by Oliver Smith · 1 year, 1 month ago
  75. 999a593 copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH by Vadim Yanitskiy · 1 year, 1 month ago
  76. e4aa865 debian: set compat level to 10 by Oliver Smith · 1 year, 2 months ago
  77. 85d7ba3 TODO-RELEASE: add note on osmo-sip-connector and SDP by Neels Hofmeyr · 1 year, 3 months ago
  78. 5d0bc33 tests: $(BUILT_SOURCES) is not defined, depend on osmo-msc by Vadim Yanitskiy · 1 year, 3 months ago
  79. 388d7c9 3G: decapsulate IuUP to AMR at the MGW; allow 3G<-AMR->2G by Neels Hofmeyr · 1 year, 3 months ago
  80. 40d3c79 msc_main: close SMS db on startup error by Oliver Smith · 1 year, 3 months ago
  81. 30cfe71 msc_mgw_setup: use mgcp_client_pool_empty() by Oliver Smith · 1 year, 3 months ago
  82. 7a5c8b5 coverity: sdp_msg_test.c: check rc of sdp_msg_from_sdp_str() by Neels Hofmeyr · 1 year, 4 months ago
  83. 6a1faa9 fix msc_vlr_test_call SDP mncc_rtp by Neels Hofmeyr · 1 year, 3 months ago
  84. b091d21 HO Req: include IE Codec List (MSC Preferred) by Neels Hofmeyr · 1 year, 11 months ago
  85. b6c11c4 codecs: compose HO Req Ch Type from cc.codecs by Neels Hofmeyr · 1 year, 11 months ago
  86. 3c323dc [codecs filter] msc_vlr_test_call: test codecs resolution by Neels Hofmeyr · 2 years, 6 months ago
  87. 1c06507 mncc_recvmsg(): log caller file,line by Neels Hofmeyr · 1 year, 11 months ago
  88. bd5f8e9 do CN CRCX first by Neels Hofmeyr · 2 years, 6 months ago
  89. 11a746a [codecs filter] use codecs filter on crcx ok by Neels Hofmeyr · 1 year, 5 months ago
  90. 81938fd msc_vlr_tests: confirm crcx by RAN/CN side separately by Neels Hofmeyr · 2 years, 6 months ago
  91. 8dd1646 [codecs filter] send + receive SDP via MNCC by Neels Hofmeyr · 2 years, 6 months ago
  92. 006b0ee [codecs filter] use filter result in Assignment by Neels Hofmeyr · 1 year, 8 months ago
  93. 909ea52 [codecs filter] use filter result in MT DTAP CC Setup by Neels Hofmeyr · 2 years, 6 months ago
  94. 7934e0d in ran_msg, return gsm0808_speech_codec (inter-MSC) by Neels Hofmeyr · 1 year, 8 months ago
  95. cec51b3 in ran_msg, return gsm0808_speech_codec (intra-MSC) by Neels Hofmeyr · 1 year, 4 months ago
  96. 62bfa37 rtp_stream: allow multiple codecs / use codec filter from Assignment by Neels Hofmeyr · 1 year, 8 months ago
  97. 1dc3961 add ran_infra.force_mgw_codecs_to_ran by Neels Hofmeyr · 1 year, 4 months ago
  98. c0f9474 rtp_stream: Fix remote_osmux_cid_sent_to_mgw never set to true by Pau Espin Pedrol · 1 year, 4 months ago pespin/test
  99. a202cf4 rtp_stream: Update id after modifying fields upon Tx of MGCP msg by Pau Espin Pedrol · 1 year, 4 months ago
  100. 2d57d6e [codecs filter] apply BSS codecs from Assignment Complete by Neels Hofmeyr · 2 years, 6 months ago