1. 98f7467 Wrap osmo_strlcpy() calls by Max · 6 years ago
  2. c200785 Implement checks for duplicate uplink UL L3 message by Harald Welte · 6 years ago
  3. 6d28981 Make sending an SMS to an unknown subscriber B work over SMPP. by Stefan Sperling · 6 years ago
  4. cd31f7a Remove unused code by Max · 6 years ago
  5. 327c2f5 Change GSUP re-connect interval to 1s by Harald Welte · 6 years ago
  6. 7133072 MSC: Intersect configured A5 algorithms with MS-supported ones by Harald Welte · 6 years ago
  7. 7b222aa Permit a set of multiple different A5 ciphers by Harald Welte · 6 years ago
  8. 71c51df Shift ciphering algorithm selection from VLR to MSC by Harald Welte · 6 years ago
  9. 14e0517 Delete expired SMS automatically. by Stefan Sperling · 6 years ago
  10. 1e67fea Accept SMS for any receiver by Stefan Sperling · 6 years ago
  11. 87cba1f Add a VTY command which deletes all expired SMS. by Stefan Sperling · 6 years ago
  12. 703f2ec debug: Remove dead log categories by Harald Welte · 6 years ago
  13. 45f234c remove dead ctrl.h header file by Harald Welte · 6 years ago
  14. b752cc5 signal.h: Remove unused/dead signal definitions by Harald Welte · 6 years ago
  15. 4bd35d4 remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.h by Harald Welte · 6 years ago
  16. 51c65e8 remove dead code in auth.h / auth.c by Harald Welte · 6 years ago
  17. 6ffc95c remove unused ipaccess.h by Harald Welte · 6 years ago
  18. d35038d Massive removal of unused code/structs/headers by Harald Welte · 6 years ago
  19. 8b1cba8 jenkins.sh: Don't depend on osmo-ggsn by Harald Welte · 6 years ago
  20. a3ab1de remove traces of bsc_subscriber by Harald Welte · 6 years ago
  21. 4ab0a49 debug: Remove code for filters that don't exist in OsmoMSC by Harald Welte · 6 years ago
  22. a5e51ec remove unused paging.h and osmo_bsc_grace.h by Harald Welte · 6 years ago
  23. 284c39a msc_cipher_mode_compl: Handle CIPH MOD COMPL without L3 message by Harald Welte · 6 years ago
  24. 49f8fcb Properly reject CM Re-Establishment Request by Harald Welte · 6 years ago
  25. 80315ef Fix msc_vlr test results (.err) for new libosmocore GSM48_PDISC names by Harald Welte · 6 years ago
  26. a1c5de4 Remove traces of meas_feed by Harald Welte · 6 years ago
  27. 37382ec Reject any CM SERVICE we don't support by Harald Welte · 6 years ago
  28. 3995d2e Refuse Emergency Calls by IMEI with proper CM SERVICE REJECT Cause by Harald Welte · 6 years ago
  29. 0dd0137 Emergency Call: Set MNCC_F_EMERGENCY flag by Harald Welte · 6 years ago
  30. 79826e1 Log difference between SETUP and EMERGENCY_SETUP by Harald Welte · 6 years ago
  31. c309fe3 cosmetic: log prim operation as text by Max · 6 years ago
  32. 923a239 VLR: constify GSUP-related function parameters by Max · 6 years ago
  33. 5718429 MNCC: Add input validation by Harald Welte · 6 years ago
  34. 3b26f34 Fix value of stored SMS validity time. by Stefan Sperling · 6 years ago
  35. b8c0cf8 libmsc: msc_vty: Fix compilation warning by Pau Espin Pedrol · 6 years ago
  36. d494162 Store/retrieve SMS validity time in the SMS datebase by Stefan Sperling · 6 years ago
  37. 6ba2d5a Delete SMS from the database once they were sent successfully by Stefan Sperling · 6 years ago
  38. 832046d Improve an error message in db_init(). by Stefan Sperling · 6 years ago
  39. ce4e984 fix build: missing LIBOSMORANAP flags in libmsc by Neels Hofmeyr · 6 years ago
  40. b274d56 src/libmsc/ussd.c: drop useless forward declaration by Vadim Yanitskiy · 6 years ago
  41. 6e19d1b msc/gsm_04_80.h: use '#pragma once' instead of includes by Vadim Yanitskiy · 6 years ago
  42. 0774a53 msc/gsm_04_80.h: cosmetic: whitespace fix by Vadim Yanitskiy · 6 years ago
  43. 7c93591 msc/gsm_04_80.h: clean up useless declarations by Vadim Yanitskiy · 6 years ago
  44. 563e1db a_iface_tx_assignment: fix log lvl for "Sending Assignment..." by Neels Hofmeyr · 6 years ago
  45. cfab83e smpp_smsc.c: don't talloc_strdup NULL pointers by the 34c3 gsm team · 6 years ago
  46. dcc193d Add control command to expire subscriber by Max · 6 years ago
  47. a263bb2 VLR: log subscriber update by Max · 6 years ago
  48. 7772c7d VLR: remove unused parameter by Max · 6 years ago
  49. 753c15d Migrate from OpenSSL to osmo_get_rand_id() by Max · 6 years ago
  50. 629c479 Enable sanitize for CI tests by Max · 6 years ago
  51. facd57a fix: properly cancel all Paging on IMSI Detach by Neels Hofmeyr · 6 years ago
  52. 2ff5bcd fix paging: add timeout to discard unsuccessful paging by Neels Hofmeyr · 6 years ago
  53. c1d6925 cosmetic: rename sccp_rx_udt and sccp_rx_dt to a_* by Neels Hofmeyr · 6 years ago
  54. c22e54d libmsc: db.c: Replace dbi APIs marked as deprecated by Pau Espin Pedrol · 6 years ago
  55. 04960b1 log: a_iface.c: revisit logging, use LOGPCONN by Neels Hofmeyr · 6 years ago
  56. 26c218d smpp_smsc: fix truncated string copy into bind_r.system_id by Neels Hofmeyr · 6 years ago
  57. 9baedaf a_iface_bssap: compiler warning: cast const away from TLV val for l2h by Neels Hofmeyr · 6 years ago
  58. 4390777 compiler warning: extend #if 0 to include unused array by Neels Hofmeyr · 6 years ago
  59. 5282171 fix GSM-Milenage in presence of 2G keys by Neels Hofmeyr · 6 years ago
  60. 7fca2ce cosmetic: msc_paging_request: drop obsolete comment by Neels Hofmeyr · 6 years ago
  61. 76a10f5 drop unused T* timers (BSC land, not MSC) by Neels Hofmeyr · 6 years ago
  62. 2ef2da5 cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is used by Neels Hofmeyr · 6 years ago
  63. e3d72d7 cosmetic prep: publish vlr_use_umts_aka() decision by Neels Hofmeyr · 6 years ago
  64. 703638e cosmetic: move translation of vlr_ciph into msc_vlr_set_ciph_mode() by Neels Hofmeyr · 6 years ago
  65. cf30913 fix BSSMAP Cipher Mode Cmd: properly set permitted algorithms by Neels Hofmeyr · 6 years ago
  66. 4cf4fdd vlr: debug log: log Ciphering Mode details by Neels Hofmeyr · 6 years ago
  67. 3f5b780 cosmetic: msc_vlr_tests: log SMS details when invoked with -v by Neels Hofmeyr · 6 years ago
  68. f879fc9 debug log: a_iface_tx_cipher_mode(): log cipher and key by Neels Hofmeyr · 6 years ago
  69. fb21d9d compiler warning: drop double 'const' in a_iface_tx_cipher_mode() by Neels Hofmeyr · 6 years ago
  70. c5981b3 fix vty write: add missing 'authentication optional/required' output by Neels Hofmeyr · 6 years ago
  71. db82729 sms.db: silence libdbi warnings on out-of-range index by Neels Hofmeyr · 6 years ago
  72. 50d0900 sms db: properly quote MSISDN in various SQL queries by Neels Hofmeyr · 6 years ago
  73. f6704f1 sms db: don't attempt to query pending SMS for unset MSISDN by Neels Hofmeyr · 6 years ago
  74. a55dda7 Remove utils imported from openbsc, fix building remaining util smpp_mirror by Alexander Huemer · 7 years ago
  75. f6d6a57 Add missing CFLAGS by Alexander Huemer · 7 years ago
  76. c4e7bd3 mncc: remove deprecated commandline option. by Philipp Maier · 6 years ago
  77. fe6acd6 mncc: re-add lchan members to structs by Philipp Maier · 6 years ago
  78. 60383a1 Remove unneeded .py scripts by Max · 7 years ago
  79. b8acdcd cosmetic: remove duplicate logging by Philipp Maier · 7 years ago
  80. 5f1de85 Remove obsolete ./configure option by Max · 7 years ago
  81. abb24a2 Add basic CTRL test by Max · 7 years ago
  82. 82be67d fix use after free: missing conn_get on CC paging response by Neels Hofmeyr · 7 years ago
  83. a99b427 add msc_vlr_test_call to reproduce a sanitizer error by Neels Hofmeyr · 7 years ago
  84. 785fadc cosmetic: log error when using a conn that's in release by Neels Hofmeyr · 7 years ago
  85. 6166f29 subscr_conn: introduce usage tokens for ref error tracking by Neels Hofmeyr · 7 years ago
  86. 2f108b0 cosmetic: add missing spaces by Philipp Maier · 7 years ago
  87. c875f84 use only 0.23.1 as point code for both A and Iu by Neels Hofmeyr · 7 years ago
  88. d11d5f1 Use osmo-ggsn instead of openggsn in jenkins tests by Max · 7 years ago
  89. 8a656eb msc_vlr_tests: set a valid lac for fake conns by Neels Hofmeyr · 7 years ago
  90. 9c848b5 msc_vlr_tests: fix test nr arg: clear errno before strtol() by Neels Hofmeyr · 7 years ago
  91. 7bbac16 cosmetic: debug log: mncc: detached subscr: show subscriber by Neels Hofmeyr · 7 years ago
  92. d1ec111 cosmetic: log: CC trans_alloc: log trans_id and subscr, not memory addrs by Neels Hofmeyr · 7 years ago
  93. fef670b cosmetic: log: CC state transition: log trans id and subscr by Neels Hofmeyr · 7 years ago
  94. 0442ea2 sms_queue_test: sanitize: clean up talloc contexts when done by Neels Hofmeyr · 7 years ago
  95. 5900c84 libmsc/vty: don't access old bsc rate counters by Alexander Couzens · 7 years ago
  96. 2c46e04 cosmetic: msc_vlr_tests: add comment to show expected tallocs by Neels Hofmeyr · 7 years ago
  97. 3bae836 vlr_subscr_conn_timeout(): don't fire events to discarded fi by Neels Hofmeyr · 7 years ago
  98. 3ddd742 subscr_conn: don't close after conn timeout by Neels Hofmeyr · 7 years ago
  99. b3fa355 vlr_gsupc_read_cb: fix use after free of GSUP msgb by Neels Hofmeyr · 7 years ago
  100. 1a5bcd5 sub_pres_vlr_fsm_start: fix heap use after free by Neels Hofmeyr · 7 years ago