Attempting to read FPLMN throws error

I am using the command AT+CRSM=176,28539,0,0,12 to attempt to read the FPLMN on the my nRF9160 DK. The modem firmware version is 1.3.5. See attached logs: 

(14:11:15.629) (>>) *** Booting nRF Connect SDK v3.0.0-3bfc46578e42 ***
(14:11:15.656) (>>) *** Using Zephyr OS v4.0.99-a0e545cb437a ***
(14:11:15.656) (>>) The AT host sample started
(14:11:15.880) (>>) Ready
(14:11:17.976) (<<) AT+CGMR
(14:11:18.039) (>>) mfw_nrf9160_1.3.5
(14:11:18.039) (>>) OK
(14:11:26.141) (<<) AT+CRSM=176,28539,0,0,12
(14:11:26.220) (>>) ERROR 

Related