Resources | system | sweTrafficProfiles

sweTrafficProfiles

This table stores different traffic profiles. Each profile is essentially a statement of the call mix presented to the SWe

Exists on Condition /system/serverAdmin/hwType='ConnexIP5000'

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring Name of the profile.
callHoldTimeOint3290 Indicates average Call Hold Time of the call load.
isAccessObooleanfalse Indicates if deployment is in access scenario or not.
bhcaPerSubscriberOfloat1.0 Indicates BHCA per subscriber, Allowed range is <0.01-100.0>.
internalRefreshTimerOuint321800 This is towards AS. This is between SBC and AS. AS would provide refresh timer to SBC Indicates Refresh timer to SBC in secs, Allowed range is <15-86400>.
externalRefreshTimerOuint321800 This is towards endpoint. This is between endpoint and SBC. SBC would provide refresh timer to UE. Indicates Registration Refresh Interval in secs, Allowed range is <15-86400>.
directMediaPercentOint320 Indicates % of call load that is Direct Media, which can never be converted to passthrough calls.
transcodePercentOint320 Indicates % of call load that is transcoded call.
passthroughCodecProfileOreference Name of the Passthrough codec profile.
transcodingCodecProfileOreference Name of the Transcoding codec profile.
cryptoPercentOint320 The crypto percent refers to the number of legs that are encrypted.
tonesPercentOint320 Indicates the number of legs that get tones treatment.
processorCapabilityIndexOverrideObooleanfalse Indicates index overriding is disabled.If this is set then the overrideIndexValue can be entered.
processorCapabilityIndexOverrideValueOfloat1.0 Indicates the desired value that can be given to override the default compute indexes.
useGPUForTranscodingObooleanfalse Set true for using GPU for transcoding, false for CPU transcoding.
sigCostFactorOfloat1.0 Indicates the sig cost factor.
mediaCostFactorOfloat1.0 Indicates the media cost factor.
txPPSFactorOfloat1.0 Indicates the tx PPS factor.
rxPPSFactorOfloat1.0 Indicates the rx PPS factor.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusSystemSwe:sweTrafficProfiles={name}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusSystem:system --data '
<sweTrafficProfiles>
     <name>{name}</name>
</sweTrafficProfiles>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusSystemSwe:sweTrafficProfiles={name}

  • No labels