Configure the IMSI Requirement
When adding a device in MATRIXX Backoffice Customer Tool (either as a standalone device or as part of a
subscription), providing the International Mobile Subscriber Identity (IMSI) is required by default. You can make this optional by setting the IMSI_FIELD_REQUIRED
flag in the
settings.json file to false.
Procedure
- Access the settings.json file located at /opt/mtx/conf/matrixxbct in the files for your configuration source. See the discussions about configuring MATRIXX web apps and the provided example for more information.
-
Update the
IMSI_FIELD_REQUIRED
flag to false to make defining a device's IMSI optional. This property is true by default. - Save the settings.json file.
- Rebuild the configuration image and host it in your image repository.
- Update your Helm values file with the new tag for the image, if necessary. See the discussions about configuring MATRIXX web apps and the provided example for more information.
- Restart MATRIXX Backoffice Customer Tool.