LWM2M Server Connection Issue

Hello,

I’m working to update the firmware using FOTA but the module cannot establish a connection with the LWM2M FOTA server.

After sending REGISTER, the module does attempt to contact the server, but the registration appears to fail

Check the following logs below :

[08:56:56] >>> AT
[08:56:56] AT

OK
[08:56:58] >>> AT+CFUN=1,1
[08:56:58] AT+CFUN=1,1
[08:56:59] OK

[08:57:13] +CEREG: 0
[08:57:13] +CEREG: 2
[08:57:14] +CEREG: 1,“3A01”,“00DC5606”,7

[08:57:19] ATI3
[08:57:20] HL7900.3.4.22052661

OK
[08:57:27] >>> at%lwm2mcmd2=“GET_FOTA_STATE”
[08:57:28] at%lwm2mcmd2=“GET_FOTA_STATE”

%LWM2MCMD2: 1

OK
[08:57:38] >>> at%getacfg=“fotam_config.General.HostControl”

[08:57:38] at%getacfg=“fotam_config.General.HostControl”
[08:57:38] 0

OK
[08:57:45] >>> at%lwm2mopev2=1,100
[08:57:45] at%lwm2mopev2=1,100

OK
[08:57:51] >>> at%lwm2mev2=1
[08:57:52] at%lwm2mev2=1

OK
[08:57:58] >>> at%lwm2mcmd2=“DEREGISTER”
[08:57:58] at%lwm2mcmd2=“DEREGISTER”

OK
[09:00:43] >>> at%lwm2mcmd2=“REGISTER”
[09:00:44] at%lwm2mcmd2=“REGISTER”
[09:00:46] OK

%LWM2MOPEV2: 14
[09:00:47] %LWM2MOPEV2: 10,0
[09:00:47] %LWM2MOPEV2: 9,0
[09:00:48] %LWM2MOPEV2: 10,0
[09:00:48] %LWM2MOPEV2: 9,0

%LWM2MOPEV2: 15
[09:00:57] >>> ATI3
[09:00:58] ATI3

HL7900.3.4.22052661

OK

I checked my network connectivity and all was functional (AT+CGATT, AT+CGACT?, AT+CGPADDR)

However when I attempted to read the LWM2M configuration, errors has been returned

at%getacfg=“fotam_config.General”

at%getacfg=“fotam_config.Server”

at%getacfg=“fotam_config.Security”

In my opinion, the module has no valid LWM2M Security/Server object configuration. and it never received its LWM2M bootstrap.

Could you confirm whether this device is properly provisioned on the platform, and whether a bootstrap can be (re)triggered?

Additionally, I noticed the client appears to toggle online/offline twice (10,0 then 9,0, repeated) before fully disconnecting (15). This suggests the module may briefly establish a session that is then immediately rejected or dropped, rather than failing to reach the server at all. Could you help clarify:

  • What could cause the server to accept then immediately drop the session in this way?
  • Does the ,0 parameter on events 10 and 9 indicate a specific rejection reason or error code?
  • Is there a way to check server-side logs for this device to see if the registration request is actually reaching the platform, and if so, why it’s being terminated?

Thank you.

Are you testing with the AVMS server?

If no, I suggest you testing with this server first

I don’t know why my acces for this document is denied

see if you can get a free account:

I want to register my first HL but we ask me for the number serial.

In AT datasheet, number serial is equal at IMEI.

So number serial and IMEI is the same thing ?

AT+WMSN command doesn’t work. It returns an ERROR

IMEI can be obtained by at+cgsn
FSN can be obtained by AT+KGSN=3

Thanks for your help.

I’ve configurated my server and my session send me a ok communication status.

However, when I send AT+WDSS=1,1 or AT+WDSC=3,x (x a number) , I recieve an error.

Moreover, when I want to update the firmware, that begun good but at a moment it fails (after more 5 minutes of communication)

