Commit 141072f8 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

PSAP changes and new TPs added

parent b9ecac28
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
module AtsPSAP_Pics {
  
  
  /**
   * @desc Does IUT configured for UDP?
   */
  modulepar boolean PICS_PSAP_S_SIP_UDP1 := false;
  
  /**
   * @desc Does IUT configured for TCP?
   */
  modulepar boolean PICS_PSAP_S_SIP_TCP1 := true;
  
  modulepar boolean PICS_PSAP_E_SIP_BSC1 := true;
  
  modulepar boolean PICS_PSAP_E_SIP_URN1 := true;
  
  modulepar boolean PICS_PSAP_E_SIP_URN3 := true;
  /**
   * @desc Does IUT support A-Law?
   */
  modulepar boolean PICS_PSAP_B_SDP_ALA1 := true;
  
  /**
   * @desc Does IUT support U-Law?
   */
  modulepar boolean PICS_PSAP_B_SDP_ULA1 := true;
  
  /**
   * @desc Does IUT support SIP OPTIONS?
   */
  modulepar boolean PICS_PSAP_S_SIP_OPT1 := true;
  
    /**
   * @desc Does the IUT support SIP registration
   */