1. 0714002 smpp: fix vlr_subscr use count bugs by Neels Hofmeyr · 5 years ago
  2. 7c5346c vlr_subscr: use osmo_use_count by Neels Hofmeyr · 5 years ago
  3. a3a8821 Don't deliver alert notifications to ESME not yet bound. by Keith · 5 years ago
  4. c6d219c Make alert notifications vty configurable per ESME by Keith · 5 years ago
  5. c036b79 rename gsm_subscriber_connection to ran_conn by Neels Hofmeyr · 6 years ago
  6. 24e025e libmsc/gsm_04_11.c: refactor MT SMS message handling by Vadim Yanitskiy · 6 years ago
  7. 98f7467 Wrap osmo_strlcpy() calls by Max · 6 years ago
  8. 6d28981 Make sending an SMS to an unknown subscriber B work over SMPP. by Stefan Sperling · 6 years ago
  9. d35038d Massive removal of unused code/structs/headers by Harald Welte · 6 years ago
  10. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago
  11. d5c4339 libmsc: Fix wrong handling of user_message_reference parameter by Pau Espin Pedrol · 7 years ago
  12. 7e16e72 smpp: Fix compilation warning by Pau Espin Pedrol · 7 years ago
  13. 4f03b47 libmsc: use SMPP34_DELIVERY_RECEIPT_* in libsmpp34 by Pablo Neira Ayuso · 7 years ago
  14. d7e14da libmsc: use new smpp34 esm_class definitions by Pablo Neira Ayuso · 7 years ago
  15. 9a3ed85 libmsc: use smpp34_tlv_for_each() to avoid suboptimal TLV handling by Pablo Neira Ayuso · 7 years ago
  16. bd71d32 libmsc: handle delivery ack via SMPP SUBMIT SM / send GSM 03.40 status report by Pablo Neira Ayuso · 7 years ago
  17. adae859 libmsc: add support for SMPP delivery receipts by Pablo Neira Ayuso · 7 years ago
  18. 791bdf7 libmsc: report status report request flag from SMPP SUBMIT_SM by Pablo Neira Ayuso · 7 years ago
  19. 6ceac7c libmsc: set registered_delivery field in SMPP 3.4 DELIVER_SM messages by Pablo Neira Ayuso · 7 years ago
  20. fdc9966 libmsc: remove 'deferred' parameter in sms_route_mt_sms() by Pablo Neira Ayuso · 7 years ago
  21. 26d3db8 libmsc: remove duplicate lines in deliver_to_esme() by Pablo Neira Ayuso · 7 years ago
  22. f00d810 libmsc: do not leak pending SMPP command object on error path by Pablo Neira Ayuso · 7 years ago
  23. d34ed57 smpp: fix return cause by Benoit Bolsee · 7 years ago
  24. e2f24d5 mscsplit: various preparations to separate MSC from BSC by Neels Hofmeyr · 7 years ago
  25. 2483f1b Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  26. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libmsc/smpp_openbsc.c]
  27. 320960c libmsc: Map SMPP command status to GSM 04.11 cause by Keith · 7 years ago
  28. 5121576 src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  29. 93ffbd0 libmsc: send RP-ACK to MS after ESME sends SMPP DELIVER-SM-RESP by Pablo Neira Ayuso · 7 years ago
  30. 638ad06 libmsc: use GSM411_RP_CAUSE_MO_NUM_UNASSIGNED as return value by Pablo Neira Ayuso · 7 years ago
  31. 11e4e41 Fix MS TO measurement representation by Max · 7 years ago
  32. 89a8e72 logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  33. f13b3c9 logging: use central filter and ctx consts from libosmocore by Neels Hofmeyr · 7 years ago
  34. 93bafb6 cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 7 years ago
  35. 80abe52 Pass actual smpp_avail_status through to smpp in alert_all_esme() by Keith · 8 years ago
  36. 1b0e554 smpp: refactor initialization, add bind address by Neels Hofmeyr · 8 years ago
  37. 5425e5e subscr: Fix subscr refcount issue in case of message error by Holger Hans Peter Freyther · 9 years ago
  38. 42cf2e0 sms: Add a way to always route SMS through SMPP systems by Holger Hans Peter Freyther · 9 years ago
  39. a0735ec smpp: Fix potential crash in handling submitSM by Holger Hans Peter Freyther · 9 years ago
  40. 019851a smpp: Do not check conn for being null by Holger Hans Peter Freyther · 9 years ago
  41. 1e30a28 msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  42. 94f83e1 smpp: Fix small typo in the comment by Holger Hans Peter Freyther · 10 years ago
  43. ca3c256 sms: Kill the sms->sender and use addr/ton/npi throughout the code by Holger Hans Peter Freyther · 11 years ago
  44. 7e40be3 SMPP: UCS2 data_coding is 0x08, not 0x80! by Harald Welte · 10 years ago
  45. 095bd36 smpp: In case we know the receiver set the context for logging by Holger Hans Peter Freyther · 11 years ago
  46. 045f402 SMPP: use VTY setting for E212/E164 in ALERT NOTIFICATION by Harald Welte · 11 years ago
  47. 99e273d SMPP: convert a SMMA to a SMPP ALERT NOTIFICATION by Harald Welte · 11 years ago
  48. 1aeb2af SMPP: don't get stuck in case of SMS memory exceeded by Harald Welte · 11 years ago
  49. a7328a5 smpp: Move the coding/mode detection into a utils file by Holger Hans Peter Freyther · 11 years ago
  50. 921b227 smpp: Fix possible NULL dereference of the emse->acl by Holger Hans Peter Freyther · 11 years ago
  51. ae9d8d3 smpp: Checking an array for NULL will always be false by Holger Hans Peter Freyther · 11 years ago
  52. 995ff35 Fix license header at smpp_openbsc.c and smpp_smsc.c by Harald Welte · 11 years ago
  53. 4c5babc smpp_openbsc: Fix parsing of 03.38 data coding scheme in MO case by Harald Welte · 11 years ago
  54. c75ed6d SMPP: Add new 'dcs_transparent' ESME setting by Harald Welte · 11 years ago
  55. 27d5e65 SMPP: Pass on 0xFx style DCS from SMPP to GSM by Harald Welte · 11 years ago
  56. 3f78600 SMPP: Implement SMPP Osmocom Estensions on MO-SMS by Harald Welte · 11 years ago openbsc/0.13.0
  57. 76afa16 SMPP: Fix crash on delivery of incoming SUBMIT-SM by Harald Welte · 11 years ago
  58. 6a85c15 smpp: Fix a memleak of the SMS on the submit path by Holger Hans Peter Freyther · 11 years ago
  59. b5a4edd SMPP: Inform the SMS Queue that a SMS was submitted to kick the queue by Holger Hans Peter Freyther · 11 years ago
  60. 0d0c9ec use DLSMS and not DSMS in SMPP related code (merge with master) by Harald Welte · 12 years ago
  61. b8a1f96 SMPP: fix handling of UDH / multi-part for 7-bit messages by Harald Welte · 12 years ago
  62. c0de14d SMPP: add small utility program 'smpp_mirror' by Harald Welte · 12 years ago
  63. e07b6a7 SMPP: Implement support for MO SMS by Harald Welte · 12 years ago
  64. 338e3b3 SMPP: VTY configuration of SMPP code, authentication support by Harald Welte · 12 years ago
  65. 1a2993a SMPP: fix subscriber reference leak. by Harald Welte · 12 years ago
  66. 9122c13 SMPP: More logging in error cases, fix UDH in 7bit ASCII by Harald Welte · 12 years ago
  67. 8a1b056 SMPP: Implement ALERT NOTIFICATION on attach/detach of subscribers by Harald Welte · 12 years ago
  68. 9ad0362 SMPP: Deal with DCS according to 03.38 and respect TP-PID by Harald Welte · 12 years ago
  69. e94db49 SMPP: Introduce ESME reference coounting by Harald Welte · 12 years ago
  70. d4bdee7 SMPP: Implement transaction mode for SUBMIT-SM by Harald Welte · 12 years ago
  71. f1033cc Initial support of SMPP interface for MT-SMS by Harald Welte · 12 years ago