Psap Tab


Psap Tab is used in PSAP Node when validation criteria is configured and enabled, PSAP is required to Inspect/extract data from received SIP message calls and compare.

General

Enable Call Distribution on Busy

Validation Configuration

Enable Validation

 

Related Measurements

Measurements collected on PSAP Node report tabs.


PSAP Settings

Enable Call Distribution on Busy

Select to enable Call Distribution on Busy.

Options : For First URI Only or For All URI's

Tcl Parameter: PsapDistCallsOnBusyEn

Tcl Parameter: PsapDistCallsOnBusy

Enable Validation

Select to enable validation. PSAP can be configured to validate whether a received emergency call (received SIP INVITE) containing expected data such as ESRK, location values for example. Additional examples are provided below.

Tcl Parameter: PsapValidateEn

Number of Evaluation Search Patterns

Select to enter up to 10 search patterns.

Tcl Parameter: PsapNumSearchPatterns

Evaluation Condition

Select Evaluation Condition : AND, OR.

  • (*) AND  - result is TRUE/FOUND if all searching patterns are evaluated to TRUE
  • ( ) OR  - result is TRUE/FOUND if any one of searching patterns is evaluated to TRUE

Tcl Parameter: PsapEvalType

PSAP Search Pattern

Add up to 10 searching patterns (in regular expression format); PSAP will use these patterns to search on received calls and received result of location query and report the result of the search in its OMs. See sample figure below.

See samples in the figure below.

  • Evaluate whether a SUT uses a correct ESRK (Emergency Service Routing Key). Enter : *INVITE sip: [email protected].*
  • Evaluate whether received calls are initiated from a specific location EGCI (E-UTRAN Cell Global Identifier). EGCI is constructed from the MCC, MNC and ECI. Enter : P-Access-Network-Info:.*;utran-cell-id-3gpp=1112220000001.*
  • Evaluate whether received calls contain GeoPriv location. Enter : *<gp:location-info>.*
  • Evaluate whether received calls are initiated from "New York" city. Enter : *cl.*New York.*cl.*

Tcl Parameter: PsapSearchPattern_1