This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Regarding Nb-IoT and LTE cat M1 technology

Hello Folks,

I am working on one IoT based project. I want some information about eDRX mode.
For example, if I set the settings of eDRX mode as a 10sec for sleep and 1 sec for check RX line(active time). And in the meantime when the UE was asleep, Cloud sends the packet to a network right after the user makes some changes from the application. Could UE get all the packet from the network when it wakes up from sleep mode? But for that I assume, MNOs must support Store and Forward Policies to do so.

Can we get more information about this, and can we assume that if AT&T support this store and forward policy, that means every EPC of AT&T support that policy all over in the USA?
The EPC may reject or accept the UE request for enabling e-I-DRX. so when it rejects, we can still apply for Normal DRX mode. Is that right?

Thank you,

Reena

Parents
  • Hi Reena,
    The modem can be in either of these three modes:

    • RRC Connected mode
    • RRC Idle mode
    • PSM mode

    When we discuss eDRX intervals, we usually mean the ones in RRC Idle mode since this has the greatest effect on the power consumption compared to the possible eDRX intervals in RRC Connected mode. So we usually differentiate the possible eDRX intervals in Connected mode and Idle mode as cDRX and iDRX.

    "eDRX is a mechanism that can extend the cycle (sleeping duration) of these two DRX (Idle mode DRX and C-DRX)."

    If you request the eDRX interval of 10,24seconds (and the network grants this request) you will go into a paging time window where the UE (nRF9160) listens on the network to see if there are any data that should be handled. If the network pings the device in this time window the modem goes into RRC Connected mode and handles the data. (e.g. send the updated sensor data request)

    If the network supports "Store and forward polices" the network should handle this unless there are any restrictions in how much data or how long it needs to store it gets override.

    You could also buffer it on the cloud side, if the network doesn't support this kind of feature so when the network wakes up the device it will pass along the data from your cloud.

    From what I could find: https://www.business.att.com/content/dam/attbusiness/reports/what_need_know_iot_networks.pdf it looks like they support this feature, but I would recommend you to get a confirmation on their side as well if it's supported all over the USA. (Network/carrier-specific information should be addressed to them for the latest information and updates)

    In the end, it is the network that decides if it will grant the requested (e)DRX (which is just extended DRX intervals) intervals from the UE, so it will tell you if the UE is granted the request, or if it is not then also give you information on which interval it hands you. Historically we see that it's "easier" to request longer intervals than short.

    Best regards,
    Martin L.

Reply
  • Hi Reena,
    The modem can be in either of these three modes:

    • RRC Connected mode
    • RRC Idle mode
    • PSM mode

    When we discuss eDRX intervals, we usually mean the ones in RRC Idle mode since this has the greatest effect on the power consumption compared to the possible eDRX intervals in RRC Connected mode. So we usually differentiate the possible eDRX intervals in Connected mode and Idle mode as cDRX and iDRX.

    "eDRX is a mechanism that can extend the cycle (sleeping duration) of these two DRX (Idle mode DRX and C-DRX)."

    If you request the eDRX interval of 10,24seconds (and the network grants this request) you will go into a paging time window where the UE (nRF9160) listens on the network to see if there are any data that should be handled. If the network pings the device in this time window the modem goes into RRC Connected mode and handles the data. (e.g. send the updated sensor data request)

    If the network supports "Store and forward polices" the network should handle this unless there are any restrictions in how much data or how long it needs to store it gets override.

    You could also buffer it on the cloud side, if the network doesn't support this kind of feature so when the network wakes up the device it will pass along the data from your cloud.

    From what I could find: https://www.business.att.com/content/dam/attbusiness/reports/what_need_know_iot_networks.pdf it looks like they support this feature, but I would recommend you to get a confirmation on their side as well if it's supported all over the USA. (Network/carrier-specific information should be addressed to them for the latest information and updates)

    In the end, it is the network that decides if it will grant the requested (e)DRX (which is just extended DRX intervals) intervals from the UE, so it will tell you if the UE is granted the request, or if it is not then also give you information on which interval it hands you. Historically we see that it's "easier" to request longer intervals than short.

    Best regards,
    Martin L.

Children
No Data
Related