So are they AT command to check the communication ( except WDSS et WDSC) ?

Here is an example on how to do FOTA on AVMS for HL7900:


### FW upgrade to HL7900.3.4.T1 ###

12:00:41-[Send]   : at%lwm2mcmd2="GET_FOTA_STATE"
12:00:41-[Read]   : at%lwm2mcmd2="GET_FOTA_STATE"

12:00:41-[Read]   : %LWM2MCMD2: 1
12:00:41-[Read]   : 
12:00:41-[Read]   : OK

12:00:55-[Send]   : at%getacfg="fotam_config.General.HostControl"
12:00:56-[Read]   : at%getacfg="fotam_config.General.HostControl"

12:00:56-[Read]   : 0
12:00:56-[Read]   : 
12:00:56-[Read]   : OK

12:01:02-[Send]   : at%lwm2mopev2=1,100
12:01:02-[Read]   : at%lwm2mopev2=1,100

12:01:02-[Read]   : OK

12:01:08-[Send]   : at%lwm2mev2=1
12:01:08-[Read]   : at%lwm2mev2=1

12:01:08-[Read]   : OK

12:01:16-[Send]   : at%lwm2mcmd2="DEREGISTER"
12:01:16-[Read]   : at%lwm2mcmd2="DEREGISTER"

12:01:16-[Read]   : OK
12:01:19-[Read]   : 
12:01:19-[Read]   : %LWM2MOPEV2: 23,1
12:01:20-[Read]   : 
12:01:20-[Read]   : %LWM2MOPEV2: 15

12:01:26-[Send]   : at%lwm2mcmd2="GET_FOTA_STATE"
12:01:26-[Read]   : at%lwm2mcmd2="GET_FOTA_STATE"

12:01:26-[Read]   : %LWM2MCMD2: 1
12:01:26-[Read]   : 
12:01:26-[Read]   : OK

12:02:19-[Send]   : at%lwm2mcmd2="REGISTER"
12:02:21-[Read]   : at%lwm2mcmd2="REGISTER"

12:02:21-[Read]   : OK
12:02:21-[Read]   : 
12:02:21-[Read]   : %LWM2MOPEV2: 14
12:02:22-[Read]   : 
12:02:22-[Read]   : %LWM2MOPEV2: 10,1
12:02:22-[Read]   : 
12:02:22-[Read]   : %LWM2MOPEV2: 21,1
12:02:22-[Read]   : 
12:02:22-[Read]   : %LWM2MOPEV2: 6,1,5,0,5,,"0"
12:02:22-[Read]   : 
12:02:22-[Read]   : %LWM2MOPEV2: 6,1,5,0,3,,"0"
12:02:23-[Read]   : 
12:02:23-[Read]   : %LWM2MOPEV2: 6,1,3,0,3,,"MDM_HL7900.3.4_TEE_0"
12:02:23-[Read]   : 
12:02:23-[Read]   : %LWM2MOPEV2: 0,1,5,0,1,,"https://m2mop.net/s/5e7e8403"
12:02:23-[Read]   : 
12:02:23-[Read]   : %LWM2MEV2: 0,,,"5e7e8403"
12:02:23-[Read]   : 
12:02:23-[Read]   : %LWM2MOPEV2: 6,1,5,0,5,,"0"
12:02:24-[Read]   : 
12:02:24-[Read]   : %LWM2MOPEV2: 6,1,5,0,3,,"1"
12:02:33-[Read]   : 
12:02:33-[Read]   : %LWM2MEV2: 2
12:02:33-[Read]   : 
12:02:33-[Read]   : %LWM2MOPEV2: 22,1
12:02:33-[Read]   : 
12:02:34-[Read]   : %LWM2MOPEV2: 6,1,5,0,3,,"2"
12:02:34-[Read]   : 
12:02:34-[Read]   : %LWM2MOPEV2: 6,1,5,0,5,,"0"
12:02:34-[Read]   : 
12:02:34-[Read]   : %LWM2MEV2: 1,,,"b:/update_system.ua",,0
12:02:34-[Read]   : 
12:02:34-[Read]   : %LWM2MOPEV2: 1,1,5,0,2
12:02:34-[Read]   : 
12:02:34-[Read]   : %LWM2MOPEV2: 6,1,5,0,5,,"0"

