fix parsing of attach accept PDN address to find protocol options

master
Andre Puschmann 7 years ago
parent 455d4491c5
commit 9f71051696

@ -4417,7 +4417,7 @@ LIBLTE_ERROR_ENUM liblte_mme_unpack_pdn_address_ie(uint8
pdn_addr->addr[i] = (*ie_ptr)[2+i]; pdn_addr->addr[i] = (*ie_ptr)[2+i];
} }
} }
*ie_ptr += (*ie_ptr)[0]; *ie_ptr += (*ie_ptr)[0] + 1;
err = LIBLTE_SUCCESS; err = LIBLTE_SUCCESS;
} }

Loading…
Cancel
Save