aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_11.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-09 23:52:59 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-09 23:52:59 +0200
commit3e0f6173f15dd17977d38ea01b50893ad76ec4a3 (patch)
tree5286b10908f5c7f730a90405ca503f279a05719b /openbsc/src/gsm_04_11.c
parentf0465bd6cb530f2a5badb169f70aaa2df1670db4 (diff)
some more comments
Diffstat (limited to 'openbsc/src/gsm_04_11.c')
-rw-r--r--openbsc/src/gsm_04_11.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/src/gsm_04_11.c b/openbsc/src/gsm_04_11.c
index 68ccec64c..6dac9d87c 100644
--- a/openbsc/src/gsm_04_11.c
+++ b/openbsc/src/gsm_04_11.c
@@ -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)