12:02:52-[Send]   : at%lwm2mcmd2="GET_FOTA_STATE"
12:02:52-[Read]   : at%lwm2mcmd2="GET_FOTA_STATE"

12:02:52-[Read]   : %LWM2MCMD2: 8
12:02:52-[Read]   : 
12:02:52-[Read]   : OK
12:03:04-[Read]   : 
12:03:04-[Read]   : +CREG: 0
12:03:04-[Read]   : 
12:03:04-[Read]   : +CREG: 0
12:03:39-[Read]   : 12:03:39-[Read]   : +CREG: 0
12:03:40-[Read]   : 
12:03:40-[Read]   : +CREG: 0
12:03:40-[Read]   : 
12:03:40-[Read]   : +CREG: 2
12:03:40-[Read]   : 
12:03:40-[Read]   : +CREG: 2
12:03:40-[Read]   : 
12:03:40-[Read]   : +CREG: 1,"0001","01A2D101",7

12:04:17-[Send]   : ATI
12:04:17-[Read]   : ATI

12:04:17-[Read]   : HL7900
12:04:17-[Read]   : 
12:04:17-[Read]   : OK

12:04:25-[Send]   : at%lwm2mcmd2="GET_FOTA_STATE"
12:04:25-[Read]   : at%lwm2mcmd2="GET_FOTA_STATE"

12:04:25-[Read]   : %LWM2MCMD2: 1
12:04:25-[Read]   : 
12:04:25-[Read]   : OK

12:04:27-[Send]   : ATI3
12:04:27-[Read]   : ATI3

12:04:28-[Read]   : HL7900.3.4.T1.22052661
12:04:28-[Read]   : 
12:04:28-[Read]   : OK

### FW downgrade to HL7900.3.4 ###
12:08:01-[Send]   : at%lwm2mcmd2="REGISTER"
12:08:01-[Read]   : at%lwm2mcmd2="REGISTER"

12:08:01-[Read]   : OK

12:08:33-[Send]   : at%getacfg="fotam_config.General.HostControl"
12:08:34-[Read]   : at%getacfg="fotam_config.General.HostControl"

12:08:34-[Read]   : 0
12:08:34-[Read]   : 
12:08:34-[Read]   : OK

12:08:39-[Send]   : at%lwm2mopev2=1,100
12:08:40-[Read]   : at%lwm2mopev2=1,100

12:08:40-[Read]   : OK
12:08:44-[Read]   : 
12:08:44-[Read]   : +CREG: 0
12:08:44-[Read]   : 
12:08:44-[Read]   : +CREG: 0

12:08:48-[Send]   : at%lwm2mev2=1
12:09:19-[Read]   : 12:09:19-[Read]   : +CREG: 0
12:09:20-[Read]   : 
12:09:20-[Read]   : +CREG: 0
12:09:20-[Read]   : 
12:09:20-[Read]   : +CREG: 2
12:09:20-[Read]   : 
12:09:20-[Read]   : +CREG: 2
12:09:20-[Read]   : 
12:09:20-[Read]   : +CREG: 1,"0001","01A2D101",7

12:09:21-[Send]   : at%lwm2mev2=1
12:09:22-[Read]   : at%lwm2mev2=1

12:09:22-[Read]   : OK

12:09:24-[Send]   : at%lwm2mopev2=1,100
12:09:24-[Read]   : at%lwm2mopev2=1,100

12:09:24-[Read]   : OK

12:09:30-[Send]   : ATI3
12:09:30-[Read]   : ATI3

