1. 846efcb libmsc: properly name the MSC_CONN_USE token for SS by Vadim Yanitskiy · 6 years ago
  2. 635f98c libmsc/ussd.c: FIX: properly indicate errors by Vadim Yanitskiy · 6 years ago
  3. 5046db9 mgcp: hack to keep IuUP working by Philipp Maier · 6 years ago
  4. 65d8d0d mgcp: do not start connections in loopback mode by Philipp Maier · 6 years ago
  5. defc3c8 implement periodic Location Update expiry in the VLR by Stefan Sperling · 6 years ago
  6. f913e5f a_reset: cleanup + remove dead code by Philipp Maier · 6 years ago
  7. 86f2126 setup_trig_pag_evt: Fix heap-use-after-free by Pau Espin Pedrol · 6 years ago
  8. 3f8cec8 setup_trig_pag_evt: Always log correct paging failure case by Pau Espin Pedrol · 6 years ago
  9. 25adebe setup_trig_pag_evt: Remove uneeded default case in switch statement by Pau Espin Pedrol · 6 years ago
  10. 4cf452f Remove unused GSM_PAGING_OOM by Pau Espin Pedrol · 6 years ago
  11. 7e300d8 smpp_smsc_conf: Fix heap-use-after-free by Pau Espin Pedrol · 6 years ago pespin/fix-smsc-use-after-free
  12. 21adb2b cosmetic: use enum ranap_nsap_addr_enc instead of int by Neels Hofmeyr · 6 years ago
  13. 37a3ae8 sms_queue: fix use-after-free on 'pending' by Harald Welte · 6 years ago
  14. ce96928 smpp: Unset esme->acl on socket close by Harald Welte · 6 years ago
  15. 99a8d23 msc conn ref counts: log human readable list of conn owners by Neels Hofmeyr · 6 years ago
  16. 1580959 refactor VLR FSM result handling by Neels Hofmeyr · 6 years ago
  17. 048eb30 libmsc/ussd: don't overwrite rc if decoding failed by Vadim Yanitskiy · 6 years ago
  18. fe4ba7c cosmetic: embed compl_l3_type in FSM id by Neels Hofmeyr · 6 years ago
  19. 2a5cd93 fix BSC Clear Request by Neels Hofmeyr · 6 years ago
  20. 4068ab2 properly receive BSSMAP Clear Complete and Iu Release Complete by Neels Hofmeyr · 6 years ago
  21. e3d3dc6 refactor subscr_conn and subscr_conn_fsm de-/alloc by Neels Hofmeyr · 6 years ago
  22. dc2514b CC: intentionally release T308 on BSSMAP Clear Request from BSC by Neels Hofmeyr · 6 years ago
  23. 79beccd msc_mgcp: do not send wildcarded DLCX messages by Philipp Maier · 6 years ago
  24. d997fa1 msc_mgcp.c: log endpoint name instead of pointer by Philipp Maier · 6 years ago
  25. f840e6f trans_free: drop bad assertion by Neels Hofmeyr · 6 years ago
  26. f95d5be libmsc/ussd.c: cosmetic: correct log level and message by Vadim Yanitskiy · 6 years ago
  27. 12d221f libmsc/gsm_04_80.c: drop unused 'in_msg' argument by Vadim Yanitskiy · 6 years ago
  28. 39b5548 Permit any Sender MSISDN when sending SMS from VTY by Harald Welte · 6 years ago
  29. 0e2fa5d DTAP: Ensure proper DLCI is used in MSC-originated DTAP by Harald Welte · 6 years ago
  30. 93c7463 unify allocation of gsm_subscriber_connection by Neels Hofmeyr · 6 years ago
  31. 16c42b5 subscr_conn: store complete_layer3_type in conn, not FSM event arg by Neels Hofmeyr · 6 years ago
  32. 1ba0df2 cosmetic: rename subscr_conn_from to complete_layer3_type by Neels Hofmeyr · 6 years ago
  33. 4d3a66b cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fi by Neels Hofmeyr · 6 years ago
  34. ae73d2b cosmetic: rx_bssmap: read message type once into local var by Neels Hofmeyr · 6 years ago
  35. 79e580b dissolve libcommon-cs: move gsm48_* code to libmsc, drop sms_next_rp_msg_ref() by Neels Hofmeyr · 6 years ago
  36. 55014d0 dissolve libcommon-cs: move gsm_network_init() to libmsc by Neels Hofmeyr · 6 years ago
  37. 67fa909 dissolve libcommon-cs: mv a_reset.c to libmsc by Neels Hofmeyr · 6 years ago
  38. 9d74425 dissolve libcommon: drop gsm_data.c, move code to libmsc by Neels Hofmeyr · 6 years ago
  39. c01e909 dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.c by Neels Hofmeyr · 6 years ago
  40. 6a8b9c7 dissolve libcommon: drop debug.c by Neels Hofmeyr · 6 years ago
  41. 84a1f7a cosmetic: msc_vty.c: use static gsmnet instead of gsmnet_from_vty() by Neels Hofmeyr · 6 years ago
  42. 7c075a2 dissolve libcommon,libcommon-cs: clean up vty definitions by Neels Hofmeyr · 6 years ago
  43. d6a769b trans_free: tear down conn when last transaction is done by Neels Hofmeyr · 6 years ago
  44. 3cffc20 cosmetic: gsm_04_08.c: drop unused struct gsm_lai by Neels Hofmeyr · 6 years ago
  45. a2f6331 cosmetic: remove unused variable by Philipp Maier · 6 years ago
  46. 8a991ed a_iface: If L3/DTAP returns error in COMPL L3, close SCCP connection by Harald Welte · 6 years ago
  47. 4de0115 a_iface_bssap: Treat inbound RESET as implicit RESET ACK by Harald Welte · 6 years ago
  48. 5060f56 BSSAP: Return error code if COMPL L3 with no or too short L3 payload by Harald Welte · 6 years ago
  49. 9fac985 msc_mgcp.c: Fix several wrong ptr printf fmt by Pau Espin Pedrol · 6 years ago
  50. 04d6ddb2 msc_mgcp: to not access higher layers after release by Philipp Maier · 6 years ago
  51. e9e2f5c cosmetic: rename conn_fsm "bump" event to "release_when_unused" by Neels Hofmeyr · 6 years ago
  52. c813355 cosmetic: remove disabled (debug) code gsm_04_08.c by Philipp Maier · 6 years ago
  53. be7e069 use libosmocom to parse cell identifier in bssmap_rx_l3_compl() by Stefan Sperling · 6 years ago
  54. a2353c6 mcgp: let the MGW allocate the MGCP endpoint by Philipp Maier · 6 years ago
  55. 3a77652 msc_mgcp: use more conceise error msg on truncation by Philipp Maier · 6 years ago
  56. 5c56bc5 trans_free: safeguard against a still running CC timer on free by Neels Hofmeyr · 6 years ago
  57. addf63b mgcp: be sure that pending mgcp transactions are canceled before free by Philipp Maier · 6 years ago
  58. 4eef20b msc_mgcp: fix mgw timeout handling by Philipp Maier · 6 years ago
  59. 3a74128 restore sending of optional MM info messages by Stefan Sperling · 6 years ago
  60. 621c729 Track libosmocore API change in osmo-msc. by Stefan Sperling · 6 years ago
  61. fa10eda vlr_ciph_result: fix use after free of imeisv by Neels Hofmeyr · 6 years ago
  62. d97821f cosmetic: gsm48_rx_mm_auth_resp(): log 'UMTS AUTH', not 'R99 AUTH' by Neels Hofmeyr · 6 years ago
  63. 25f69d5 gsm48_rx_mm_auth_resp(): pass is_r99 from classmark, not response size by Neels Hofmeyr · 6 years ago
  64. 8e0af0b vlr auth: gracefully reject malformed auth response by Neels Hofmeyr · 6 years ago
  65. d656dff silent call: clarify rc and error messages logged on vty by Neels Hofmeyr · 6 years ago
  66. 596ef65 vty: add 'subscriber ... paging' cmd by Neels Hofmeyr · 6 years ago
  67. 11010b1 vty: add 'msisdn' as alias for 'extension' by Neels Hofmeyr · 6 years ago
  68. 72a41dd vty: drop unused commands by Neels Hofmeyr · 6 years ago
  69. 1db394f fix: clear vlr_subscr->msc_conn_ref when the conn is discarded by Neels Hofmeyr · 6 years ago
  70. ce1298b a_iface: fix BSSMAP reset handling by Philipp Maier · 6 years ago
  71. 48d4ec0 VLR: fix potential NULL dereference by Max · 6 years ago
  72. da21a52 msc_vlr_tests: improve cipher mode coverage by Neels Hofmeyr · 6 years ago
  73. 379d579 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  74. e4f9172 msc_mgcp: Add FSM event names by Philipp Maier · 6 years ago
  75. 617ac80 enable osmo_fsm vty commands in osmo-msc vty by Stefan Sperling · 6 years ago
  76. 2568f01 drop unused libmsc/meas_feed.h by Neels Hofmeyr · 6 years ago
  77. 58d9dd8 libmsc: Pretend MNCC requested release in handle_error() by Daniel Willmann · 6 years ago
  78. 02a79d8 libmsc: bssap: Remove fixme and properly update msgb tail by Pau Espin Pedrol · 7 years ago
  79. 4e825b6 libmsc: Add a function to return a unique ID of the subscriber conn by Daniel Willmann · 6 years ago
  80. 6fbd3bf iucs: Add a function to return the connection ID for the IU SCCP conn by Daniel Willmann · 6 years ago
  81. 7555928 libmsc: bssap: Catch TLV parse failures by Pau Espin Pedrol · 6 years ago
  82. 31776ff libmsc: bssap: Refactor rx paths to to avoid parse_tlv code duplication by Pau Espin Pedrol · 6 years ago
  83. 9f055f5 libmsc: bssap: Fix typo in log message by Pau Espin Pedrol · 6 years ago
  84. 098aa71 remove unused "auth policy" VTY command by Harald Welte · 6 years ago
  85. 27b40c6 remove unused VTY command "location updating reject cause" by Harald Welte · 6 years ago
  86. 9199f8b dead code removal by Harald Welte · 6 years ago
  87. d5db170 remove bsc_api.h and all users - they're all dead code by Harald Welte · 6 years ago
  88. 4804c55 MNCC: Copy bearer_cap from MNCC to gsm_trans by Harald Welte · 6 years ago
  89. 3295887 MT Calls: Copy bearer capabilities from NNCC primitive to trans by Harald Welte · 6 years ago
  90. 474e5a7 a_iface: Consistent and understandable function names by Harald Welte · 6 years ago
  91. f417b8c a_iface: s/Abis/L3/ for speech version/preference fields by Harald Welte · 6 years ago
  92. 33d61e7 MGCP: Response code 250 is *not* an error for DLCX by Harald Welte · 6 years ago
  93. 80620d2 a_iface: Fix heap-use-after-free in a_clear_all() by Harald Welte · 6 years ago
  94. 69c54a8 Add VTY command to configure destination MSISDN for emergency calls by Harald Welte · 6 years ago
  95. a172e9e a_iface: Fix heap-use-after-free by cleaning up msgb ownership by Harald Welte · 6 years ago
  96. 1f47744 Introduce new BSSAP logging category/subsystem by Harald Welte · 6 years ago
  97. c9e7859 a_iface: Add copyright statement (after recent contributions) by Harald Welte · 6 years ago
  98. 3528446 cosmetic: a_iface: More logging harmonization by Harald Welte · 6 years ago
  99. c27ef65 a_iface: centralize lookup of subscriber_conn by Harald Welte · 6 years ago
  100. c65d324 cosmetic: No need for 'break' after 'return' by Harald Welte · 6 years ago