SMS-over-GSUP: notify sender in case of RPL delivery failure
Change-Id: I8436601c4314395e28829960dc753778c37b1125changes/75/17875/2
parent
4547cf1c99
commit
3c8fc13b39
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue