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

  1. 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.
  2. Update the IMSI_FIELD_REQUIRED flag to false to make defining a device's IMSI optional. This property is true by default.
  3. Save the settings.json file.
  4. Rebuild the configuration image and host it in your image repository.
  5. 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.
  6. Restart MATRIXX Backoffice Customer Tool.