1. 22d4f35 do not invoke two Assignments (fixup for re-assignment) by Neels Hofmeyr · 8 days ago master
  2. 05c0099 smpp: fix password[] length in struct esme by Vadim Yanitskiy · 13 days ago
  3. 68fee6e smpp: fix typo in comment for SMPP_{SYS_ID,PASSWD}_LEN by Vadim Yanitskiy · 13 days ago
  4. 3e66ec5 libmsc: add timer X36 for delaying LU connections by Vadim Yanitskiy · 7 weeks ago
  5. 2fd69e1 fix VLR evil twin on LU with unknown TMSI by Neels Hofmeyr · 3 months ago
  6. c8bf895 cosmetic: rename to sdp_audio_codecs_foreach() by Neels Hofmeyr · 5 months ago
  7. 100f8f9 report caller's file,line in trans_cc_filter_run() by Neels Hofmeyr · 5 months ago
  8. 934f43b Add LLC and HLC information to MNCC interface definiton by Andreas Eversberg · 6 months ago
  9. 82fad5d sdp: allow more space for fmtp by Neels Hofmeyr · 7 months ago jolly/work
  10. d767c73 implement re-assignment to match codecs by Neels Hofmeyr · 8 months ago
  11. cefe594 add sdp_audio_codec_to_speech_codec_list() by Neels Hofmeyr · 8 months ago
  12. 656354b vlr_sgs: fix VTY setting for SGs counter. by Philipp Maier · 8 months ago
  13. dbe8889 SMS over GSUP: set source_name in GSUP reply messages by Mychaela N. Falconia · 9 months ago
  14. 02c4937 SMS over GSUP: correctly route GSUP responses to MT SMS by Mychaela N. Falconia · 9 months ago
  15. e80f556 make two functions static by Neels Hofmeyr · 1 year ago
  16. f8ac734 ASCI: Add VTY to configure GCR (Group Call Register) by Andreas Eversberg · 1 year, 2 months ago
  17. cd8bd45 ASCI: Add option to switch on or off ASCI support by Andreas Eversberg · 12 months ago
  18. 6c8db1d ASCI: Add function to receive VGCS/VBS messages from BSS by Andreas Eversberg · 1 year, 2 months ago
  19. e24636c ASCI: Add call control for VGCS/VBS by Andreas Eversberg · 1 year, 2 months ago
  20. 9bbdc34 ASCI: Add callref to assignment command by Andreas Eversberg · 1 year ago
  21. 2d27e2c ASCI: Add functions to transcode VGCS/VBS messages on A-interface by Andreas Eversberg · 1 year, 2 months ago
  22. cd605f3 ASCI: Add simple implementation of Group Call Register by Andreas Eversberg · 1 year ago
  23. 456c6f7 ASCI: Add two new transaction types for VGCS and VBS by Andreas Eversberg · 1 year, 2 months ago
  24. 7e4b032 ASCI: Add transaction type to trans_find_by_callref() by Andreas Eversberg · 1 year, 2 months ago
  25. bcb4d6b ASCI: Allow usage of rtp_stream with other FSM by Andreas Eversberg · 12 months ago
  26. 58fe2e0 ASCI: rtp_stream_commit(): Also update MGW on conn mode change by Andreas Eversberg · 1 year ago
  27. 712b28e ASCI: Use a unique call-id for RTP streams by Andreas Eversberg · 1 year ago
  28. 0452cf9 ASCI: Add log category for VGCS/VBS call and channel FSM by Andreas Eversberg · 1 year, 2 months ago
  29. b9162c7 ASCI: Add log categories for GCC/BCC (call control) by Andreas Eversberg · 1 year, 2 months ago
  30. 1063213 Add initial CSD support with external MNCC by Oliver Smith · 1 year, 2 months ago
  31. 8a8ce71 msc: add trans_cc_set_remote_from_bc by Oliver Smith · 1 year, 1 month ago
  32. c63c3a0 transaction: move cc.codecs.result -> cc.local by Oliver Smith · 1 year, 1 month ago
  33. 593cd88 transaction: move cc.codecs.remote -> cc.remote by Oliver Smith · 1 year, 1 month ago
  34. ceca8e6 codec_filter_run: prepare for CSD by Oliver Smith · 1 year, 1 month ago
  35. 1c7f178 codec_filter_set_bss: prepare for CSD by Oliver Smith · 1 year, 1 month ago
  36. c7c40c9 codec_filter_set_ran: prepare for CSD by Oliver Smith · 1 year, 1 month ago
  37. a35abb7 codec_filter_init: prepare for CSD by Oliver Smith · 1 year, 1 month ago
  38. 5375f78 codec_filter_set_ms_from_bc: prepare for CSD by Oliver Smith · 1 year, 1 month ago
  39. 9e3bab9 Use new mgcp_client_conf_alloc() API to alloc mgcp_client_conf by Pau Espin Pedrol · 1 year, 1 month ago
  40. 999a593 copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH by Vadim Yanitskiy · 1 year, 1 month ago
  41. 1c06507 mncc_recvmsg(): log caller file,line by Neels Hofmeyr · 1 year, 11 months ago
  42. bd5f8e9 do CN CRCX first by Neels Hofmeyr · 2 years, 6 months ago
  43. 8dd1646 [codecs filter] send + receive SDP via MNCC by Neels Hofmeyr · 2 years, 6 months ago
  44. 7934e0d in ran_msg, return gsm0808_speech_codec (inter-MSC) by Neels Hofmeyr · 1 year, 8 months ago
  45. cec51b3 in ran_msg, return gsm0808_speech_codec (intra-MSC) by Neels Hofmeyr · 1 year, 4 months ago
  46. 62bfa37 rtp_stream: allow multiple codecs / use codec filter from Assignment by Neels Hofmeyr · 1 year, 8 months ago
  47. 1dc3961 add ran_infra.force_mgw_codecs_to_ran by Neels Hofmeyr · 1 year, 4 months ago
  48. e276ae9 [codecs filter] store BSS codec list from Compl L3 by Neels Hofmeyr · 2 years, 6 months ago
  49. 4c57bb0 [codecs filter] add trans.cc.codecs by Neels Hofmeyr · 2 years, 6 months ago
  50. 63881a3 [codecs filter] add codec_filter.h,c by Neels Hofmeyr · 2 years, 6 months ago
  51. b2ce748 add codec_mapping.h,c by Neels Hofmeyr · 2 years, 6 months ago
  52. 0143108 sdp_msg.c: parse send/recv mode by Neels Hofmeyr · 2 years ago
  53. 634591e SMPP: make smpp_smsc_stop() static by Max · 1 year, 7 months ago
  54. 40d3497 add some comments to sdp_msg.c,h by Neels Hofmeyr · 2 years ago
  55. 2d11682 add sdp_audio_codec_is_set by Neels Hofmeyr · 1 year, 11 months ago
  56. 1cb18a2 vlr: implement fallback to no-auth by Neels Hofmeyr · 1 year, 9 months ago
  57. 3189f39 vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESS by Neels Hofmeyr · 1 year, 8 months ago
  58. 923b664 vlr: auth_fsm: clarify success/failure result by Neels Hofmeyr · 1 year, 9 months ago
  59. 2ea7264 msc_a,vlr: add is_ciphering_required (accurately named) by Neels Hofmeyr · 1 year, 9 months ago
  60. d99a607 msc_a,vlr: rename ciphering_required to is_ciphering_to_be_attempted by Neels Hofmeyr · 1 year, 9 months ago
  61. b44cf2d Introduce support for libosmo-mgcp-client MGW pooling by Pau Espin Pedrol · 1 year, 9 months ago
  62. 8e15c79 mncc: move MNCC_F_ALL from mncc.c to mncc.h by Vadim Yanitskiy · 1 year, 9 months ago
  63. dfb1cb8 cosmetic: use proper name for SMPP handlers by Max · 1 year, 11 months ago
  64. 4743a77 Use libsmpputil functions in smpp_mirror tool by Max · 1 year, 11 months ago
  65. 366a340 Make esme struct shared by Max · 1 year, 11 months ago
  66. 62977d0 Add ESME-specific logging by Max · 1 year, 11 months ago
  67. 5346f69 Introduce libsmpputil by Max · 1 year, 11 months ago
  68. d20dd22 sdp_msg: s/sdp_audio_codec_/sdp_audio_codecs_ by Neels Hofmeyr · 2 years, 6 months ago
  69. c9e0ca3 sdp_msg: add sdp_audio_codecs_cmp(), add compare flags by Neels Hofmeyr · 2 years, 6 months ago
  70. 9a515e5 sdp_msg: s/_name_/_to_str_/g by Neels Hofmeyr · 2 years, 6 months ago
  71. a3c639f sms: Introduce VTY-configurable minimum SMS validity period by Harald Welte · 2 years, 1 month ago
  72. 2765a18 sms: Make default SMS validity period configurable via VTY by Harald Welte · 2 years, 1 month ago
  73. 53e2e5f sms_queue: Make deletion of messages from DB VTY-configurable by Harald Welte · 2 years, 1 month ago
  74. 1a62db2 sms: Give smsc its own VTY config node by Harald Welte · 2 years, 1 month ago
  75. d302bb1 sms: Encapsulate SMS queue related config parameters by Harald Welte · 2 years, 1 month ago
  76. d43c22e switch from libdbi to lbsqlite3 by Harald Welte · 2 years, 2 months ago
  77. 123261e vlr: Add rate counters and stat items by Harald Welte · 2 years, 2 months ago
  78. 2ee27f9 treewide: remove FSF address by Oliver Smith · 2 years, 7 months ago
  79. f4b87fa libvlr: vlr_set_ciph_mode(): avoid redundant check by Vadim Yanitskiy · 2 years, 7 months ago
  80. 2c5e461 libmsc/gsm_04_08: refactor require ciphering into an own function by Alexander Couzens · 2 years, 8 months ago
  81. 2aaff75 Validate the choosen UTRAN encryption algorithm by Alexander Couzens · 2 years, 8 months ago
  82. 505a94a Make UTRAN encryption algorithms configurable by Harald Welte · 3 years, 5 months ago
  83. 274b70f Fix enabling of UMTS UEA encryption by Harald Welte · 3 years, 5 months ago
  84. c6921e5 mncc: rework passing GCR over the MNCC interface by Vadim Yanitskiy · 2 years, 8 months ago
  85. a1a70be Add support for LCLS to the MSC by Keith Whyte · 3 years, 2 months ago
  86. 017ba1f vlr_sgs: Balance use_count incremented in vlr_sgs_loc_update by Pau Espin Pedrol · 2 years, 10 months ago
  87. 13f17c1 vlr_sgs.h: Set proper logic order of items in enum sgs_ue_fsm_state by Pau Espin Pedrol · 2 years, 10 months ago
  88. ae98b97 implement CM Re-Establish for voice calls by Neels Hofmeyr · 3 years ago
  89. 5bdba0d add vlr_subscr_find_by_mi by Neels Hofmeyr · 3 years ago
  90. 6ce2edc support A5/4 in Cipher Mode Command by Neels Hofmeyr · 3 years, 1 month ago
  91. 6710670 Fill Last Used E-UTRAN PLMN Id when in CSFB by Pau Espin Pedrol · 3 years, 2 months ago
  92. ac6ccd9 gsm_network: drop unused neighbor_list member by Neels Hofmeyr · 3 years, 4 months ago
  93. ae167fc Convert paging response timer into an osmocom own X4 timer by Alexander Couzens · 3 years, 9 months ago
  94. 754def9 fix comment in ran_peer.h by Neels Hofmeyr · 3 years, 9 months ago
  95. cbcfe99 drop duplicate ran_peer_find() vs ran_peer_find_by_addr() by Neels Hofmeyr · 3 years, 9 months ago
  96. eeda9e1 mncc: Support IPv6 addresses (new version mncc 7) by Pau Espin Pedrol · 3 years, 10 months ago pespin/ipv6
  97. 1587ffb vty: allow configuring db path from cfg file by Keith Whyte · 3 years, 10 months ago
  98. b697274 refactor: move RESET Osmux TLV parsing to ran_msg_a.c by Neels Hofmeyr · 4 years ago
  99. f34d945 msc_a: add callref as call id to ASSIGNMENT REQ. by Philipp Maier · 4 years, 1 month ago
  100. 9aac5c2 add rudimentary NRI support for MSC pooling by Neels Hofmeyr · 4 years, 1 month ago