7.3.12.1 Additional Provisioning Rules

Basic input data validation is done using the DCA Framework’s Configuration Data Provisioning GUI. Apart from that, below additional validation is performed during DSA business logic script compilation. If validation fails, the compilation also fails and Event #33309 is raised with appropriate error text. For script compilation, refer to the DCA Programmer’s Guide.

  • If Time-Distance Check (TimeDistChk) countermeasure is provisioned in Security_Countermeasure_Config Table and TDC_Chk_For_Continent flag is configured as Yes in System_Config_Options Table, then this table cannot be empty. All the entries between continents are preconfigured.
  • Each Node_ID_1 and Node_ID_2 combination must be unique. No duplicate Node_ID_1 and Node_ID_2 combination is allowed. Not even by swapping Node_ID_1 and Node_ID_2 values.

    For example, an entry with Node_ID_1=10 and Node_ID_2=20 and another entry with Node_ID_1=20 and Node_ID_2=10 is not allowed.

  • At any given point of time, all the Node_ID_1 and Node_ID_2 combinations can have only MCCs of networks (determined by the value configured in MCC_Or_VPLMNID of System_Config_Options Table). But not Visited-PLMN-ID.
  • Valid MCC value range for Node_ID_1 and Node_ID_2 is 100 to 999. This validation is performed when MCC_Or_VPLMNID is configured as MCC_Based in System_Config_Options Table.