Enabling MSA/MBS A-GPS modes isn't working through QMI on EG25-G

If we try to set MSA or MSB A-GPS mode through QMI location api, then the command succeeded, but the selected mode is still ‘standalone’

$ sudo qmicli --loc-get-operation-mode -d /dev/cdc-wdm0  --device-open-proxy
Successfully retrieved operation mode: standalone

$ sudo qmicli --loc-set-operation-mode=msb -d /dev/cdc-wdm0  --device-open-proxy
Successfully set operation mode

$ sudo qmicli --loc-get-operation-mode -d /dev/cdc-wdm0  --device-open-proxy
Successfully retrieved operation mode: standalone

$ sudo qmicli --loc-set-operation-mode=msa -d /dev/cdc-wdm0  --device-open-proxy
Successfully set operation mode

$ sudo qmicli --loc-get-operation-mode -d /dev/cdc-wdm0  --device-open-proxy
Successfully retrieved operation mode: standalone

Is it possible to enable MSA/MSB A-GPS mode through QMI interface? is it firmware bug?

Information about the firmware

mmcli -m any --command='AT+QGMR'
response: 'EG25GGBR07A08M2G_30.007.30.007'

@FelixCheng-Q, is it possible to enable AGPS modes using QMI interface? Are standard location QMI commands are supported?