aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-03-04 19:59:25 +0100
committerHarald Welte <laforge@osmocom.org>2021-03-05 17:06:54 +0100
commit502845ec17616e872e55eedc7c57f81892333d47 (patch)
treea7f9ebeccf1bc6d79a004bbbc09e6579d1cf820b
parent05992873a7d3e260cedde8139489641618b02035 (diff)
gprs_ns2_sns: Remove TODO (spec agrees, the correct cause code is used)
-rw-r--r--src/gb/gprs_ns2_sns.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gb/gprs_ns2_sns.c b/src/gb/gprs_ns2_sns.c
index 715dd8ef..04cebf49 100644
--- a/src/gb/gprs_ns2_sns.c
+++ b/src/gb/gprs_ns2_sns.c
@@ -446,7 +446,6 @@ static int add_remote_ip4_elem(struct ns2_sns_state *gss, const struct gprs_ns_i
if (memcmp(&gss->ip4_remote[i], ip4, sizeof(*ip4)))
continue;
/* TODO: log message duplicate */
- /* TODO: check if this is the correct cause code */
return -NS_CAUSE_PROTO_ERR_UNSPEC;
}