Cellular carrier location information

Does anyone know if there is a way to retrieve any Cellular Carrier location information on the Transport WR21. We don’t have a GPS module attached to the device but we don’t need to know the exact position, anything within about twenty miles would be sufficient.

I’ve been digging through documentation and i’m not seeing anything that appears to be relevant. Anyone have any thoughts?

If you are using 2G or 3G get the Network Technology, MCC, MNC, CID and LAC from the device with a “modemstat ?”

Then use a service such as https://unwiredlabs.com/
They offer a developer API to test with for free.

Write a python script to automate it for you.