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