In this section:
High Probability of Completion (HPC) features comprise a set of functionalities that provide an enhanced probability of call completion to authorized Government Emergency Telecommunications Service (GETS) and Wireless Priority Service (WPS) users during network stress and/or congestion. The use of the GETS SOFTWARE is restricted in the U.S. and U.S. TERRITORIES to NS/EP users authorized by the Office of the Manager, National Communications System (OMNCS). The SBC supports the following HPC capabilities: There are two methods in HPC call classification: For more information, refer to: The SBC must be configured to use the external PSX for this feature. For more information on using the PSX for GETS / WPS, refer to the PSX documentation Government Emergency Telecommunications Service. Preferential servicing of HPC calls is conditional on the installation of NW-HPC license on the EMS. For more information on EMS licenses, refer to the EMS documentation Licensed Applications and Features. The SBC supports the use of different Differentiated Services Code Point (DSCP) marking for signaling traffic that is associated with HPC and non-HPC calls. To support different DSCP marking for HPC and non-HPC calls in a SIP trunk group, the The outbound SIP signaling messages associated with HPC and non-HPC calls are marked with the DSCP value configured in the SIP signaling port when the Setting the DSCP on the UDP or TCP network socket is a system call, which impacts the system performance if the DSCP frequently switches between HPC and non-HPC calls. This feature only applies to HPC calls over UDP transport. This feature does not apply to TCP transport since TCP is byte stream oriented and does not preserve message boundaries.dscpValue
parameter in the HPC profile configuration marks HPC calls and the DSCP configuration in the SIP signaling port marks non-HPC calls. The DSCP value configured in the HPC profile takes precedence over the DSCP value configured in the SIP signaling port and applies to all outbound traffic (IPv4 and IPv6) associated with HPC calls.hpcCallProfile
is not configured in a SIP trunk group.
This section describes the CLI syntax and parameter descriptions of the HPC Call Profile.
The SBC must be configured to use the external PSX for this feature. The SBC supports configuring up to 256 HPC Call Profiles.
% set profiles services hpcCallProfile <hpcCallProfile name> dscp value <0-63> rph etsCpcPrecedence <cpc | ets | hpc> etsDefaultValue <0-4> includeAcceptIn417 <disabled | enabled> includeRequire <disabled | enabled> rejectNotEtsDn <disabled | enabled> useIncomingEts <disabled | enabled> usePrecedence <disabled | enabled> useWpsPrecedence <disabled | enabled> wpsMlppPrecedence <mlpp | wps> state <disabled | enabled>
The HPC Call Profile parameters are defined below:
Parameter | Description |
---|---|
hpcCallProfile | <profile name, up to 23 characters> – HPC Call Profile name. |
dscpValue | <0-63> – The DSCP code for the HPC Call. |
rph | Resource Priority Header (RPH) configuration options to specify how the RPH or ISUP-MIME affects call handling and building of the RPH for HPC calls.
|
state | Administrative state of HPC Call Profile.
|
set profiles services hpcCallProfile testHpcProfile state enabled set profiles services hpcCallProfile testHpcProfile rph tsCpcPrecedence hpc etsDefaultValue 1 set profiles services hpcCallProfile testHpcProfile includeAcceptIn417 enabled includeRequire enabled rejectNotEtsDn enabled useIncomingEts enabled usePrecedence enabled useWpsPrecedence enabled wpsMlppPrecedence wps show profiles services hpcCallProfile hpcCallProfile HPCP { state enabled; rph { etsDefaultValue 1; useWpsPrecedence enabled; useIncomingEts enabled; usePrecedence enabled; etsCpcPrecedence hpc; wpsMlppPrecedence wps; includeRequire enabled; rejectNotEtsDn enabled; includeAcceptIn417 enabled; } } > show profiles services hpcCallProfile hpcCallProfile HPCP { dscpValue 10 state enabled; rph { etsDefaultValue 1; useWpsPrecedence enabled; useIncomingEts enabled; usePrecedence enabled; etsCpcPrecedence hpc; wpsMlppPrecedence wps; includeRequire enabled; rejectNotEtsDn enabled; includeAcceptIn417 enabled; } }