aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/smpp_smsc.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Introduce libsmpputilMax1-1050/+0
2022-08-01ESME: use osmo_sock_get_name() for loggingMax1-3/+0
2022-08-01SMPP: clarify (re)start logicMax1-2/+2
2022-05-16smpp: don't enqueue write messages if ESME is disconnectedHarald Welte1-1/+8
2022-05-16smpp: Fix use-after-free bug when ESME disconnects but has write pendingHarald Welte1-1/+1
2021-10-30smpp_smsc: use osmo_talloc_replace_string() in smpp_smsc_conf()Vadim Yanitskiy1-7/+1
2020-10-19Use osmo_fd_setup() whenever applicableHarald Welte1-3/+1
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol1-1/+1
2020-01-11Use GSM411_RP_* and not GSM48_CC_*Keith Whyte1-2/+3
2019-04-10smpp_smsc: Call destroy_tlv() when using build_tlv()Harald Welte1-2/+7
2019-01-17Make alert notifications vty configurable per ESMEKeith1-0/+1
2018-04-17smpp_smsc_conf: Fix heap-use-after-freepespin/fix-smsc-use-after-freePau Espin Pedrol1-1/+6
2018-04-14smpp: Unset esme->acl on socket closeHarald Welte1-0/+6
2018-02-09cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msgHarald Welte1-1/+1
2018-01-07smpp_smsc.c: don't talloc_strdup NULL pointersthe 34c3 gsm team1-1/+1
2017-12-20smpp_smsc: fix truncated string copy into bind_r.system_idNeels Hofmeyr1-2/+1
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-2/+2
2017-08-27smpp: fix return causeBenoit Bolsee1-6/+10
2017-08-27smpp_smsc.c: Log on sending deliver_sm messagePau Espin Pedrol1-0/+3
2017-07-12move openbsc/* to repos rootNeels Hofmeyr1-0/+1030