Open Mobile uses IMSI to identify each Mobile Broadband device, not its phone number. In order for the device to show in some Open Mobile reports, each IMSI must be mapped to its corresponding phone number in the Open Mobile Portal.
To do this, you must upload a properly formatted XML file containing the mappings. An example file is shown here.
<?xml version="1.0" encoding="UTF-8"?> <MobileMappings> <MobileMapping> <phone>15551111111</phone> <imsi>111111111111111</imsi> </MobileMapping> <MobileMapping> <phone>15552222222</phone> <imsi>222222222222222</imsi> </MobileMapping> </MobileMappings>
The XML file may contain up to 500 phone numbers. If you need to import more data, please break it up into multiple files, each containing a maximum of 500 phone numbers.
To view mapped phone numbers:
To import new device mappings:
If you need to edit existing device mappings, then prepare an XML file with your edited mapping data. Upload the file as if you were importing a new set of device mappings. The edited data will overwrite any existing phone numbers and IMSI data.
Go to: Portal Guide > Configuration Tab