1. d97821f cosmetic: gsm48_rx_mm_auth_resp(): log 'UMTS AUTH', not 'R99 AUTH' by Neels Hofmeyr · 6 years ago
  2. 25f69d5 gsm48_rx_mm_auth_resp(): pass is_r99 from classmark, not response size by Neels Hofmeyr · 6 years ago
  3. 8e0af0b vlr auth: gracefully reject malformed auth response by Neels Hofmeyr · 6 years ago
  4. 7795a19 vlr: fix GSM AKA in a UMTS AKA capable environment by Neels Hofmeyr · 6 years ago
  5. d656dff silent call: clarify rc and error messages logged on vty by Neels Hofmeyr · 6 years ago
  6. e949538 msc_main: do not say 'osmo-nitb' in the usage by Neels Hofmeyr · 6 years ago
  7. 596ef65 vty: add 'subscriber ... paging' cmd by Neels Hofmeyr · 6 years ago
  8. 11010b1 vty: add 'msisdn' as alias for 'extension' by Neels Hofmeyr · 6 years ago
  9. 72a41dd vty: drop unused commands by Neels Hofmeyr · 6 years ago
  10. 1db394f fix: clear vlr_subscr->msc_conn_ref when the conn is discarded by Neels Hofmeyr · 6 years ago
  11. ce1298b a_iface: fix BSSMAP reset handling by Philipp Maier · 6 years ago
  12. 48d4ec0 VLR: fix potential NULL dereference by Max · 6 years ago
  13. da21a52 msc_vlr_tests: improve cipher mode coverage by Neels Hofmeyr · 6 years ago
  14. c5e0ace vlr_lu_fsm: guard against using the wrong fi by Neels Hofmeyr · 6 years ago
  15. d2278ec vlr: fix post-auth LU failure handling by Neels Hofmeyr · 6 years ago
  16. 379d579 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  17. 7f48420 cosmetic: gsm_network_init(): imply default 001-01 PLMN by Neels Hofmeyr · 6 years ago
  18. e4f9172 msc_mgcp: Add FSM event names by Philipp Maier · 6 years ago
  19. 5861678 a_reset: Add FSM event names by Philipp Maier · 6 years ago
  20. 617ac80 enable osmo_fsm vty commands in osmo-msc vty by Stefan Sperling · 6 years ago
  21. 2568f01 drop unused libmsc/meas_feed.h by Neels Hofmeyr · 6 years ago
  22. 58d9dd8 libmsc: Pretend MNCC requested release in handle_error() by Daniel Willmann · 6 years ago
  23. 02a79d8 libmsc: bssap: Remove fixme and properly update msgb tail by Pau Espin Pedrol · 7 years ago
  24. 4e825b6 libmsc: Add a function to return a unique ID of the subscriber conn by Daniel Willmann · 6 years ago
  25. 6fbd3bf iucs: Add a function to return the connection ID for the IU SCCP conn by Daniel Willmann · 6 years ago
  26. 7555928 libmsc: bssap: Catch TLV parse failures by Pau Espin Pedrol · 6 years ago
  27. 31776ff libmsc: bssap: Refactor rx paths to to avoid parse_tlv code duplication by Pau Espin Pedrol · 6 years ago
  28. 9f055f5 libmsc: bssap: Fix typo in log message by Pau Espin Pedrol · 6 years ago
  29. c0e425d remove dead code (gsm_parse_reg) by Harald Welte · 6 years ago
  30. 098aa71 remove unused "auth policy" VTY command by Harald Welte · 6 years ago
  31. 2346619 remove unused "authorized-regexp" VTY command by Harald Welte · 6 years ago
  32. 27b40c6 remove unused VTY command "location updating reject cause" by Harald Welte · 6 years ago
  33. 3db47c4 osmo-msc: Add talloc context introspection via VTY by Harald Welte · 6 years ago
  34. 7421a6e remove unused dyn_ts_allow_tch_f VTY option by Harald Welte · 6 years ago
  35. 9199f8b dead code removal by Harald Welte · 6 years ago
  36. d5db170 remove bsc_api.h and all users - they're all dead code by Harald Welte · 6 years ago
  37. 4804c55 MNCC: Copy bearer_cap from MNCC to gsm_trans by Harald Welte · 6 years ago
  38. 3295887 MT Calls: Copy bearer capabilities from NNCC primitive to trans by Harald Welte · 6 years ago
  39. 474e5a7 a_iface: Consistent and understandable function names by Harald Welte · 6 years ago
  40. f417b8c a_iface: s/Abis/L3/ for speech version/preference fields by Harald Welte · 6 years ago
  41. 33d61e7 MGCP: Response code 250 is *not* an error for DLCX by Harald Welte · 6 years ago
  42. 80620d2 a_iface: Fix heap-use-after-free in a_clear_all() by Harald Welte · 6 years ago
  43. 69c54a8 Add VTY command to configure destination MSISDN for emergency calls by Harald Welte · 6 years ago
  44. a172e9e a_iface: Fix heap-use-after-free by cleaning up msgb ownership by Harald Welte · 6 years ago
  45. 1f47744 Introduce new BSSAP logging category/subsystem by Harald Welte · 6 years ago
  46. c9e7859 a_iface: Add copyright statement (after recent contributions) by Harald Welte · 6 years ago
  47. 3528446 cosmetic: a_iface: More logging harmonization by Harald Welte · 6 years ago
  48. c27ef65 a_iface: centralize lookup of subscriber_conn by Harald Welte · 6 years ago
  49. c65d324 cosmetic: No need for 'break' after 'return' by Harald Welte · 6 years ago
  50. fb7ba91 cosmetic: a_iface: Harmonize log statements by Harald Welte · 6 years ago
  51. 6c3e4e7 a_sccp_rx_dt(): Don't print hexdump of message multiple times by Harald Welte · 6 years ago
  52. 6de4659 a_iface_bssap.c: Use LOGPCONN() whenever possible by Harald Welte · 6 years ago
  53. f0dc1be a_iface: Reduce log levels by Harald Welte · 6 years ago
  54. a41b630 cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msg by Harald Welte · 6 years ago
  55. 54a10ef Don't answer to BSC-originated RESET with another RESET by Harald Welte · 6 years ago
  56. b6777fb a_reset: Add additional "a_reset_alloc" argument by Harald Welte · 6 years ago
  57. 66a301e VTY: Add 'show connections' and 'show transactions' commands by Harald Welte · 6 years ago
  58. 4c57377 increase RAN timeout in MGCP FSM by Philipp Maier · 6 years ago
  59. 770fbd2 GSUP: check osmo_gsup_encode() result by Max · 6 years ago
  60. d83b17b Constify msc_subscr_conn_is_accepted() parameter by Max · 6 years ago
  61. 5e2e9bd Fix whitespace issues by Max · 6 years ago
  62. 621ba03 mgcp: use osmo-mgw to switch rtp streams by Philipp Maier · 7 years ago
  63. 98f7467 Wrap osmo_strlcpy() calls by Max · 6 years ago
  64. c200785 Implement checks for duplicate uplink UL L3 message by Harald Welte · 6 years ago
  65. 6d28981 Make sending an SMS to an unknown subscriber B work over SMPP. by Stefan Sperling · 6 years ago
  66. cd31f7a Remove unused code by Max · 6 years ago
  67. 7133072 MSC: Intersect configured A5 algorithms with MS-supported ones by Harald Welte · 7 years ago
  68. 7b222aa Permit a set of multiple different A5 ciphers by Harald Welte · 7 years ago
  69. 71c51df Shift ciphering algorithm selection from VLR to MSC by Harald Welte · 7 years ago
  70. 14e0517 Delete expired SMS automatically. by Stefan Sperling · 6 years ago
  71. 1e67fea Accept SMS for any receiver by Stefan Sperling · 6 years ago
  72. 87cba1f Add a VTY command which deletes all expired SMS. by Stefan Sperling · 6 years ago
  73. 703f2ec debug: Remove dead log categories by Harald Welte · 6 years ago
  74. 45f234c remove dead ctrl.h header file by Harald Welte · 6 years ago
  75. 4bd35d4 remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.h by Harald Welte · 6 years ago
  76. 51c65e8 remove dead code in auth.h / auth.c by Harald Welte · 6 years ago
  77. d35038d Massive removal of unused code/structs/headers by Harald Welte · 6 years ago
  78. a3ab1de remove traces of bsc_subscriber by Harald Welte · 6 years ago
  79. 4ab0a49 debug: Remove code for filters that don't exist in OsmoMSC by Harald Welte · 6 years ago
  80. a5e51ec remove unused paging.h and osmo_bsc_grace.h by Harald Welte · 6 years ago
  81. 284c39a msc_cipher_mode_compl: Handle CIPH MOD COMPL without L3 message by Harald Welte · 6 years ago
  82. 49f8fcb Properly reject CM Re-Establishment Request by Harald Welte · 6 years ago
  83. a1c5de4 Remove traces of meas_feed by Harald Welte · 6 years ago
  84. 37382ec Reject any CM SERVICE we don't support by Harald Welte · 6 years ago
  85. 3995d2e Refuse Emergency Calls by IMEI with proper CM SERVICE REJECT Cause by Harald Welte · 6 years ago
  86. 0dd0137 Emergency Call: Set MNCC_F_EMERGENCY flag by Harald Welte · 6 years ago
  87. 79826e1 Log difference between SETUP and EMERGENCY_SETUP by Harald Welte · 6 years ago
  88. c309fe3 cosmetic: log prim operation as text by Max · 6 years ago
  89. 923a239 VLR: constify GSUP-related function parameters by Max · 6 years ago
  90. 5718429 MNCC: Add input validation by Harald Welte · 6 years ago
  91. 3b26f34 Fix value of stored SMS validity time. by Stefan Sperling · 6 years ago
  92. b8c0cf8 libmsc: msc_vty: Fix compilation warning by Pau Espin Pedrol · 6 years ago
  93. d494162 Store/retrieve SMS validity time in the SMS datebase by Stefan Sperling · 6 years ago
  94. 6ba2d5a Delete SMS from the database once they were sent successfully by Stefan Sperling · 6 years ago
  95. 832046d Improve an error message in db_init(). by Stefan Sperling · 6 years ago
  96. ce4e984 fix build: missing LIBOSMORANAP flags in libmsc by Neels Hofmeyr · 6 years ago
  97. b274d56 src/libmsc/ussd.c: drop useless forward declaration by Vadim Yanitskiy · 6 years ago
  98. 563e1db a_iface_tx_assignment: fix log lvl for "Sending Assignment..." by Neels Hofmeyr · 7 years ago
  99. cfab83e smpp_smsc.c: don't talloc_strdup NULL pointers by the 34c3 gsm team · 7 years ago
  100. dcc193d Add control command to expire subscriber by Max · 7 years ago