Hello,
I was testing modem_shell demo in terms of using ppp. I'm using nrf9160dk board.
I found issue present in ncs v1.7.1 https://devzone.nordicsemi.com/f/nordic-q-a/80776/nrf9160-dk-modem_shell-demo-ppp-unable-to-access-the-internet
When I'm using v1.7.1 with applied changes from PR as advised, I'm able to connect with ppp client (from linux I'm executing: sudo pppd -detach /dev/ttyACM0 115200 noauth nocrtscts local ) without any issues
When I'm using ncs v1.8.0 which seems to have fix for this issue merged in (I verified that changes are present in cs/zephyr/subsys/net/ip/packet_socket.c), the problem with hard fault is still present.