2.22.1.2 MMI Managed Objects for UDTS Routing Support

MMI information associated with vSTP generated UDTS Routing support is accessed from a DSR NOAM or SOAM from Main Menu, and then MMI API Guide.

Once the MMI API Guide gets opened, use the application navigation to locate specific vSTP managed object information.

The following table lists the managed objects and operations supported for UDTS Routing support:

Managed Object Name Supported Actions
sccpoptions Update

sccpoptions - Update

To update:

Create a file with following content to set value for the sendVstpgenUdtsOnOpc parameter. File name could be anything, for example option name can be used as filename:
{
"sendVstpgenUdtsOnOpc": "On"
}

Execute the following command on Active SOAM to update the data:

/vstp/sccpoptions –v PUT –r sccp.json
Execute the following command to display the content:
vstp/sccpoptions
{
        "allowedFirstSegLen": 0,
        "alwMsgDuringRsmblyErr": false,
        "class1seq": "Disabled",
        "dfltfallback": false,
        "dfltgttmode": "Cd",
        "isSegXUDTfeatureEnable": false,
        "mtprgtt": "Off",
        "mtprgttfallback": "Mtproute",
        "reassemblyTimerDurationAnsi": 5000,
        "reassemblyTimerDurationItu": 10000,
        "segmentedMSULength": 200,
        "sendVstpgenUdtsOnOpc": "Off",
        "smsDelivery": "Off",
        "smsOrigination": "Off",
        "smsTermination": "Off",
        "tcapErrorDiscard": "Off",
        "tgtt0": "None",
        "tgtt1": "None",
        "tgttudtkey": "Mtp",
        "tgttxudtkey": "Mtp",
        "travelVelocity": 700
    }