pespin submitted this change.
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
gmm: Fix typo checking IE presence in Rx Attach Rej
Change-Id: Ifaf653d89efd4ff4776e0e9b9e8dff625c4f9ebb
---
M src/gmm/gmm.c
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/gmm/gmm.c b/src/gmm/gmm.c
index 1dcee79..c96917b 100644
--- a/src/gmm/gmm.c
+++ b/src/gmm/gmm.c
@@ -968,7 +968,7 @@
if (TLVP_PRES_LEN(&tp, GSM48_IE_GMM_TIMER_T3302, 1))
gmme->t3302 = *TLVP_VAL(&tp, GSM48_IE_GMM_TIMER_T3302);
- if (TLVP_PRES_LEN(&tp, GSM48_IE_GMM_TIMER_T3302, 1))
+ if (TLVP_PRES_LEN(&tp, GSM48_IE_GMM_TIMER_T3346, 1))
gmme->t3346 = *TLVP_VAL(&tp, GSM48_IE_GMM_TIMER_T3346);
}
To view, visit change 33055. To unsubscribe, or for help writing mail filters, visit settings.