1. 505a94a Make UTRAN encryption algorithms configurable by Harald Welte · 3 years, 5 months ago
  2. 274b70f Fix enabling of UMTS UEA encryption by Harald Welte · 3 years, 5 months ago
  3. c6921e5 mncc: rework passing GCR over the MNCC interface by Vadim Yanitskiy · 2 years, 8 months ago
  4. e066110 smpp_smsc: use osmo_talloc_replace_string() in smpp_smsc_conf() by Vadim Yanitskiy · 2 years, 8 months ago
  5. 97b8e76 libmsc: struct smsc: drop 'const' qualifier from bind_addr by Vadim Yanitskiy · 2 years, 8 months ago
  6. 583883b libmsc: fix NULL pointer dereference in trans_lcls_compose() by Vadim Yanitskiy · 2 years, 8 months ago
  7. a1a70be Add support for LCLS to the MSC by Keith Whyte · 3 years, 2 months ago
  8. 30811f8 smpp: Fix help string in vty for "alert-notifications" by Harald Welte · 2 years, 9 months ago
  9. 25b6847 cosmetic: fix typos in comments by Pau Espin Pedrol · 2 years, 10 months ago
  10. ae98b97 implement CM Re-Establish for voice calls by Neels Hofmeyr · 3 years ago
  11. e53ecde msc_a.c: Allow MSC_A_EV_CN_CLOSE in state MSC_A_ST_RELEASING by Pau Espin Pedrol · 3 years ago
  12. 42ac366 sgs_iface.c: Improve logging when paging over SGs by Pau Espin Pedrol · 3 years ago
  13. 8252959 sgs: Use available API to set vlr subscr LastUsedEutranPLMNId by Pau Espin Pedrol · 3 years ago
  14. 73d093a improve logging on encryption, for Ciphering and HO by Neels Hofmeyr · 3 years ago neels/a54
  15. db07fdc support A5/4 in inter-BSC handover by Neels Hofmeyr · 3 years, 1 month ago
  16. 6ce2edc support A5/4 in Cipher Mode Command by Neels Hofmeyr · 3 years, 1 month ago
  17. a7f8020 vty: allow A5/4 encryption in config by Eric Wild · 3 years, 1 month ago
  18. cdcfc80 ran_msg_a.c: use gsm0808_create_cipher2() by Neels Hofmeyr · 3 years, 1 month ago
  19. 435f67f msc_tx_common_id(): fix potential NULL pointer dereference by Vadim Yanitskiy · 3 years, 1 month ago
  20. 2e21a68 Use new osmo stat items/ctr APIs by Pau Espin Pedrol · 3 years, 1 month ago
  21. 6710670 Fill Last Used E-UTRAN PLMN Id when in CSFB by Pau Espin Pedrol · 3 years, 2 months ago
  22. a361cab SMS-over-GSUP: notify sender if no transaction found by Vadim Yanitskiy · 4 years, 2 months ago
  23. dd466cf fix _gsm48_cc_trans_free(): send MNCC REL.ind on Clear Request by Vadim Yanitskiy · 3 years, 5 months ago
  24. 33144f1 ran_a_decode_cipher_mode_reject(): use gsm0808_get_cause() by Vadim Yanitskiy · 3 years, 5 months ago
  25. 566ce11 submit_to_sms(): fix the use of deprecated gsm_septets2octets() by Vadim Yanitskiy · 3 years, 5 months ago
  26. 4dc5dcf Use osmo_fd_*_{disable,enable} by Harald Welte · 3 years, 9 months ago
  27. aa29e33 Use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 9 months ago
  28. ae167fc Convert paging response timer into an osmocom own X4 timer by Alexander Couzens · 3 years, 9 months ago
  29. 9194b33 gsm_04_08: check return code of osmo_mobile_identity_decode_from_l3() by Philipp Maier · 3 years, 10 months ago
  30. cbcfe99 drop duplicate ran_peer_find() vs ran_peer_find_by_addr() by Neels Hofmeyr · 3 years, 9 months ago
  31. 192fefe Don't Store an SMS in the database when the ESME is not Bound by Keith Whyte · 3 years, 10 months ago
  32. 8c472bd mncc_call: fix memory overrun by Philipp Maier · 3 years, 10 months ago
  33. d4099c3 fix MGCP timeout timer by Neels Hofmeyr · 3 years, 10 months ago
  34. eeda9e1 mncc: Support IPv6 addresses (new version mncc 7) by Pau Espin Pedrol · 3 years, 10 months ago pespin/ipv6
  35. 0632717 Support handling IPv6 Transport Address in Handover Request (Ack) by Pau Espin Pedrol · 3 years, 10 months ago
  36. f9c76e3 Support handling IPv6 Transport Address in Assignment Complete by Pau Espin Pedrol · 3 years, 10 months ago
  37. d35abfa Support sending IPv6 Transport Address in Assignment Command by Pau Espin Pedrol · 3 years, 10 months ago
  38. 1587ffb vty: allow configuring db path from cfg file by Keith Whyte · 3 years, 10 months ago
  39. 4d75559 mncc_builtin: log type of unhandled message in int_mncc_recv() by Vadim Yanitskiy · 3 years, 10 months ago
  40. 880a693 mncc_builtin: cosmetic: fix coding style in int_mncc_recv() by Vadim Yanitskiy · 3 years, 10 months ago
  41. 667d5e0 fix crash for unknown MI during Paging Response by Neels Hofmeyr · 3 years, 11 months ago
  42. 544a32f Send "BSSMAP CommonID" to tell BSC about the IMSI by Harald Welte · 4 years ago
  43. 817ad90 vty: fix vsub reference counting: call vlr_subscr_put() by Vadim Yanitskiy · 4 years ago
  44. 72e0f09 gsm_04_14: fix off-by-one error in create_gsm0414_msg() by Vadim Yanitskiy · 4 years ago
  45. d9fe711 Clear Command: set cause value to "Call Control" by Neels Hofmeyr · 4 years ago
  46. 59de156 is_reset_msg: use proper enum for rc value by Neels Hofmeyr · 4 years ago
  47. 5b36d13 sgs_tx_loc_upd_resp_cb(): fix error handling for MI encoding by Neels Hofmeyr · 4 years ago
  48. b697274 refactor: move RESET Osmux TLV parsing to ran_msg_a.c by Neels Hofmeyr · 4 years ago
  49. 83cf10c propagate Compl L3 Info Cell ID to the VLR subscriber record by Neels Hofmeyr · 4 years ago
  50. 41c0333 vty 'show connection': show msc_a->via_cell instead of vsub->cgi by Neels Hofmeyr · 4 years ago
  51. 68f50da add comments to clarify some complete l3 details by Neels Hofmeyr · 4 years ago
  52. 7da956e msc_ho: fix CALL IDENTIFIER in HANDOVER REQUEST by Philipp Maier · 4 years, 1 month ago
  53. f34d945 msc_a: add callref as call id to ASSIGNMENT REQ. by Philipp Maier · 4 years, 1 month ago
  54. 53a5ff7 remove empty + unused ran_up_l2.c by Harald Welte · 4 years, 1 month ago
  55. 9aac5c2 add rudimentary NRI support for MSC pooling by Neels Hofmeyr · 4 years, 1 month ago
  56. 46d526a use new osmo_mobile_identity API everywhere by Neels Hofmeyr · 4 years, 1 month ago
  57. 20a6641 msc_vty: remove emergency-call command from network by Philipp Maier · 4 years, 1 month ago
  58. 3694631 ran_msg_iu.c: Avoid redefining osmo-iuh global variables by Pau Espin Pedrol · 4 years, 2 months ago
  59. c95c0b6 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 2 months ago
  60. 3c8fc13 SMS-over-GSUP: notify sender in case of RPL delivery failure by Vadim Yanitskiy · 4 years, 2 months ago
  61. 4547cf1 SMS-over-GSUP: notify sender about malformed GSUP messages by Vadim Yanitskiy · 4 years, 2 months ago
  62. b1e46b1 SMS-over-GSUP: notify sender about unhandled GSUP messages by Vadim Yanitskiy · 4 years, 2 months ago
  63. b6ec099 SMS-over-GSUP: respond with error if net->sms_over_gsup is false by Vadim Yanitskiy · 4 years, 2 months ago
  64. 531d3a4 SMS-over-GSUP: move net->sms_over_gsup check to gsm411_gsup_rx() by Vadim Yanitskiy · 4 years, 2 months ago
  65. 46b0f80 SMS-over-GSUP: clarify error message about unexpected MO/MT SMS by Vadim Yanitskiy · 4 years, 2 months ago
  66. ebf55f4 fix segfault: unsolicited Paging Response by Neels Hofmeyr · 4 years, 4 months ago
  67. 40b11c9 libmsc/sdp: cosmetic: fix less-than-zero comparison of an unsigned value by Vadim Yanitskiy · 4 years, 5 months ago
  68. 5b19f6e libmsc/gsm_04_08: use DRR in gsm48_rx_rr_pag_resp(), not DMM by Vadim Yanitskiy · 4 years, 5 months ago
  69. 6a9a3a7 libmsc/gsm_04_08: make use of msc_a in gsm48_rx_rr_app_info() by Vadim Yanitskiy · 4 years, 5 months ago
  70. 9b56cd8 VTY: cosmetic: make struct cmd_node for GSMNET_NODE static by Vadim Yanitskiy · 4 years, 5 months ago
  71. fc2b019 libmsc: move subscriber expiration timer T3212 to libvlr by Vadim Yanitskiy · 4 years, 6 months ago
  72. baf71a7 libvlr: use generic osmo_tdef API for T3250, T3260, and T3270 by Vadim Yanitskiy · 4 years, 5 months ago
  73. ffc7f39 VTY: add osmo_tdef introspection and configuration commands by Vadim Yanitskiy · 4 years, 6 months ago
  74. b7ddbf3 VTY: mark 'subscriber create imsi' command as deprecated by Vadim Yanitskiy · 4 years, 5 months ago
  75. 83616a8 libmsc: SMS, Avoid premature RP-ACK to MS by Pablo Neira Ayuso · 4 years, 6 months ago
  76. 2cad562 Trivial: code simplification, return early by Keith Whyte · 4 years, 6 months ago
  77. b671315 Use GSM411_RP_* and not GSM48_CC_* by Keith Whyte · 4 years, 6 months ago
  78. a79aac0 libmsc/gsm_04_08.c: fix: verify MI before calling vlr_subscr_rx_id_resp() by Vadim Yanitskiy · 4 years, 6 months ago
  79. 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
  80. 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
  81. 3d6a8be sms log tweak by Neels Hofmeyr · 4 years, 8 months ago
  82. a252bcd sms db: when storing an SMS, retrieve the ID by Neels Hofmeyr · 4 years, 8 months ago
  83. db4839c libmsc: fix potential NULL-pointer dereferences detected by GCC's LTO by Vadim Yanitskiy · 4 years, 7 months ago
  84. 34a8cc3 Check for osmo_fsm_register() error return value by Harald Welte · 4 years, 7 months ago
  85. b455205 MNCC v6: add optional SDP to the socket protocol by Neels Hofmeyr · 4 years, 9 months ago
  86. eef4578 add sdp_msg API: SDP parsing/composition by Neels Hofmeyr · 4 years, 9 months ago
  87. bde605d fix incoming call while Paging by Neels Hofmeyr · 4 years, 9 months ago
  88. 00a476b msc_a CC: add some basic sanity tests by Neels Hofmeyr · 4 years, 7 months ago
  89. cc918cb fail on invalid RTP address from MGW by Neels Hofmeyr · 4 years, 7 months ago
  90. 3f07dac Fix some typos by Martin Hauke · 4 years, 8 months ago
  91. 8a50cfb BSSMAP: decode Codec List (BSS Supported) by Neels Hofmeyr · 4 years, 9 months ago
  92. e04cd98 cc trans: remove unused tch_rtp_create by Neels Hofmeyr · 4 years, 8 months ago
  93. f439ff1 CC: add error handling for CRCX responses by Neels Hofmeyr · 4 years, 9 months ago
  94. 84ce206 use osmo_sockaddr_str_is_nonzero() by Neels Hofmeyr · 4 years, 9 months ago
  95. 523b92f rtp_stream: sanely cancel MGW endpoint FSM notify by Neels Hofmeyr · 4 years, 9 months ago
  96. cf90bdb send MNCC REL only if MNCC has actually started by Neels Hofmeyr · 4 years, 9 months ago
  97. 0c1ed15 log: ran_msg_a: tweak a message name by Neels Hofmeyr · 4 years, 9 months ago
  98. fe5ae8e log: RANAP encode: use RANAP message names instead of BSSAP by Neels Hofmeyr · 4 years, 9 months ago
  99. 72fc706 BSSMAP log tweak by Neels Hofmeyr · 4 years, 9 months ago
  100. c67b483 also log MNCC_SETUP_REQ by Neels Hofmeyr · 4 years, 9 months ago