RF testing. AT commands not recognized for GPS and XRFTEST

We are currently getting our firmware ready to test devices for FCC and other radio testing.

We have an AThost-like setup that passes AT commands from a terminal over a BLE connection. The firmware then passes those commands internally to nrf_modem_at_cmd_async()

This works great for normal AT commands like AT+CFUN, AT+CREG etc... However we need to do calls to AT%XRFTEST for GNSS and AT#XGPS but I always get immediate ERROR response. Is there a config to allow these extra NRF specific AT commands? Or do I need to filter them and send them to a different function?

I'm at a loss and can't figure out why this will not work. We have not called XPRODDONE on this device.

Related