SMS-over-GSUP: notify sender in case of RPL delivery failure

Change-Id: I8436601c4314395e28829960dc753778c37b1125
This commit is contained in:
Vadim Yanitskiy 2020-04-20 10:49:14 +07:00
parent 4547cf1c99
commit 3c8fc13b39
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ static int gsm411_gsup_mt_handler(struct gsm_network *net, struct vlr_subscr *vs
if (rc) {
LOGP(DLSMS, LOGL_NOTICE, "Failed to send MT SMS, "
"ignoring MT-forwardSM-Req message...\n");
/* TODO: notify sender about that? */
gsup_client_mux_tx_error_reply(net->gcm, gsup_msg, GMM_CAUSE_NET_FAIL);
return rc;
}