EC200A-EU SMS regression fw A12->A24

It was noted that after upgrading from EC200AEUHAR01A12M16 to EC200AEUHAR01A24M16 becomes impossible to read SMS messages from ME memory(by at+cmgl=4). SM memory works as expected. AT command trace follows:

ATI;+CSUB
Quectel
EC200A
Revision: EC200AEUHAR01A24M16

SubEdition: V04

OK
at+cfun?
+CFUN: 1

OK
at+cpin?
+CPIN: READY

OK
AT+CMGF?
+CMGF: 0

OK
at+cpms?
+CPMS: “ME”,14,180,“ME”,14,180,“ME”,14,180

OK
at+cmgl=4
OK
at+cpms=“sm”
+CPMS: 15,15,15,15,15,15

OK
at+cmgl=4
+CMGL: 0,1,160
HEX
+CMGL: 1,1,160
HEX
+CMGL: 2,1,108
HEX
+CMGL: 3,1,160
HEX
+CMGL: 4,1,160
HEX
+CMGL: 5,1,160
HEX
+CMGL: 6,1,50
HEX
+CMGL: 7,1,160
HEX
+CMGL: 8,1,160
HEX
+CMGL: 9,1,160
HEX
+CMGL: 10,1,160
HEX
+CMGL: 11,1,160
HEX
+CMGL: 12,1,160
HEX
+CMGL: 13,1,156
HEX
+CMGL: 14,1,27
HEX

OK
at+cpms=“me”
+CPMS: 14,180,14,180,14,180

OK
at+cmgd=?
+CMGD: (1,2,3,4,5,6,7,8,9,10,11,12,13,14),(0-4)

OK
at+cmgl=4
OK

@Bean.Wang-Q Is there any chance to get this functionality fixed in new versions?
Do you need any more information, maybe some more logs?

Please try

at+cpms=“ME”,“ME”,“ME”

and then read the SMS from ME.

at+cpms?
+CPMS: “ME”,14,180,“ME”,14,180,“ME”,14,180
OK
at+cpms=“ME”,“ME”,“ME”;+cmgl=4
+CPMS: 14,180,14,180,14,180
OK

at+cpms=“SM”,“SM”,“SM”;+cmgl=4 works as expected.

@lyman-Q Could you help with this.