1. 69c54a8 Add VTY command to configure destination MSISDN for emergency calls by Harald Welte · 6 years ago
  2. a172e9e a_iface: Fix heap-use-after-free by cleaning up msgb ownership by Harald Welte · 6 years ago
  3. 1f47744 Introduce new BSSAP logging category/subsystem by Harald Welte · 6 years ago
  4. c9e7859 a_iface: Add copyright statement (after recent contributions) by Harald Welte · 6 years ago
  5. 3528446 cosmetic: a_iface: More logging harmonization by Harald Welte · 6 years ago
  6. c27ef65 a_iface: centralize lookup of subscriber_conn by Harald Welte · 6 years ago
  7. c65d324 cosmetic: No need for 'break' after 'return' by Harald Welte · 6 years ago
  8. fb7ba91 cosmetic: a_iface: Harmonize log statements by Harald Welte · 6 years ago
  9. 6c3e4e7 a_sccp_rx_dt(): Don't print hexdump of message multiple times by Harald Welte · 6 years ago
  10. 6de4659 a_iface_bssap.c: Use LOGPCONN() whenever possible by Harald Welte · 6 years ago
  11. f0dc1be a_iface: Reduce log levels by Harald Welte · 6 years ago
  12. a41b630 cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msg by Harald Welte · 6 years ago
  13. 54a10ef Don't answer to BSC-originated RESET with another RESET by Harald Welte · 6 years ago
  14. b6777fb a_reset: Add additional "a_reset_alloc" argument by Harald Welte · 6 years ago
  15. 66a301e VTY: Add 'show connections' and 'show transactions' commands by Harald Welte · 6 years ago
  16. 4c57377 increase RAN timeout in MGCP FSM by Philipp Maier · 6 years ago
  17. 770fbd2 GSUP: check osmo_gsup_encode() result by Max · 6 years ago
  18. 5e60de6 VLR tests: move network init into function by Max · 6 years ago
  19. b0a4314 VLR tests: always print test parameters by Max · 6 years ago
  20. 29ce08a VLR tests: remove weird code by Max · 6 years ago
  21. 6817190 VLR tests: don't fail via assert by Max · 6 years ago
  22. d5feade Expand VLR tests by Max · 6 years ago
  23. d8d1a9e VLR tests: mark static test functions as such by Max · 6 years ago
  24. 093300d Move IMSI into test parameters by Max · 6 years ago
  25. d83b17b Constify msc_subscr_conn_is_accepted() parameter by Max · 6 years ago
  26. 5e2e9bd Fix whitespace issues by Max · 6 years ago
  27. 621ba03 mgcp: use osmo-mgw to switch rtp streams by Philipp Maier · 7 years ago
  28. 64dbc54 a_iface: correct data type for a.conn_id in gsm_subscriber_connection by Philipp Maier · 6 years ago
  29. 98f7467 Wrap osmo_strlcpy() calls by Max · 6 years ago
  30. c200785 Implement checks for duplicate uplink UL L3 message by Harald Welte · 6 years ago
  31. 6d28981 Make sending an SMS to an unknown subscriber B work over SMPP. by Stefan Sperling · 6 years ago
  32. cd31f7a Remove unused code by Max · 6 years ago
  33. 327c2f5 Change GSUP re-connect interval to 1s by Harald Welte · 6 years ago
  34. 7133072 MSC: Intersect configured A5 algorithms with MS-supported ones by Harald Welte · 6 years ago
  35. 7b222aa Permit a set of multiple different A5 ciphers by Harald Welte · 6 years ago
  36. 71c51df Shift ciphering algorithm selection from VLR to MSC by Harald Welte · 6 years ago
  37. 14e0517 Delete expired SMS automatically. by Stefan Sperling · 6 years ago
  38. 1e67fea Accept SMS for any receiver by Stefan Sperling · 6 years ago
  39. 87cba1f Add a VTY command which deletes all expired SMS. by Stefan Sperling · 6 years ago
  40. 703f2ec debug: Remove dead log categories by Harald Welte · 6 years ago
  41. 45f234c remove dead ctrl.h header file by Harald Welte · 6 years ago
  42. b752cc5 signal.h: Remove unused/dead signal definitions by Harald Welte · 6 years ago
  43. 4bd35d4 remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.h by Harald Welte · 6 years ago
  44. 51c65e8 remove dead code in auth.h / auth.c by Harald Welte · 6 years ago
  45. 6ffc95c remove unused ipaccess.h by Harald Welte · 6 years ago
  46. d35038d Massive removal of unused code/structs/headers by Harald Welte · 6 years ago
  47. 8b1cba8 jenkins.sh: Don't depend on osmo-ggsn by Harald Welte · 6 years ago
  48. a3ab1de remove traces of bsc_subscriber by Harald Welte · 6 years ago
  49. 4ab0a49 debug: Remove code for filters that don't exist in OsmoMSC by Harald Welte · 6 years ago
  50. a5e51ec remove unused paging.h and osmo_bsc_grace.h by Harald Welte · 6 years ago
  51. 284c39a msc_cipher_mode_compl: Handle CIPH MOD COMPL without L3 message by Harald Welte · 6 years ago
  52. 49f8fcb Properly reject CM Re-Establishment Request by Harald Welte · 6 years ago
  53. 80315ef Fix msc_vlr test results (.err) for new libosmocore GSM48_PDISC names by Harald Welte · 6 years ago
  54. a1c5de4 Remove traces of meas_feed by Harald Welte · 6 years ago
  55. 37382ec Reject any CM SERVICE we don't support by Harald Welte · 6 years ago
  56. 3995d2e Refuse Emergency Calls by IMEI with proper CM SERVICE REJECT Cause by Harald Welte · 6 years ago
  57. 0dd0137 Emergency Call: Set MNCC_F_EMERGENCY flag by Harald Welte · 6 years ago
  58. 79826e1 Log difference between SETUP and EMERGENCY_SETUP by Harald Welte · 6 years ago
  59. c309fe3 cosmetic: log prim operation as text by Max · 6 years ago
  60. 923a239 VLR: constify GSUP-related function parameters by Max · 6 years ago
  61. 5718429 MNCC: Add input validation by Harald Welte · 6 years ago
  62. 3b26f34 Fix value of stored SMS validity time. by Stefan Sperling · 6 years ago
  63. b8c0cf8 libmsc: msc_vty: Fix compilation warning by Pau Espin Pedrol · 6 years ago
  64. d494162 Store/retrieve SMS validity time in the SMS datebase by Stefan Sperling · 6 years ago
  65. 6ba2d5a Delete SMS from the database once they were sent successfully by Stefan Sperling · 6 years ago
  66. 832046d Improve an error message in db_init(). by Stefan Sperling · 6 years ago
  67. ce4e984 fix build: missing LIBOSMORANAP flags in libmsc by Neels Hofmeyr · 6 years ago
  68. b274d56 src/libmsc/ussd.c: drop useless forward declaration by Vadim Yanitskiy · 6 years ago
  69. 6e19d1b msc/gsm_04_80.h: use '#pragma once' instead of includes by Vadim Yanitskiy · 6 years ago
  70. 0774a53 msc/gsm_04_80.h: cosmetic: whitespace fix by Vadim Yanitskiy · 6 years ago
  71. 7c93591 msc/gsm_04_80.h: clean up useless declarations by Vadim Yanitskiy · 6 years ago
  72. 563e1db a_iface_tx_assignment: fix log lvl for "Sending Assignment..." by Neels Hofmeyr · 6 years ago
  73. cfab83e smpp_smsc.c: don't talloc_strdup NULL pointers by the 34c3 gsm team · 6 years ago
  74. dcc193d Add control command to expire subscriber by Max · 6 years ago
  75. a263bb2 VLR: log subscriber update by Max · 6 years ago
  76. 7772c7d VLR: remove unused parameter by Max · 6 years ago
  77. 753c15d Migrate from OpenSSL to osmo_get_rand_id() by Max · 6 years ago
  78. 629c479 Enable sanitize for CI tests by Max · 6 years ago
  79. facd57a fix: properly cancel all Paging on IMSI Detach by Neels Hofmeyr · 7 years ago
  80. 2ff5bcd fix paging: add timeout to discard unsuccessful paging by Neels Hofmeyr · 7 years ago
  81. c1d6925 cosmetic: rename sccp_rx_udt and sccp_rx_dt to a_* by Neels Hofmeyr · 7 years ago
  82. c22e54d libmsc: db.c: Replace dbi APIs marked as deprecated by Pau Espin Pedrol · 7 years ago
  83. 04960b1 log: a_iface.c: revisit logging, use LOGPCONN by Neels Hofmeyr · 7 years ago
  84. 26c218d smpp_smsc: fix truncated string copy into bind_r.system_id by Neels Hofmeyr · 7 years ago
  85. 9baedaf a_iface_bssap: compiler warning: cast const away from TLV val for l2h by Neels Hofmeyr · 7 years ago
  86. 4390777 compiler warning: extend #if 0 to include unused array by Neels Hofmeyr · 7 years ago
  87. 5282171 fix GSM-Milenage in presence of 2G keys by Neels Hofmeyr · 7 years ago
  88. 7fca2ce cosmetic: msc_paging_request: drop obsolete comment by Neels Hofmeyr · 7 years ago
  89. 76a10f5 drop unused T* timers (BSC land, not MSC) by Neels Hofmeyr · 7 years ago
  90. 2ef2da5 cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is used by Neels Hofmeyr · 7 years ago
  91. e3d72d7 cosmetic prep: publish vlr_use_umts_aka() decision by Neels Hofmeyr · 7 years ago
  92. 703638e cosmetic: move translation of vlr_ciph into msc_vlr_set_ciph_mode() by Neels Hofmeyr · 7 years ago
  93. cf30913 fix BSSMAP Cipher Mode Cmd: properly set permitted algorithms by Neels Hofmeyr · 7 years ago
  94. 4cf4fdd vlr: debug log: log Ciphering Mode details by Neels Hofmeyr · 7 years ago
  95. 3f5b780 cosmetic: msc_vlr_tests: log SMS details when invoked with -v by Neels Hofmeyr · 7 years ago
  96. f879fc9 debug log: a_iface_tx_cipher_mode(): log cipher and key by Neels Hofmeyr · 7 years ago
  97. fb21d9d compiler warning: drop double 'const' in a_iface_tx_cipher_mode() by Neels Hofmeyr · 7 years ago
  98. c5981b3 fix vty write: add missing 'authentication optional/required' output by Neels Hofmeyr · 7 years ago
  99. db82729 sms.db: silence libdbi warnings on out-of-range index by Neels Hofmeyr · 7 years ago
  100. 50d0900 sms db: properly quote MSISDN in various SQL queries by Neels Hofmeyr · 7 years ago