From 2e800437e339bab533e4dfbcd8c220ccedfd9da6 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 11 Oct 2018 18:40:56 +0100 Subject: [PATCH] UE seems to attach correctly and obtain the correct IPv6 addresses. GW is still discarding packets that are not IPv4. --- srsue/src/upper/nas.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/srsue/src/upper/nas.cc b/srsue/src/upper/nas.cc index 1fb91ed99..76817b6d4 100644 --- a/srsue/src/upper/nas.cc +++ b/srsue/src/upper/nas.cc @@ -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);