1. 79d824f smpp_handle_bind_tx: initialize tlv by Oliver Smith · 1 year ago
  2. 634591e SMPP: make smpp_smsc_stop() static by Max · 1 year, 8 months ago
  3. 2c6c74e SMPP: fix possible NULL pointer dereference by Max · 1 year, 8 months ago
  4. bb62416 SMPP: use default port from libsmpp34 by Max · 1 year, 9 months ago
  5. 4743a77 Use libsmpputil functions in smpp_mirror tool by Max · 1 year, 11 months ago
  6. 366a340 Make esme struct shared by Max · 1 year, 11 months ago
  7. 62977d0 Add ESME-specific logging by Max · 1 year, 11 months ago
  8. 5346f69 Introduce libsmpputil by Max · 2 years ago[Renamed (96%) from src/libmsc/smpp_smsc.c]
  9. 1470d0b ESME: use osmo_sock_get_name() for logging by Max · 2 years ago
  10. 4b1202b SMPP: clarify (re)start logic by Max · 2 years ago
  11. bf254f6 smpp: don't enqueue write messages if ESME is disconnected by Harald Welte · 2 years, 2 months ago
  12. 022193d smpp: Fix use-after-free bug when ESME disconnects but has write pending by Harald Welte · 2 years, 2 months ago
  13. e066110 smpp_smsc: use osmo_talloc_replace_string() in smpp_smsc_conf() by Vadim Yanitskiy · 2 years, 8 months ago
  14. aa29e33 Use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 9 months ago
  15. c95c0b6 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 2 months ago
  16. b671315 Use GSM411_RP_* and not GSM48_CC_* by Keith Whyte · 4 years, 6 months ago
  17. 5dede76 smpp_smsc: Call destroy_tlv() when using build_tlv() by Harald Welte · 5 years ago
  18. c6d219c Make alert notifications vty configurable per ESME by Keith · 5 years ago
  19. 7e300d8 smpp_smsc_conf: Fix heap-use-after-free by Pau Espin Pedrol · 6 years ago pespin/fix-smsc-use-after-free
  20. ce96928 smpp: Unset esme->acl on socket close by Harald Welte · 6 years ago
  21. a41b630 cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msg by Harald Welte · 6 years ago
  22. cfab83e smpp_smsc.c: don't talloc_strdup NULL pointers by the 34c3 gsm team · 7 years ago
  23. 26c218d smpp_smsc: fix truncated string copy into bind_r.system_id by Neels Hofmeyr · 7 years ago
  24. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago
  25. d34ed57 smpp: fix return cause by Benoit Bolsee · 7 years ago
  26. 9560664 smpp_smsc.c: Log on sending deliver_sm message by Pau Espin Pedrol · 7 years ago
  27. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libmsc/smpp_smsc.c]
  28. 320960c libmsc: Map SMPP command status to GSM 04.11 cause by Keith · 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. 59d57da Fix some typos in stdout output by Ruben Undheim · 8 years ago
  31. 1b0e554 smpp: refactor initialization, add bind address by Neels Hofmeyr · 8 years ago
  32. fd603ed write_queue: Check the result of osmo_wqueue_enqueue and free by Holger Hans Peter Freyther · 9 years ago
  33. 1fc8ec6 smpp_smsc: Fix integer overflow in read return value and msgb_alloc() by Daniel Willmann · 10 years ago
  34. b6f01e7 smpp_smsc: Check that the size is large enough to hold actual data by Daniel Willmann · 10 years ago
  35. a4540b2 smpp_smsc: Fix socket read() error handling by Daniel Willmann · 10 years ago
  36. 5ecbc93 misc: Fix compilation warnings by Holger Hans Peter Freyther · 11 years ago
  37. 1b624ba smpp: Close the file descriptor when we can't accept the SMSC conn by Holger Hans Peter Freyther · 11 years ago
  38. c962d45 smpp: Add the classic check for osmo_fd_register by Holger Hans Peter Freyther · 11 years ago
  39. 995ff35 Fix license header at smpp_openbsc.c and smpp_smsc.c by Harald Welte · 11 years ago
  40. 61e1935 SMPP: Respond with BIND_TRX_RESP to BIND_TRX, not BIND_TX_RESP by Harald Welte · 11 years ago
  41. d7b22c6 smpp: Attempt to fix a memory leak of the msgb by Holger Hans Peter Freyther · 11 years ago
  42. e07b6a7 SMPP: Implement support for MO SMS by Harald Welte · 12 years ago
  43. 338e3b3 SMPP: VTY configuration of SMPP code, authentication support by Harald Welte · 12 years ago
  44. 874f9f1 SMPP: More consistent logging / error reporting by Harald Welte · 12 years ago
  45. 8a1b056 SMPP: Implement ALERT NOTIFICATION on attach/detach of subscribers by Harald Welte · 12 years ago
  46. 4dbcdad SMPP: Introduce wrapper macro to memset all structures to zero by Harald Welte · 12 years ago
  47. e94db49 SMPP: Introduce ESME reference coounting by Harald Welte · 12 years ago
  48. d4bdee7 SMPP: Implement transaction mode for SUBMIT-SM by Harald Welte · 12 years ago
  49. f1033cc Initial support of SMPP interface for MT-SMS by Harald Welte · 12 years ago