1. 24e5dc6 send lcls conn-ctrl according to SDP media addresses by Keith Whyte · 1 year, 7 months ago keith/LCLS_SIP
  2. 8792e04 Don't clear trans->cc.msg when local rtp port known by Keith Whyte · 1 year, 7 months ago
  3. 0dbbec3 Store GCR when we get the SETUP, don't wait till paging cb by Keith Whyte · 1 year, 7 months ago
  4. 201fae4 cc: make static: gsm48_cc_mt_rtp_port_and_codec_known() by Neels Hofmeyr · 1 year, 9 months ago
  5. e3b99c9 MNCC: do not send REL_IND twice by Neels Hofmeyr · 2 years, 4 months ago
  6. ad19b45 mncc_recvmsg(): log caller file,line by Neels Hofmeyr · 1 year, 9 months ago
  7. d338b1e do CN CRCX first by Neels Hofmeyr · 2 years, 4 months ago
  8. 3d4f345 compose trans->bearer_cap from remote MNCC codec info by Neels Hofmeyr · 2 years, 4 months ago
  9. c811171 send + receive SDP via MNCC by Neels Hofmeyr · 2 years, 4 months ago
  10. 714a28a mncc_recv_rtp() add sdp arg by Neels Hofmeyr · 2 years, 4 months ago
  11. 882c669 rtp_stream: s/codec/codecs by Neels Hofmeyr · 1 year, 10 months ago
  12. ca90cc9 rtp_stream: allow multiple codecs to be set by Neels Hofmeyr · 2 years, 4 months ago
  13. db61f73 MT call: store MS Bearer Cap from CC Call Conf by Neels Hofmeyr · 2 years, 4 months ago
  14. a4195db MT call: init codecs filter with BSS codec list and SDP by Neels Hofmeyr · 2 years, 4 months ago
  15. 9a539f3 MO call: init codecs filter with BSS codec list by Neels Hofmeyr · 2 years, 4 months ago
  16. ac7d9a6 log CC timeouts by Neels Hofmeyr · 1 year, 9 months ago
  17. ba4d682 Change CC_CAUSE returned on unanswered MT Call by Keith Whyte · 1 year, 11 months ago
  18. 90933d4 cosmetic: log actual MNCC msg in tch_rtp_connect() by Neels Hofmeyr · 2 years, 4 months ago
  19. a9e383f missing whitespace in gsm_04_08_cc.c by Neels Hofmeyr · 2 years, 4 months ago
  20. 3551d84 fix typo in msgb name for CC SETUP by Neels Hofmeyr · 2 years, 4 months ago
  21. c6921e5 mncc: rework passing GCR over the MNCC interface by Vadim Yanitskiy · 2 years, 7 months ago
  22. a1a70be Add support for LCLS to the MSC by Keith Whyte · 3 years ago
  23. 2e21a68 Use new osmo stat items/ctr APIs by Pau Espin Pedrol · 3 years ago
  24. dd466cf fix _gsm48_cc_trans_free(): send MNCC REL.ind on Clear Request by Vadim Yanitskiy · 3 years, 3 months ago
  25. eeda9e1 mncc: Support IPv6 addresses (new version mncc 7) by Pau Espin Pedrol · 3 years, 9 months ago pespin/ipv6
  26. bde605d fix incoming call while Paging by Neels Hofmeyr · 4 years, 7 months ago
  27. 3f07dac Fix some typos by Martin Hauke · 4 years, 6 months ago
  28. e04cd98 cc trans: remove unused tch_rtp_create by Neels Hofmeyr · 4 years, 7 months ago
  29. cf90bdb send MNCC REL only if MNCC has actually started by Neels Hofmeyr · 4 years, 8 months ago
  30. c67b483 also log MNCC_SETUP_REQ by Neels Hofmeyr · 4 years, 7 months ago
  31. 467bb87 log: drop duplicate MNCC log by Neels Hofmeyr · 4 years, 7 months ago
  32. 991bb42 Implement a global switch on the network to disable call waiting. by Keith Whyte · 4 years, 9 months ago
  33. 43e8d4d gsm48_tch_rtp_create(): check against NULL mgcp_info by Neels Hofmeyr · 4 years, 9 months ago
  34. 43a349f tweak CC cause for incoming call to unattached nr by Neels Hofmeyr · 4 years, 9 months ago
  35. 2e8f881 fix segfault: don't send CC REL on NULL msc_a by Neels Hofmeyr · 4 years, 9 months ago
  36. 61ae18c memleak on cc setup errors by Neels Hofmeyr · 4 years, 9 months ago
  37. 5e19b9a mncc: send payload type matching chosen codec by Neels Hofmeyr · 5 years ago
  38. cd64af7 cosmetic: make function mncc_tx_to_gsm_cc static by Philipp Maier · 4 years, 10 months ago
  39. efa7b97 replace osmo_counter with stat_items by Alexander Couzens · 5 years ago
  40. 5255874 fix regression: fix internal MNCC operation by Neels Hofmeyr · 5 years ago
  41. 4ac8009 rename bscconfig.h to config.h, cleanup by Neels Hofmeyr · 5 years ago
  42. c4628a3 large refactoring: support inter-BSC and inter-MSC Handover by Neels Hofmeyr · 5 years ago
  43. c65cfe8 gsm_04_08_cc: improve logging for CC trans by Neels Hofmeyr · 5 years ago
  44. ff7074a add LOG_TRANS, proper context for all transactions by Neels Hofmeyr · 5 years ago
  45. 7c5346c vlr_subscr: use osmo_use_count by Neels Hofmeyr · 5 years ago
  46. d8daaae transaction: clarify magic 0xff transaction ID by Max · 5 years ago
  47. 30fb97a transaction: drop meaningless ti_flag of trans_assign_trans_id() by Max · 5 years ago
  48. 0df904d Add SGs Interface by Harald Welte · 5 years ago
  49. 3614fd6 Various logging fixes by Max · 5 years ago
  50. 9b9e76f gsm_04_08_cc.c: drop non-sensible error message by gsmevent admin · 5 years ago
  51. b16259f remove code dup: add msc_mgcp_try_call_assignment() by Neels Hofmeyr · 5 years ago
  52. 7d41d87 Remove redundancy in LAC processing by Max · 5 years ago
  53. c4e4fa7 Use proper type for tch_rtp_connect() parameter by Max · 5 years ago
  54. 964da93 CC: log more details about unhandled message/state by Max · 5 years ago
  55. 7992122 combine several small .h in msc_common.h by Neels Hofmeyr · 5 years ago
  56. 3c20a5e rename some RAN conn related stuff to ran_conn_* by Neels Hofmeyr · 5 years ago
  57. c036b79 rename gsm_subscriber_connection to ran_conn by Neels Hofmeyr · 5 years ago
  58. 344ee30 drop unused gsm_subscr_conn->mncc_rtp_bridge by Neels Hofmeyr · 5 years ago
  59. 9ca7b31 gsm_04_08_cc: Add global guard timer for MNCC by Philipp Maier · 6 years ago
  60. e2497f7 mncc: fix byte ordering of IP-Address in mncc by Philipp Maier · 6 years ago
  61. 8ad3dac mgcp: use codec information returned with ASSIGNMENT COMPL. by Philipp Maier · 6 years ago
  62. 27989d4 libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c) by Harald Welte · 6 years ago