From 658358cbf16363b29a0522b0ee4cda93d1d8c539 Mon Sep 17 00:00:00 2001 From: Mirela Chirica Date: Thu, 19 Apr 2018 15:52:50 +0300 Subject: [PATCH] Cellular: BG96 remove IPv6 stack support --- .../targets/QUECTEL/BG96/QUECTEL_BG96_CellularNetwork.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/features/cellular/framework/targets/QUECTEL/BG96/QUECTEL_BG96_CellularNetwork.cpp b/features/cellular/framework/targets/QUECTEL/BG96/QUECTEL_BG96_CellularNetwork.cpp index 2a2e3f2245..5a5140725b 100644 --- a/features/cellular/framework/targets/QUECTEL/BG96/QUECTEL_BG96_CellularNetwork.cpp +++ b/features/cellular/framework/targets/QUECTEL/BG96/QUECTEL_BG96_CellularNetwork.cpp @@ -30,9 +30,7 @@ QUECTEL_BG96_CellularNetwork::~QUECTEL_BG96_CellularNetwork() bool QUECTEL_BG96_CellularNetwork::get_modem_stack_type(nsapi_ip_stack_t requested_stack) { - if ((requested_stack == IPV4_STACK) || - (requested_stack == IPV6_STACK) || - (requested_stack == IPV4V6_STACK)) { + if (requested_stack == IPV4_STACK) { return true; }