4 UDR Configuration
This section provides information about enabling the security profile and configuring the Audit Time.
4.2 Auditing Time Configuration on Active UDR NOAM
- To clean up the old records on UDR, do the following:
4.3 Configure DSA Fields in UDR
- From the main Menu, navigate to UDR, then select Subscriber Entity Configuration, then select Transparent Entity, select Base Field Set.
- Click SprProfileBFS.
Figure 4-1 SprProfileBFS screen
- Click Edit.
- Add the following
fields.
IMSI Regular expression: ^\d{10,15}$ lastUN Regular expression: ^[\x20-\x7e]{0,255}$ VPLMN Regular expression: ^[\x20-\x7e]{0,255}$ MCC Regular expression: ^[\x20-\x7e]{0,255}$ MMEH Regular expression: ^[\x20-\x7e]{0,255}$ MMER Regular expression: ^[\x20-\x7e]{0,255}$ HSSR Regular expression: ^[\x20-\x7e]{0,255}$ HSSH Regular expression: ^[\x20-\x7e]{0,255}$ lastTS Regular expression: ^[\x20-\x7e]{0,255}$ VPLMNID_OLD Regular expression: ^[\x20-\x7e]{0,255}$ MMER_OLD Regular expression: ^[\x20-\x7e]{0,255}$ MMEH_OLD Regular expression: ^[\x20-\x7e]{0,255}$ HSSR_OLD Regular expression: ^[\x20-\x7e]{0,255}$ HSSH_OLD Regular expression: ^[\x20-\x7e]{0,255}$
Figure 4-2 Configuration Fields
4.4 UDR Protection Against Excess Shared Memory (SHM) usage for DSA Calls
This feature safeguards UDR when the Shared Memory (SHM) usage reaches Major (90%) or Critical (95%) thresholds limit. Safeguarding UDR against excessive SHM usage prevents UDR from becoming non-responsive when SHM usage increases to 100%.
Success_ExcessiveSHMUsage ==> 228
and the customer must start
deleting the expired subscribers by using SOAP/REST interfaces. The SOAP/REST Interface
Guide reference are as follows:
- Refer the sample example Request 1 mentioned under the section 5.1.4 of the REST Provisioning Interface Specification Guide.
- Refer the sample example Request 1 mentioned under the section 6.1.3 of the SOAP Provisioning Interface Specification Guide.
When SHM is cleared after subscribers are deleted, UDR allows to create more
subscribers without increasing the SHM. If SHM reaches critical threshold limit of 95%,
only delete and read requests are allowed, other requests are rejected from UDR with
result code "Error_DatabaseFull ==> 229
". If SHM reaches
MostCriticalThreshold limit of 97.5%, then all requests to UDR are rejected.
- Success_ExcessiveSHMUsage ==> 228
- Error_DatabaseFull ==> 229
- Run the configuration scripts
"enableCriticalShMemThManagement"
and"setShMemThresholdsValues"
on your Active NOAMP node located on the following path on the installation setup:/usr/TKLC/udr/prod/maint/loaders/upgrade
- Run the below command to restart the udrbe
process:
pm.set off udrbe
- You must wait for udrbe process to kill and then run the following
command:
pm.set on udrbe