gmm: Fix typo checking IE presence in Rx Attach Rej

Change-Id: Ifaf653d89efd4ff4776e0e9b9e8dff625c4f9ebb
This commit is contained in:
Pau Espin 2023-05-26 17:25:50 +02:00
parent 5e083ed3b9
commit b182b7c26d
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ static int gprs_gmm_rx_att_rej(struct gprs_gmm_entity *gmme, struct gsm48_hdr *g
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);
}