aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/smpp_smsc.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-25smpp: refactor initialization, add bind addressNeels Hofmeyr1-24/+69
2015-03-28write_queue: Check the result of osmo_wqueue_enqueue and freeHolger Hans Peter Freyther1-1/+7
2014-03-06smpp_smsc: Fix integer overflow in read return value and msgb_alloc()Daniel Willmann1-6/+6
2014-03-06smpp_smsc: Check that the size is large enough to hold actual dataDaniel Willmann1-0/+6
2014-03-06smpp_smsc: Fix socket read() error handlingDaniel Willmann1-16/+31
2013-07-27misc: Fix compilation warningsHolger Hans Peter Freyther1-14/+4
2013-07-14smpp: Close the file descriptor when we can't accept the SMSC connHolger Hans Peter Freyther1-1/+4
2013-07-14smpp: Add the classic check for osmo_fd_registerHolger Hans Peter Freyther1-1/+5
2013-07-13Fix license header at smpp_openbsc.c and smpp_smsc.cHarald Welte1-11/+12
2013-05-26SMPP: Respond with BIND_TRX_RESP to BIND_TRX, not BIND_TX_RESPHarald Welte1-1/+1
2013-04-29smpp: Attempt to fix a memory leak of the msgbHolger Hans Peter Freyther1-1/+3
2012-11-24SMPP: Implement support for MO SMSHarald Welte1-112/+285
2012-11-24SMPP: VTY configuration of SMPP code, authentication supportHarald Welte1-7/+138
2012-11-16SMPP: More consistent logging / error reportingHarald Welte1-25/+53
2012-11-16SMPP: Implement ALERT NOTIFICATION on attach/detach of subscribersHarald Welte1-1/+38
2012-11-16SMPP: Introduce wrapper macro to memset all structures to zeroHarald Welte1-8/+14
2012-11-16SMPP: Introduce ESME reference coountingHarald Welte1-15/+50
2012-11-16SMPP: Implement transaction mode for SUBMIT-SMHarald Welte1-0/+26
2012-11-16Initial support of SMPP interface for MT-SMSHarald Welte1-0/+506