NCS 3.1.0 - response buffer size for AT_CMD_CUSTOM seems to be now limited to 160 bytes?

I'm currently testing an app, which was running with a nrf9160/mfw-1.3.7/NCS 2.9.2.

Running this app now with nrf9151/mfw-2.0.4/NCS 3.1.0 seems to get a smaller response buffer passed in to the custom at-command handler registered with AT_CMD_CUSTOM .

Is that intended? Or what needs to be done, to get a larger response buffer?

(I don't use the modem slm lib.)

Related