some more comments

This commit is contained in:
Harald Welte 2009-07-09 23:52:59 +02:00
parent f0465bd6cb
commit 3e0f6173f1
1 changed files with 6 additions and 0 deletions

View File

@ -414,6 +414,9 @@ static int gsm411_rx_rp_ack(struct msgb *msg, struct gsm411_rp_hdr *rph)
* successfully received a SMS. We can now safely mark it as
* transmitted */
/* we need to look-up the transaction based on rph->msg_ref to
* identify which particular RP_DATA/SMS-submit was ACKed */
}
static int gsm411_rx_rp_error(struct msgb *msg, struct gsm411_rp_hdr *rph)
@ -422,6 +425,9 @@ static int gsm411_rx_rp_error(struct msgb *msg, struct gsm411_rp_hdr *rph)
* successfully receive the SMS. We need to investigate
* the cause and take action depending on it */
/* we need to look-up the transaction based on rph->msg_ref to
* identify which particular RP_DATA/SMS-submit failed */
}
static int gsm411_rx_rp_smma(struct msgb *msg, struct gsm411_rp_hdr *rph)