aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/smpp_vty.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Write configuration correctly from vty (alert notifications)Keith1-2/+2
2019-01-17Cosmetic: Fix spelling in smpp vtyKeith1-2/+2
2019-01-17Make alert notifications vty configurable per ESMEKeith1-0/+26
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-2/+0
2016-12-20Fix some typos in stdout outputRuben Undheim1-2/+2
2016-02-25smpp: refactor initialization, add bind addressNeels Hofmeyr1-12/+63
2015-07-06sms: Add a way to always route SMS through SMPP systemsHolger Hans Peter Freyther1-0/+22
2013-10-30vty: Use vty_install_default() instead of bsc_install_default()Jacob Erlbeck1-3/+2
2013-09-02vty: Use generic 'end' and 'exit' commandsJacob Erlbeck1-2/+2
2013-09-02SMPP: add missing VTY parameter 'deliver-src-imsi' for ESMEHarald Welte1-0/+24
2013-07-21SMPP: complete the VTY help/documentationHarald Welte1-9/+33
2013-07-14smpp: Checking an array for NULL will always be falseHolger Hans Peter Freyther1-1/+1
2013-06-12smpp: Only write the systemd-id if it is not emptyHolger Hans Peter Freyther1-1/+1
2013-05-28SMPP: Add new 'dcs_transparent' ESME settingHarald Welte1-0/+27
2013-03-13SMPP: Implement SMPP Osmocom Estensions on MO-SMS0.13.0Harald Welte1-0/+26
2013-01-24smpp_vty: Ensure to not print 'system-id' in openbsc.cfg if its emptyHarald Welte1-1/+2
2012-11-24SMPP: Implement support for MO SMSHarald Welte1-8/+138
2012-11-24SMPP: VTY configuration of SMPP code, authentication supportHarald Welte1-0/+308