raiden00pl opened a new pull request, #19129:
URL: https://github.com/apache/nuttx/pull/19129

   ## Summary
   
   - arch/nrf91: implement LTE PSM/eDRX via the LAPI
       
       Add LTE_CMDID_SETPSM / LTE_CMDID_SETEDRX handling that encodes the 
requested
       PSM (T3412/T3324) and eDRX timers to AT+CPSMS / AT+CEDRXS, so the LTE 
power
       saving modes are controllable through the common LTE API.
       
   - arch/arm/nrf91: improve LTE_CMDID_GETQUAL handling   
       1. Don't fail LTE GETQUAL on AT+CSQ error
          The LTE_CMDID_GETQUAL handler queried the modem with AT+CESQ 
(RSRP/RSRQ)
          and then AT+CSQ (RSSI), returning the result of the last command.
          Set 'valid' only when AT+CESQ parses, treat AT+CSQ as optional, zero
          the metrics up front, and return OK so the caller inspects 'valid'.
       2. get SNIR
       
   - arch/arm/nrf91: add support for LTE_CMDID_GETCELL
       
       add support for LTE_CMDID_GETCELL ioctl call
   
   ## Impact
   Add more LTE API features for nrf91. These are useful for debuggin LTE 
connection
   
   ## Testing
   
   thingy91 with lwm2m
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to