Skip to content

Commit 658358c

Browse files
author
Mirela Chirica
committed
Cellular: BG96 remove IPv6 stack support
1 parent b5b35fb commit 658358c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

features/cellular/framework/targets/QUECTEL/BG96/QUECTEL_BG96_CellularNetwork.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ QUECTEL_BG96_CellularNetwork::~QUECTEL_BG96_CellularNetwork()
3030

3131
bool QUECTEL_BG96_CellularNetwork::get_modem_stack_type(nsapi_ip_stack_t requested_stack)
3232
{
33-
if ((requested_stack == IPV4_STACK) ||
34-
(requested_stack == IPV6_STACK) ||
35-
(requested_stack == IPV4V6_STACK)) {
33+
if (requested_stack == IPV4_STACK) {
3634
return true;
3735
}
3836

0 commit comments

Comments
 (0)