UE seems to attach correctly and obtain the correct IPv6 addresses. GW is still discarding packets that are not IPv4.

master
Pedro Alvarez 6 years ago committed by Andre Puschmann
parent ac1c300126
commit 2e800437e3

@ -680,8 +680,6 @@ void nas::parse_attach_accept(uint32_t lcid, byte_buffer_t *pdu) {
if (gw->setup_if_addr6(ipv6_if_id, err_str)) {
nas_log->error("Failed to set gateway address - %s\n", err_str);
}
pool->deallocate(pdu);
return;
} else {
nas_log->error("Not handling IPV6 or IPV4V6\n");
pool->deallocate(pdu);

Loading…
Cancel
Save