pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-gprs/+/33055 )
Change subject: gmm: Fix typo checking IE presence in Rx Attach Rej
......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/55/33055/1
diff --git a/src/gmm/gmm.c b/src/gmm/gmm.c
index 97d4de8..3b6c380 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
https://gerrit.osmocom.org/c/libosmo-gprs/+/33055
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: Ifaf653d89efd4ff4776e0e9b9e8dff625c4f9ebb
Gerrit-Change-Number: 33055
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange