This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via aa386d29fd6b0e6ceecaf01d51f621a89f5a6720 (commit)
from c2f2ad8a5f575a38011bfa9b1833a88ed393dd1d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=aa386d29fd6b0e6ceecaf01d51f621a8…
commit aa386d29fd6b0e6ceecaf01d51f621a89f5a6720
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Sun Aug 21 20:16:33 2016 +0200
sms: change rp err cause of smpp_try_deliver errors
smpp_try_deliver could fail with rc < 0. In such cases don't send the MS the
rp
error sms rejected (cause 21). A rejected message should not be sent again. The
spec 04 11 recommends sending cause 41 Temporary failure in unknown cases.
Add also a log message and rate counter for such cases.
Tweaked-By: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Change-Id: Ia03e50ce2bd9a7d1054cc5a6000fd73bd3497c03
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 2 ++
openbsc/src/libmsc/gsm_04_11.c | 17 +++++++++++++----
2 files changed, 15 insertions(+), 4 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)