Dear Sir.
I use these commands to connect the Modem ON and OFF.
I need to know if the result of the these commands the Modem communicates with the Cell tower ?
Please Advide.
Hello Ephraim,
ephraim said:I know that the Modem and cell tower negotiate to detrmeine the Modec tx power needed.
Well, the modem and network negotiate about Active Time and Tracking Area Update for Power Saving Mode (PSM). But this is not connected to a specific tx power value, as this can differ quite a lot.
ephraim said:Which routine is responsible for it ?.
The responsible interface for this is the AT commando +CPSMS. The result of the negotiation can be visualised via +CEREG, with unsolicited result codes enabled on level 4 or 5.
ephraim said:What realy happens with the command lte_lc_normal() ?.
It is a wrapper running the AT command “AT+CFUN=1”, which sets the modem to full functionality.
ephraim said:Does is communicate wit the Cell tower ?.
Yes.
Regards,
Markus
Hello Ephraim,
ephraim said:I know that the Modem and cell tower negotiate to detrmeine the Modec tx power needed.
Well, the modem and network negotiate about Active Time and Tracking Area Update for Power Saving Mode (PSM). But this is not connected to a specific tx power value, as this can differ quite a lot.
ephraim said:Which routine is responsible for it ?.
The responsible interface for this is the AT commando +CPSMS. The result of the negotiation can be visualised via +CEREG, with unsolicited result codes enabled on level 4 or 5.
ephraim said:What realy happens with the command lte_lc_normal() ?.
It is a wrapper running the AT command “AT+CFUN=1”, which sets the modem to full functionality.
ephraim said:Does is communicate wit the Cell tower ?.
Yes.
Regards,
Markus