12:09:30-[Read]   : HL7900.3.4.22052661
12:09:30-[Read]   : 
12:09:30-[Read]   : OK

12:09:34-[Send]   : at%lwm2mcmd2="GET_FOTA_STATE"
12:09:34-[Read]   : at%lwm2mcmd2="GET_FOTA_STATE"

12:09:34-[Read]   : %LWM2MCMD2: 1
12:09:34-[Read]   : 
12:09:34-[Read]   : OK

12:09:36-[Send]   : at%lwm2mcmd2="GET_FOTA_STATE"
12:09:36-[Read]   : at%lwm2mcmd2="GET_FOTA_STATE"

12:09:36-[Read]   : %LWM2MCMD2: 1
12:09:36-[Read]   : 
12:09:36-[Read]   : OK

Thanks for your help

I follow your AT command but the firmware’s version doesn’t change.

I want to update 3.4.22 version to 4.5.8 version

Here are my log :

+CEREG: 2
[14:25:36] +CEREG: 1,“3A01”,“00DC5606”,7
[14:25:53] >>> at%lwm2mcmd2=“GET_FOTA_STATE”
[14:25:54] at%lwm2mcmd2=“GET_FOTA_STATE”

%LWM2MCMD2: 1

OK
[14:26:17] >>> at%getacfg=“fotam_config.General.HostControl”
[14:26:17] at%getacfg=“fotam_config.General.HostControl”

0

OK
[14:26:24] >>> at%lwm2mopev2=1,100
[14:26:24] at%lwm2mopev2=1,100
[14:26:24] OK
[14:26:29] >>> at%lwm2mev2=1
[14:26:30] at%lwm2mev2=1

OK
[14:26:35] >>> at%lwm2mcmd2=“DEREGISTER”
[14:26:35] at%lwm2mcmd2=“DEREGISTER”

OK
[14:26:36] %LWM2MOPEV2: 23,1

%LWM2MOPEV2: 9,1

%LWM2MOPEV2: 15
[14:27:14] >>> at%lwm2mcmd2=“GET_FOTA_STATE”
[14:27:14] at%lwm2mcmd2=“GET_FOTA_STATE”

%LWM2MCMD2: 1

OK
[14:27:23] >>> at%lwm2mcmd2=“REGISTER”
[14:27:23] at%lwm2mcmd2=“REGISTER”
[14:27:25] OK

%LWM2MOPEV2: 14
[14:27:30] %LWM2MOPEV2: 10,1

%LWM2MOPEV2: 21,1
[14:27:31] %LWM2MOPEV2: 6,1,3,0,3,“MDM_HL7900.3.4_TEE_0”
[14:27:31] %LWM2MOPEV2: 6,1,5,0,5,“8”
[14:27:31] %LWM2MOPEV2: 6,1,5,0,3,“0”
[14:27:32] %LWM2MOPEV2: 0,1,5,0,1,“https://m2mop.net/s/7d372d84
[14:27:32] %LWM2MEV2: 0,“7d372d84”
[14:27:32] %LWM2MOPEV2: 6,1,5,0,3,“1”
[14:27:34] %LWM2MOPEV2: 6,1,5,0,5,“0”
[14:29:07] %LWM2MOPEV2: 9,1
[14:31:46] %LWM2MEV2: 2
[14:31:48] %LWM2MOPEV2: 10,1

%LWM2MOPEV2: 22,1

%LWM2MOPEV2: 6,1,5,0,5,“0”
[14:31:48] %LWM2MOPEV2: 6,1,5,0,3,“2”
[14:31:48] %LWM2MEV2: 1,“b:/update_system.ua”,0

%LWM2MOPEV2: 1,1,5,0,2
[14:31:48] %LWM2MOPEV2: 6,1,5,0,5,“0”
[14:31:49] >>> at%lwm2mcmd2=“GET_FOTA_STATE”
[14:31:49] at%lwm2mcmd2=“GET_FOTA_STATE”

