SPR Support in PCF
Feature Summary and Revision History
Summary Data
|
Applicable Products or Functional Area |
PCF |
|
Applicable Platform(s) |
SMI |
|
Feature Default Setting |
Enabled - Always-on |
|
Related Documentation |
Not Applicable |
Revision History
| Revision Details | Release |
|---|---|
|
First introduced. |
2023.03.0 |
Feature Description
In the case of Embedded Subscriber Profile Repository (SPR), PCF supports subscriber authorization for Gx and N7. The PCF provides internal access to both SPR and the Unified API Endpoint. The SPR databases get configured in an existing administration database replica set or used as a separate MongoDB replica set.
PCF must review the subscriber session policies if any subscriber profile changes get notified in the SPR DB. If there is any post profile update in the subscriber policy, the PCF sends a Gx-RAR or N7 Notify message. When the PCF receives the notification, it locates the subscriber profile from the SPR DB, reviews the policy, and initiates an N7 Notify message to SMF if there is any policy change.
Feature Configuration
This section describes how to configure the SPR PB.
SPR PB configuration:
In the Policy Builder > Plugin Configuration > Click USuM Configuration.
You can use N7 GPSI or SUPI as a lookup key for N7.
In the Domain tab, select the USuM Authorization from the drop down. You can use the Gx IMSI or MSISDN as a lookup key for Gx.
Ops Center Configuration
Following is the configuration for SPR call model to notify the anonymous subscribers:
Login to the CLI and execute the following:
config // Enter config modeSet the following CLI configuration for CDL:
cdl datastore session
find-by-nuk-prefixes USuMMissingCredKey
exitcdl datastore session
find-by-nuk-prefixes USuMSubscriberIdKey
exitSet the following CLI configuration for engine:
engine <ENGINE_NAME>
properties usum.missingcredential.keyname value USuMMissingCredKey
exit![]() Note |
Add these configurations with all the pods in the shutdown state. |








Feedback