I am trying to enable UP-CIOT optimizations. As far as I understand,
AT+QCFG="nccconf",87
is the correct command.
The moded gives me error, if I type 0x86.
I am trying to enable EMM_UP_CIOT, S1U & EMM_PNB_UP_CIOT (and also enabling EMM_CP_CIOT, because the modem wont work otherwise).
In wireshark, I see that both CP & UP CIOT optimizations are pereffered, which is invalid (0x2)
the first command gives an error and the Preferred Type, which I mentioned, does not change.
I guess you need to set the Bit0 as true, in order to at least have CP-CIOT, right?
Sorry for late response.
Are you mean AT+QCFG=“nccconf”,0x1 returns error?
This command should be enable CP_CIOT。
And our module not support UP_CIOT confirmed with R&D.