When I have opened a nrf socket with nrf_socket to extract GPS data, when the GPS acquisition phase is over, I want to close the socket, since I'm turning the GPS off. calling nrfclose with the socket handle as input parameter,, returns -1, normally an indication that somthing has gone wrong. When I try to reopen the socket again, the open socket command also fails. Please advice on how to proceed.