Search code examples
androidcellular-networklte

How LTE module UE got an IP address?


I recently works on a LTE project by using Qualcomm MSM 9x7 manufactued by Quctel. When the module dial in, the module will be assigned an IP address by ISP. I heard from LTE expert that LTE is based on IP protocol, so my question is that how does the module got the IP address? Is that by dhcp mechanism or other LTE based IP address assignment protocol?


Solution

  • This is typically how the UE address is assigned (steps 4-8). Alternatively, it can also be assigned statically, where the P-GW would query the HSS for the static ip associated with the subscriber, but the IP address would be pushed down to the UE in the same fashion. For more info this is a good doc.

    enter image description here