%LWM2MCMD2: 8

OK
[14:32:15] >>> ATI3
[14:32:15] ATI3

HL7900.3.4.22052661

OK
[14:32:19] +CEREG: 0
[14:32:20]

What is the return of at%verinfo of your module now?

[16:17:20] >>> at%lwm2mcmd2=“REGISTER”
[16:17:20] at%lwm2mcmd2=“REGISTER”
[16:17:22] OK

%LWM2MOPEV2: 14
[16:17:25] %LWM2MOPEV2: 10,1

%LWM2MOPEV2: 21,1
[16:17:25] %LWM2MOPEV2: 6,1,5,0,3,“0”

%LWM2MOPEV2: 6,1,5,0,5,“8”
[16:17:25] %LWM2MOPEV2: 6,1,3,0,3,“MDM_HL7900.3.4_TEE_0”
[16:17:25] %LWM2MOPEV2: 0,1,5,0,1,“https://m2mop.net/s/7d372d84

%LWM2MEV2: 0,“7d372d84”
[16:17:26] %LWM2MOPEV2: 6,1,5,0,5,“0”
[16:17:26] %LWM2MOPEV2: 6,1,5,0,3,“1”
[16:18:58] %LWM2MOPEV2: 9,1
[16:20:23] %LWM2MEV2: 2
[16:20:24] %LWM2MOPEV2: 10,1

%LWM2MOPEV2: 22,1
[16:20:24] %LWM2MOPEV2: 6,1,5,0,5,“0”
[16:20:24] %LWM2MOPEV2: 6,1,5,0,3,“2”
[16:20:24] %LWM2MEV2: 1,“b:/update_system.ua”,0

%LWM2MOPEV2: 1,1,5,0,2
[16:20:24] %LWM2MOPEV2: 6,1,5,0,5,“0”
[16:20:55] +CEREG: 0
[16:20:56][16:20:56][16:25:54] at%verinfo

%VERINFO: BF Core Package Version: BF_CORE_02_02_00_00_52661
%VERINFO: U-BOOT Version: SWI1350L-UB.4.8.22060431.01*
%VERINFO: SRM Version: ALT1350_02_02_00_00_52651_SRM
%VERINFO: MCU Loader Version: ALT1350_02_02_00_00_42731_MCULDR
%VERINFO: APP Version: ALT1350_02_02_00_00_52651_APP
%VERINFO: LTEC Version: ALT1350_02_02_00_00_52661_LTEC
%VERINFO: CATM_PHY Version: ALT1350_02_02_00_00_52451_CATMPHY
%VERINFO: NB_PHY Version: ALT1350_02_02_00_00_52611_NBPHY
%VERINFO: GNSS Version: ALT1350_02_02_00_00_52511_IGNSS
%VERINFO: RFM Version: ALT1350_02_02_00_00_52451_RFM
%VERINFO: BF AVAS Package Version: BF_AVAS_02_02_00_00_52661
%VERINFO: MCU Version: SWI1350L.3.4.22052661.01*
%VERINFO: SRD Version: ALT1350_02_02_00_00_51831_SRDPHY
%VERINFO: AISE Version: ALT1350_02_02_00_00_51051_AISE
%VERINFO: SHUB Version: SWI1350L-SH.3.4.22052661.01
%VERINFO: Cal&Ver Version: 1109

OK

Here shows your module is not in pure firmware 3.4

%VERINFO: U-BOOT Version: SWI1350L-UB.4.8.22060431.01

If you first upgrade to version 4.5 by Windows EXE, are you able to do firmware upgrade via Airvantage?

I’ve another crazy issu.

For the server, HL79.4.5 is the lastest firware whereas HL79.4.8 is the lastest firmware.

So I can’t update my module but the module with HL7900.4.8 can be update

How can I configure the HL79000.4.8 as the last firmware ?

if you upgrade your module’s firmware to version 4.5 by Windows EXE, can it be upgraded to version 4.8 with Airvantage server?

