QMI to stop overriding mode

I use modem with qmi interface but also control it manually through the AT commands.

The issue is that I set AT+CNMP= value different than 1 or 2 (auto), but when qmi sees the change it writes 1 to the mode. uqmi documentation says if I do not use mode explicitly the driver will use modem default. Thus, I would expect it not to touch operating mode.

I tried to restart network service and my modem configuration service in different order, and it seems sometimes I get the mode needed. I think that uqmi writes 1 to the mode because it tries to "heal" modem. While I very appreciate it caring about modem so much, this is the option I do not want to be touched this time...

Looked if there're any configuration files related to uqmi, can't find anything useful.

Please help. Thanks!

PS. I know about uqmi option to set mode, but I use specific modem and set advanced mode configurations which seem not to be available in the parameters to mode for uqmi.