1. 30e1b41 libmsc: send RP-ACK to MS after ESME sends SMPP DELIVER-SM-RESP by Pablo Neira Ayuso · 7 years ago
  2. 84b2bd4 libmsc: use GSM411_RP_CAUSE_MO_NUM_UNASSIGNED as return value by Pablo Neira Ayuso · 7 years ago
  3. 5644c2b cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 8 years ago
  4. 4a668ba sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter by Neels Hofmeyr · 8 years ago
  5. ba0fbb3 mscsplit: directly access gsm_network backpointer from gsm_subscriber_connection by Neels Hofmeyr · 8 years ago
  6. 69cc0a1 debug log for sms: fix/add by Neels Hofmeyr · 8 years ago
  7. 3502ab6 sms: change rp err cause of smpp_try_deliver errors by Alexander Couzens · 8 years ago
  8. d8aad3a libmsc/bsc: split rate counters into bsc and msc group by Alexander Couzens · 8 years ago
  9. 9173533 libmsc: add missing count of sms no receiver when using smpp_first by Alexander Couzens · 8 years ago
  10. 65bfd76 libbsc/libmsc: convert old osmo counter into rate_ctrgs by Alexander Couzens · 8 years ago
  11. f1c283c 04.08: apply new transaction id inline functions by Neels Hofmeyr · 8 years ago
  12. f00c571 gsm340_rx_tpdu: comment-out two unused vars by Neels Hofmeyr · 8 years ago
  13. faa77f5 sms: Attempt to plug memory leaks seen at Rhizomatica by Holger Hans Peter Freyther · 9 years ago
  14. 4871ff8 sms: Do not go through the routing a second time by Holger Hans Peter Freyther · 9 years ago
  15. 3c64e2d sms: Add a way to always route SMS through SMPP systems by Holger Hans Peter Freyther · 9 years ago
  16. e13403b sms: Simplify the return handling for SMPP routes/unroutable by Holger Hans Peter Freyther · 9 years ago
  17. d995445 sms: Put the try_deliver into the header file by Holger Hans Peter Freyther · 9 years ago
  18. 4c4c444 sms: Move the routing of the sms to a separate function by Holger Hans Peter Freyther · 9 years ago
  19. 61623df sub: Remove the queue from the subscriber code by Holger Hans Peter Freyther · 9 years ago
  20. 373cb77 convert away from deprecated gsm_7bit_{encode,decode}() functions by Harald Welte · 10 years ago
  21. 59923ae msc: Add net parameter to trans_alloc by Jacob Erlbeck · 10 years ago
  22. da8770b msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  23. e2d8014 msc: Don't use the subscriber to access the net object by Jacob Erlbeck · 10 years ago
  24. d262daa sms: Kill the sms->sender and use addr/ton/npi throughout the code by Holger Hans Peter Freyther · 11 years ago
  25. 0c221a8 sms: Rename gsm340_gen_tpdu() to gsm340_gen_sms_deliver_tpdu() by Alexander Chemeris · 10 years ago
  26. 5c3e05f db,sms: Rename db_sms_mark_sent() to db_sms_mark_delivered() by Alexander Chemeris · 10 years ago
  27. a0cfc32 sms: Do not interfere with the SMS queue from within gsm_04_11 by Holger Hans Peter Freyther · 10 years ago
  28. 2922528 sms: Increment the RP Message Reference for each transaction by Holger Hans Peter Freyther · 10 years ago
  29. df65410 sms: Fix crash on RLL Establish Request timeouts with active call by Holger Hans Peter Freyther · 11 years ago
  30. 6fac5c5 Revert "gsm_04_11: Speculative fix for MT SMS and SAPI 'n Reject" by Holger Hans Peter Freyther · 11 years ago
  31. 41ed3d2 gsm_04_11: Speculative fix for MT SMS and SAPI 'n Reject by Holger Hans Peter Freyther · 11 years ago
  32. 927a65c sms: Move to gsm_7bit_encode_n in the sms sending code by Holger Hans Peter Freyther · 11 years ago
  33. a84faf6 sms: Possiqble meamleak fix gsm340_rx_tpdu() by Alexander Chemeris · 11 years ago
  34. f243cb9 SMPP: Implement SMPP Osmocom Estensions on MO-SMS by Harald Welte · 11 years ago
  35. 7ead05a sms: Avoid infinite CP-ERROR/CP-ACK loop with sms. by Holger Hans Peter Freyther · 12 years ago
  36. 9431faa libmsc: Allow to set sender id when sending SMS from the VTY by Sylvain Munaut · 12 years ago
  37. c5f6694 sms: Kill the linkid as we are using SAPI=3 all the time by Holger Hans Peter Freyther · 12 years ago
  38. 3bd2ebc sms: Replaced the SMR process by new implementation in libosmocore by Andreas Eversberg · 13 years ago
  39. 12c52b7 sms: Replaced the SMC process by new implementation in libosmocore by Andreas Eversberg · 13 years ago
  40. 0cd009d sms: Remove the susbcr_put_lchan logic from the SMS code by Holger Hans Peter Freyther · 12 years ago
  41. fde4916 SMPP: add small utility program 'smpp_mirror' by Harald Welte · 12 years ago
  42. 691ce33 SMPP: Implement support for MO SMS by Harald Welte · 12 years ago
  43. d0a34ed sms: Use the DLSMS instead of the DSMS category throughout our code by Holger Hans Peter Freyther · 12 years ago
  44. dc76797 sms: Use the definitions from the libosmogsm by Holger Hans Peter Freyther · 12 years ago
  45. 3ae5ec7 SMPP: build the smpp interface only in case of ./configure --enable-smpp by Harald Welte · 12 years ago
  46. bf6d98e SMPP: Introduce ESME reference coounting by Harald Welte · 12 years ago
  47. 5b33c73 sms: Re-order the include files after the separationf OpenBSC and osmocore by Holger Hans Peter Freyther · 12 years ago
  48. eaf4a52 introduce HAVE_TM_GMTOFF_IN_TM by Harald Welte · 12 years ago
  49. 2ece419 gsm_04_11: use 'unsigned int sms_alphabet' to include 0xffffffff by Harald Welte · 13 years ago
  50. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  51. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  52. ef717c6 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  53. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  54. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  55. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  56. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/gsm_04_11.c]
  57. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/gsm_04_11.c]
  58. 3fb6bf9 sms: Allow to specify the DCS for the SMS. by Holger Hans Peter Freyther · 14 years ago
  59. 805d369 sms: Move the sms_from_text to gsm_04_11 by Holger Hans Peter Freyther · 14 years ago
  60. c4c9e4d sms: Improve the logging of the paging callback. by Holger Hans Peter Freyther · 14 years ago
  61. 97d454e sms: Fix crash by saving the gsm_network by Holger Hans Peter Freyther · 14 years ago
  62. 000571f subscr: Make the subscr_put_channel work with the subscr by Holger Hans Peter Freyther · 14 years ago
  63. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  64. 575d2e1 sms: Introduce a SMS queue that will be responsible for delivery by Holger Hans Peter Freyther · 14 years ago
  65. ed3c204 sms: Create signal data for SMS with more information by Holger Hans Peter Freyther · 14 years ago
  66. 6c7cf7e sms: Dispatch a failed signal in many of the MT-sms points by Holger Hans Peter Freyther · 14 years ago
  67. 7f8d0b1 sms: Use the SMS in the signals where it makes sense. by Holger Hans Peter Freyther · 14 years ago
  68. f290469 sms: Fix a small typo. by Holger Hans Peter Freyther · 14 years ago
  69. ab2a933 paging: Introduce a GSM_PAGING_BUSY event for a special timeout by Holger Hans Peter Freyther · 14 years ago
  70. 6bfcad8 bsc_api: Change submit dtap to allow to automatically use the SACH by Holger Hans Peter Freyther · 14 years ago
  71. 5180844 misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  72. acee950 gsm 04.11: increase the delivery attempt counter for an SMS right away in gsm411_send_sms by Nico Golde · 14 years ago
  73. 47c8f82 gsm_04_11: count SMS delivery attempts for each CP-DATA by Nico Golde · 14 years ago
  74. 6e5c50f bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  75. 840ea13 [SMS] avoid mktime on NULL by Nico Golde · 14 years ago
  76. b9ddd08 AW: Problem compiling OpenBSC on Kubuntu Hardy by Andreas.Eversberg · 14 years ago
  77. b979579 bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch. by Holger Hans Peter Freyther · 14 years ago
  78. d3aaf66 bsc_api: Make paging/silent call work with the subscriber_connection by Holger Hans Peter Freyther · 14 years ago
  79. 112f7b7 bsc_api: Pass the subscriber connection to the SMS... by Holger Hans Peter Freyther · 14 years ago
  80. e5dfd49 bsc_api: Remove the _lchan and make the method static.. by Holger Hans Peter Freyther · 14 years ago
  81. 60c282d bsc_api: Remove some more occurences of the lchan. by Holger Hans Peter Freyther · 14 years ago
  82. 5e58a0e bsc_api: Operate on the subscriber connection for subscriber management by Holger Hans Peter Freyther · 14 years ago
  83. 2f4af77 bsc_api: Rename lchan_for_subscr to connection_for_subscr and update code by Holger Hans Peter Freyther · 14 years ago
  84. 53383e9 gsm_04_11: Fix a crash... in case there is a already a connection by Holger Hans Peter Freyther · 14 years ago
  85. 43fae0a gsm_04_11: Place subscr_put_channel whenever being done with SMS. by Holger Hans Peter Freyther · 14 years ago
  86. 3ed097d gsm_04_11: Speculative leak fix for the SMS... by Holger Hans Peter Freyther · 14 years ago
  87. 9f619d0 bsc_api: Do not use RLL inside the SMS code, handle SAPI n REJECT by Holger Hans Peter Freyther · 14 years ago
  88. 87a39ff gsm_04_11: Attempt to fix some possible memory leaks in the SMS code by Holger Hans Peter Freyther · 14 years ago
  89. 1a4d699 gsm_04_11: Remove some old code. by Holger Hans Peter Freyther · 14 years ago
  90. 99c1031 gsm_04_11: Start using the GSM Subscriber class to ask for a channel by Holger Hans Peter Freyther · 14 years ago
  91. 54d5dd5 gsm_04_11: Handle OOM same as expired and clean the message. by Holger Hans Peter Freyther · 14 years ago
  92. 6532f0e gsm_04_11: Fix a typo.. by Holger Hans Peter Freyther · 14 years ago
  93. fb3a232 [SMS] Properly reject processing of compressed SMS by Harald Welte · 14 years ago
  94. 985563e gsm_04_11: Remove direct RSL calls from the SMS code... by Holger Hans Peter Freyther · 14 years ago
  95. 8b820fe gsm_04_11: Include bsc_api.h for the dtap signature. by Holger Hans Peter Freyther · 14 years ago
  96. 2c5706d gsm_04_11.c: Use msgb->l4h instead of sms->smsh, as the latter is gone by Harald Welte · 14 years ago
  97. 7113514 [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  98. de896e5 sms: Remove some more occurences of the GSM lchan by Holger Hans Peter Freyther · 14 years ago
  99. e978184 Store the GSM BTS in the gsm subscriber connection by Holger Hans Peter Freyther · 14 years ago
  100. 7cdff24 bsc: Start creating 08.08 like API by Holger Hans Peter Freyther · 14 years ago