For the server, the both modules are update.

I deregister and register the modules on the server but it doesn’t make any difference

I don’t see problem to upgrade from FW 4.5 to FW 4.8:

ati3
HL7900.4.5.22060521

OK

at%lwm2mopev2=1,100
OK
at%lwm2mev2=1
OK
at%lwm2mcmd2="REGISTER"
OK

%LWM2MOPEV2: 10,1

%LWM2MOPEV2: 21,1

%LWM2MOPEV2: 6,1,3,0,21,,"1308"

%LWM2MOPEV2: 6,1,3,0,19,,"Altair"

%LWM2MOPEV2: 6,1,3,0,18,,"E"

%LWM2MOPEV2: 6,1,3,0,17,,"Cellular IoT chipset"

%LWM2MOPEV2: 6,1,3,0,16,,"UQS"

%LWM2MOPEV2: 6,1,3,0,14,,"UTC+08:00"

%LWM2MOPEV2: 6,1,3,0,13,,"1784712268"

%LWM2MOPEV2: 6,1,3,0,11,0,"0"

%LWM2MOPEV2: 6,1,3,0,10,,"1308"

%LWM2MOPEV2: 6,1,3,0,3,,"MDM_HL7900.4.5_TEE_0"

%LWM2MOPEV2: 6,1,3,0,2,,"EX4175252008BE"

%LWM2MOPEV2: 6,1,3,0,1,,"HL7900"

%LWM2MOPEV2: 6,1,3,0,0,,"Sierra Wireless"

%LWM2MOPEV2: 6,1,7,0,8,,"0"

%LWM2MOPEV2: 6,1,7,0,5,,"139"

%LWM2MOPEV2: 6,1,7,0,4,,"181"

%LWM2MOPEV2: 6,1,7,0,3,,"1"

%LWM2MOPEV2: 6,1,7,0,2,,"1"

%LWM2MOPEV2: 6,1,7,0,1,,"0"

%LWM2MOPEV2: 6,1,7,0,0,,"0"

%LWM2MOPEV2: 6,1,4,0,10,,"454"

%LWM2MOPEV2: 6,1,4,0,9,,"12"

%LWM2MOPEV2: 6,1,4,0,8,,"25733599"

%LWM2MOPEV2: 6,1,4,0,7,0,"nbiot"

%LWM2MOPEV2: 6,1,4,0,4,0,"10.41.5.189"

%LWM2MOPEV2: 6,1,4,0,3,,"-8"

%LWM2MOPEV2: 6,1,4,0,2,,"-75"

%LWM2MOPEV2: 6,1,4,0,1,0,"7"

%LWM2MOPEV2: 6,1,4,0,0,,"7"

%LWM2MOPEV2: 6,1,1,0,7,,"UQ"

%LWM2MOPEV2: 6,1,1,0,6,,"true"

%LWM2MOPEV2: 6,1,1,0,5,,"86400"

%LWM2MOPEV2: 6,1,1,0,3,,"0"

%LWM2MOPEV2: 6,1,1,0,2,,"1"

%LWM2MOPEV2: 6,1,1,0,1,,"630720000"

%LWM2MOPEV2: 6,1,1,0,0,,"1"

%LWM2MOPEV2: 6,1,5,0,9,,"2"

%LWM2MOPEV2: 6,1,5,0,8,0,"0"

%LWM2MOPEV2: 6,1,5,0,8,1,"1"

%LWM2MOPEV2: 6,1,5,0,8,2,"2"

%LWM2MOPEV2: 6,1,5,0,8,3,"3"

%LWM2MOPEV2: 6,1,5,0,8,4,"4"

%LWM2MOPEV2: 6,1,5,0,7,,"2026.01.20_22:03:24"

%LWM2MOPEV2: 6,1,5,0,6,,"ALT1350_02_02_00_00_60431_APP"

