Configuration for UDR
Configuring IDPR and MOSMS for UDR involves adding vSTP MP(s) to UDR and then configuring UDR on the ComAgent server.
This procedure assumes:
- the user is aware of UDR and ComAgent functionality, and
- UDR is already installed and UDR topology is already configured
- Add details about the vSTP MP on the ComAgent Remote Servers screen as a client by navigating to and clicking Insert on an active OCUDR NOAMP.
- Select the OCUDR server group from the Available Local Server Groups that needs to communicate with vSTP MP.
-
From the active
OCUDR GUI, navigate to
and verify connection are
InService. -
From the active
OCUDR GUI, navigate to
and verify the
STPDbSvc status is
Normal. - From an active DSR NOAM, navigate to and click Insert.
- Add the UDR NO IP in the ComAgent Remote Server screen as a Server.
- Select the STP MP server group from the Local SG that needs to communicate with UDR.
- Also add the Standby and DR NOs to the Local SG.
- Navigate to , select STPSvcGroup and click Edit.
- Add all available UDR NO servers.
- Navigate to , select the server name, and check the connection status.
UDR Configuration:
SOAP Provisioning Request for MSISDN
Here's an example of provisioning MNP data with the Type as SPRN and GRN in an individual MSISDN:
Adding GRNID:
Insert:
<req name="insert" resonly="y" inputType="mnpGrnId">
<ent name="Subscriber"/>
<set>
<expr><attr name="GRNID"/><value val="10000"/></expr>
<expr><attr name="MnpDataGRN"/><op value="="/>
<cdata><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<MnpGRN>
<EDigit>10000</EDigit>
<RI>1</RI>
<PC>111-222-333</PC>
<PCDom>ansi</PCDom>
<SSN>3</SSN>
<SRFIMSI>222222222</SRFIMSI>
<DigAct>INSERTENTITYID</DigAct>
</MnpGRN>]]>
</cdata>
</expr>
</set>
</req>
Adding SPRNID :
<req name="insert" resonly="y" inputType="mnpSprnId"> <ent name="Subscriber"/> <set> <expr><attr name="SPRNID"/><value val="685477777"/></expr> <expr> <attr name="MnpDataSPRN"/><op value="="/> <cdata><

