Current carrier network

(imported topic written by SystemAdmin)

hi,

I want to show the current carrier network of my ios devices (iphone’s and ipad’s)

But following relevance do not work:

if (name of operating system contains “Android”) then (“n/a”) else if (in proxy agent context) then (current carrier network of cellular info | “n/a”) else “n/a”

Plwase for help.

Andi

(imported comment written by SystemAdmin)

The carrier is already collected as part of the device details analysis, in the IEM console if you go to tools, Manage Properties and then look for the “Carrier” property the relevance will be displayed. This is the relevance currently being used

if (name of operating system contains “Android”) then (brand of device | “n/a”) else if (in proxy agent context) then (sim carrier network of cellular info | “n/a”) else “n/a”

(imported comment written by SystemAdmin)

Just tested “current carrier network of cellular info” in our environment against a few version of iPhone, you are right it does not return a value.