%LWM2MOPEV2: 6,1,5,0,5,,"1"

%LWM2MOPEV2: 6,1,5,0,3,,"0"

%LWM2MOPEV2: 6,1,5,0,1,,"https://m2mop.net/s/7052e70c"

%LWM2MOPEV2: 6,1,5,0,5,,"1"

%LWM2MOPEV2: 6,1,3,0,3,,"MDM_HL7900.4.5_TEE_0"

%LWM2MOPEV2: 6,1,5,0,3,,"0"

%LWM2MOPEV2: 0,1,5,0,1,,"https://m2mop.net/s/6a1a4fd4"

%LWM2MEV2: 0,,,"6a1a4fd4"

%LWM2MOPEV2: 6,1,5,0,5,,"0"

%LWM2MOPEV2: 6,1,5,0,3,,"1"

%LWM2MEV2: 2

%LWM2MOPEV2: 22,1

%LWM2MOPEV2: 6,1,5,0,3,,"2"

%LWM2MOPEV2: 6,1,5,0,5,,"0"

%LWM2MEV2: 1,,,"b:/update_system.ua",,0

%LWM2MOPEV2: 1,1,5,0,2

%LWM2MOPEV2: 6,1,5,0,5,,"0"

+CEREG: 0

+CEREG: 2

+CEREG: 0

+CEREG: 2

+CEREG: 1,"C672","0188A9DF",9

+KSUP: 0
ati3
HL7900.4.8.22060521

OK

Thanks to your help, I success to update a module from 3.4 to 4.5.

Thank you very much

However, when I use AT%LWM2MCMD2=“GET_FOTA_STATE” command it returns 0 whereas 4.5 vesion isn’t the lastest version (4.8)

I don’t know why but for the server the lastest version is 4.5.

Do you have some idea why ?

[14:37:36] >>> at%lwm2mcmd2=“REGISTER”
[14:37:36] at%lwm2mcmd2=“REGISTER”
[14:37:38] OK

%LWM2MOPEV2: 14
[14:37:41] %LWM2MOPEV2: 10,1

%LWM2MOPEV2: 21,1
[14:37:41] %LWM2MOPEV2: 6,1,5,0,3,“0”

%LWM2MOPEV2: 6,1,5,0,5,“0”
[14:37:41] %LWM2MOPEV2: 6,1,3,0,3,“MDM_HL7900.3.4_TEE_0”
[14:37:41] %LWM2MOPEV2: 0,1,5,0,1,[14:37:42] ,“https://m2mop.net/s/7d372d84

%LWM2MEV2: 0,“7d372d84”
[14:37:42] %LWM2MOPEV2: 6,1,5,0,3,“1”
[14:37:42] %LWM2MOPEV2: 6,1,5,0,5,“0”
[14:39:15] %LWM2MOPEV2: 9,1
[14:40:24] %LWM2MEV2: 2
[14:40:25] %LWM2MOPEV2: 10,1

%LWM2MOPEV2: 22,1

%LWM2MOPEV2: 6,1,5,0,3,“2”
[14:40:25] %LWM2MOPEV2: 6,1,5,0,5,“0”
[14:40:25] %LWM2MEV2: 1,“b:/update_system.ua”,0
[14:40:25] %LWM2MOPEV2: 1,1,5,0,2
[14:40:25] %LWM2MOPEV2: 6,1,5,0,5,“0”
[14:46:00] >>> at%lwm2mcmd2=“GET_FOTA_STATE”
[14:46:00] at%lwm2mcmd2=“GET_FOTA_STATE”
[14:46:00] %LWM2MCMD2: 0

OK
[14:46:07] >>> ATI3
[14:46:07] ATI3

HL7900.4.5.22060521

OK
[14:50:27] >>> at%lwm2mcmd2=“GET_FOTA_STATE”
[14:50:27] at%lwm2mcmd2=“GET_FOTA_STATE”

%LWM2MCMD2: 0

OK