1. 7c19c6b sms: Do not go through the routing a second time by Holger Hans Peter Freyther · 9 years ago
  2. 42cf2e0 sms: Add a way to always route SMS through SMPP systems by Holger Hans Peter Freyther · 9 years ago
  3. dcbc833 sms: Simplify the return handling for SMPP routes/unroutable by Holger Hans Peter Freyther · 9 years ago
  4. e3c391e sms: Put the try_deliver into the header file by Holger Hans Peter Freyther · 9 years ago
  5. af1b968 sms: Move the routing of the sms to a separate function by Holger Hans Peter Freyther · 9 years ago
  6. 5fd0c64 gsm_04_08: Use osmo_assert for transt->conn and conn only in case of paging succeeded by Ivan Kluchnikov · 9 years ago
  7. d6d7aff sub: Remove the queue from the subscriber code by Holger Hans Peter Freyther · 9 years ago
  8. 0759b1b sub: Remove introspection of the "channel queue" by Holger Hans Peter Freyther · 9 years ago
  9. 1e28eb8 mncc: Select the codec similar to the modify handling by Holger Hans Peter Freyther · 9 years ago
  10. 7ffa7b0 nitb: Fix IMSI/IMEI buffer handling (Coverity) by Jacob Erlbeck · 9 years ago
  11. 322b149 nitb: Check source string length before calling strncpy (Coverity) by Jacob Erlbeck · 9 years ago
  12. fd603ed write_queue: Check the result of osmo_wqueue_enqueue and free by Holger Hans Peter Freyther · 9 years ago
  13. a0735ec smpp: Fix potential crash in handling submitSM by Holger Hans Peter Freyther · 9 years ago
  14. 019851a smpp: Do not check conn for being null by Holger Hans Peter Freyther · 9 years ago
  15. 8657326 meas: Install the scenario command and test it by Holger Hans Peter Freyther · 9 years ago
  16. a07e38d meas: Add VTY documentation for the measurement commands by Holger Hans Peter Freyther · 9 years ago
  17. 925c57f nitb: Make the last change configurable by Holger Hans Peter Freyther · 9 years ago
  18. 1ba0730 nitb: Allow the network to decide if a subscriber should be created by Holger Hans Peter Freyther · 9 years ago
  19. e5d2c60 SMS: Attempting to send SMS is not a NOTICEable event by Harald Welte · 12 years ago
  20. 6995f24 logging: Only compare the subscr address by Holger Hans Peter Freyther · 9 years ago
  21. b7ccac4 logging: Set the context for paging requests as well. by Holger Hans Peter Freyther · 9 years ago
  22. 8db0788 meas_feed.c: Fix compiler warning by Harald Welte · 9 years ago
  23. b4771a6 Initial support for export + curses-visualization of measurements by Harald Welte · 12 years ago
  24. 5468f76 convert away from deprecated gsm_7bit_{encode,decode}() functions by Harald Welte · 9 years ago
  25. af792d6 msc: Add net parameter to trans_alloc by Jacob Erlbeck · 10 years ago
  26. 1e30a28 msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  27. dae1f64 msc: Don't use the subscriber to access the net object by Jacob Erlbeck · 10 years ago
  28. f07c605 msc: Add net back pointer to gsm_trans by Jacob Erlbeck · 10 years ago
  29. 76606d3 nitb/ctrl: Fix access to freed memory in verify_subscriber_modify by Jacob Erlbeck · 10 years ago
  30. ed04a0d nitb: Add subscriber delete command by Ruben Pollan · 10 years ago
  31. ba874b8 move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  32. 035b874 MNCC: Add IMSI to CALL CONFIRM message by Andreas Eversberg · 11 years ago
  33. 1011d5b vty: Fix interactive VTY help for silent-sms transmission by Harald Welte · 10 years ago
  34. c7548a1 DB: produce a backtrace in case of a DB error by Harald Welte · 10 years ago
  35. 94f83e1 smpp: Fix small typo in the comment by Holger Hans Peter Freyther · 10 years ago
  36. b115cb6 db: Use ulonglong to access the database for sqlite3 by Holger Hans Peter Freyther · 10 years ago
  37. db0caf2 nitb: Only print channel activations once in show statistics by Holger Hans Peter Freyther · 10 years ago
  38. d8967f7 Add support for AMR frames to MNCC/RTP interface by Andreas Eversberg · 12 years ago
  39. 72c0dbd bsc_api/NITB: If TCH/H channel is used, indicate it to bsc_api by Andreas Eversberg · 11 years ago
  40. a4d0e3c Add check to tch_map(), if RTP sockets exist by Andreas Eversberg · 10 years ago
  41. f242e7a db: Fix fall-out with the subscriber removal in the subscriber deletion code by Holger Hans Peter Freyther · 10 years ago
  42. 6114401 db: Add testcase for the db migration. by Holger Hans Peter Freyther · 10 years ago
  43. e7cc9aa sms: Add code to migrate the database to the new schema by Holger Hans Peter Freyther · 10 years ago
  44. ca7ed2d sms: Do not store received id in the SMS database. by Alexander Chemeris · 11 years ago
  45. ca3c256 sms: Kill the sms->sender and use addr/ton/npi throughout the code by Holger Hans Peter Freyther · 11 years ago
  46. bd30cd3 bsc/msc: Extension can never be NULL use strlen instead by Holger Hans Peter Freyther · 10 years ago
  47. cb4567f msc: Name is never NULL use strlen to check if it is empty by Holger Hans Peter Freyther · 10 years ago
  48. d883db0 nitb/ctrl: Implement a command to list all active subscribers by Holger Hans Peter Freyther · 10 years ago
  49. 2d99eeb nitb/ctrl: Implement creating and deleting subscribers by Holger Hans Peter Freyther · 10 years ago
  50. 9dbc3f8 nitb/ctrl: Add command to add/modify a subscriber to the database by Holger Hans Peter Freyther · 10 years ago
  51. 63bfdd8 mncc: Add support for half rate V1 frames to MNCC/RTP interface by Andreas Eversberg · 10 years ago
  52. 9acbe4c mncc: Use helper function to check if an MNCC frame is data (speech/traffic) by Andreas Eversberg · 11 years ago
  53. f78fc4e mncc: Complete definitions for all speech traffic frames at MNCC interface by Andreas Eversberg · 10 years ago
  54. 9e15e18 sms: Rename gsm340_gen_tpdu() to gsm340_gen_sms_deliver_tpdu() by Alexander Chemeris · 10 years ago
  55. 1e77e3d db,sms: Rename db_sms_mark_sent() to db_sms_mark_delivered() by Alexander Chemeris · 10 years ago
  56. 7e20f64 db: Remove the german from the log message by Alexander Chemeris · 10 years ago
  57. 1fc8ec6 smpp_smsc: Fix integer overflow in read return value and msgb_alloc() by Daniel Willmann · 10 years ago
  58. b6f01e7 smpp_smsc: Check that the size is large enough to hold actual data by Daniel Willmann · 10 years ago
  59. a4540b2 smpp_smsc: Fix socket read() error handling by Daniel Willmann · 10 years ago
  60. 93de8b2 sms: Address the TODO and schedule the next SMS for an active subscriber by Holger Hans Peter Freyther · 10 years ago
  61. 024dc77 sms: Do not interfere with the SMS queue from within gsm_04_11 by Holger Hans Peter Freyther · 10 years ago
  62. 7e40be3 SMPP: UCS2 data_coding is 0x08, not 0x80! by Harald Welte · 10 years ago
  63. ca11443 sms: Increment the RP Message Reference for each transaction by Holger Hans Peter Freyther · 10 years ago
  64. 8e68b56 sms/dtap: Add log messages to analyse SMS message loss by Jacob Erlbeck · 10 years ago
  65. dcf38e1 Add function to update TRAU muxer after assignment or handover by Andreas Eversberg · 11 years ago
  66. caae10b Remove obsolete check of conn and lchan pointers not beeing NULL by Andreas Eversberg · 10 years ago
  67. a83d511 Each BTS can be configured for speech support (other than GSM full rate) by Andreas Eversberg · 11 years ago
  68. f46e226 nitb: Set the DST field in generated MM info messages by Jacob Erlbeck · 10 years ago
  69. 095bd36 smpp: In case we know the receiver set the context for logging by Holger Hans Peter Freyther · 10 years ago
  70. 249b3f3 mncc: Add the context we get from the MNCC interface by Holger Hans Peter Freyther · 10 years ago
  71. ea73032 ussd: Reject and release unhandled SS requests/interrogation by Tobias Engel · 10 years ago
  72. f76ed2d sms: Fix crash on RLL Establish Request timeouts with active call by Holger Hans Peter Freyther · 10 years ago
  73. 900394a db: Avoid crash we have seen with the dbi code when reading a SMS by Holger Hans Peter Freyther · 10 years ago
  74. 8effcb7 libmsc: Set the "trans->conn" to NULL to catch invalid usage by Holger Hans Peter Freyther · 10 years ago
  75. 1a345ca lu crash: Fix a crash that likely occurred during the LU procedure by Holger Hans Peter Freyther · 10 years ago
  76. 2147bc4 periodic/lu: Attempt to implicitly attach a subscriber instead of rejecting by Holger Hans Peter Freyther · 10 years ago
  77. defb10f Revert "gsm_04_11: Speculative fix for MT SMS and SAPI 'n Reject" by Holger Hans Peter Freyther · 10 years ago
  78. 80ba9b5 gsm_04_11: Speculative fix for MT SMS and SAPI 'n Reject by Holger Hans Peter Freyther · 10 years ago
  79. 91acfa0 sms: Move to gsm_7bit_encode_n in the sms sending code by Holger Hans Peter Freyther · 10 years ago
  80. 1f229b3 ussd: Move to use gsm_7bit_encode_n_ussd for USSD encoding by Holger Hans Peter Freyther · 10 years ago
  81. c9763a3 db: Fetch the authorized key using ulonglong by Kevin Redon · 11 years ago
  82. d074f8f Add EFR support to TRAU muxer + test case by Andreas Eversberg · 11 years ago
  83. 24d3b91 bsc: Move gsm48_tx_mm_serv_ack/rej to gsm_04_08_utils.c by Jacob Erlbeck · 11 years ago
  84. 28e183f Revert "bsc/ussd: Send faked CM Service Accept before sending USSD" by Holger Hans Peter Freyther · 11 years ago
  85. 61bd965 bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  86. 36722e1 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  87. 475f513 ussd: Fix test for RELEASE COMPLETE by Alexander Huemer · 11 years ago
  88. 7634ec1 db: Remove the struct gsm_network from the database layer by Holger Hans Peter Freyther · 11 years ago
  89. bd6d40f nitb: Add "subscriber create" VTY command. by Alexander Chemeris · 11 years ago
  90. 4ad593c sms: Possiqble meamleak fix gsm340_rx_tpdu() by Alexander Chemeris · 11 years ago
  91. a3d41c9 Fix typo in console output: "PEROIDOC" -> "PERIODIC". by Alexander Chemeris · 11 years ago
  92. 8c16928 Fix typo ',' -> ';' at the end of a line. by Alexander Chemeris · 11 years ago
  93. 55e34a3 smpp: Fix the make distcheck for smpp by Holger Hans Peter Freyther · 11 years ago
  94. 0ae92a9 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  95. 6a399ef SMPP: add missing VTY parameter 'deliver-src-imsi' for ESME by Harald Welte · 11 years ago
  96. a874b8d Fix: Handle CM service request on already secured channel correctly by Andreas Eversberg · 11 years ago
  97. 045f402 SMPP: use VTY setting for E212/E164 in ALERT NOTIFICATION by Harald Welte · 11 years ago
  98. 99e273d SMPP: convert a SMMA to a SMPP ALERT NOTIFICATION by Harald Welte · 11 years ago
  99. 1aeb2af SMPP: don't get stuck in case of SMS memory exceeded by Harald Welte · 11 years ago
  100. c63f6f1 expiration: Allow to disable the periodic location updating procedure by Holger Hans Peter Freyther · 11 years ago