Commit 484244a7 authored by garciay's avatar garciay
Browse files

STF471: Add PIXITs templates

STF471: source formatting (step1)
parent d7c4f1d2
Loading
Loading
Loading
Loading
+320 −264
Original line number Diff line number Diff line
@@ -23,6 +23,14 @@ module LibSip_PIXITS //MRO
  group SIP_PIXITparameters{
  group SDPParameter {

      /** @desc    charstring for SDP user name
      */
      modulepar charstring    PX_SIP_SDP_user_name := "voicesession";

      /** @desc charstring for SDP session identifier
      */
      modulepar charstring  PX_SIP_SDP_session_id := "30000";

      /** @desc    charstring for SDP dynamic port
      */
      modulepar charstring    PX_SIP_SDP_dyn := "0";
@@ -39,6 +47,54 @@ module LibSip_PIXITS //MRO
      */
      modulepar charstring    PX_SIP_SDP_encoding := "PCMU/8000";

      /** @desc charstring for SDP media type supported by the IUT 
      */
      modulepar charstring  PX_SIP_SDP_media_video := "video"; 

      /** @desc charstring for SDP media transport supported by the IUT 
      */
      modulepar charstring  PX_SIP_SDP_media_transport := "RTP/AVP"; 

      /** @desc charstring for SDP media transport supported by the IUT 
      */
      modulepar charstring  PX_SIP_SDP_media_transport_G722 := "G722/8000"; 

      /** @desc charstring for SDP media transport supported by the IUT 
      */
      modulepar charstring  PX_SIP_SDP_media_transport_PCMU := "PCMU/8000"; 

      /** @desc charstring for SDP media transport supported by the IUT 
      */
      modulepar charstring  PX_SIP_SDP_media_transport_PCMA := "PCMA/8000"; 

      /** @desc charstring for SDP media transport supported by the IUT 
      */
      modulepar charstring  PX_SIP_SDP_media_transport_AMR := "AMR"; 

      /** @desc charstring for SDP media transport supported by the IUT 
      */
      modulepar charstring  PX_SIP_SDP_media_transport_Cle := "CLEARMODE/8000"; 

      /** @desc charstring for SDP media transport supported by the IUT 
      */
      modulepar charstring  PX_SIP_SDP_media_transport_Exp := "X-Experimental/180000"; 

      /** @desc charstring for SDP media attribute supported by the IUT 
      */
      modulepar charstring  PX_SIP_SDP_media_attribute_Exp := "99 " & PX_SIP_SDP_media_transport_Exp; 

      /** @desc    charstring for SDP media attribute encoding supported by the IUT 
      */
      modulepar charstring    PX_SIP_SDP_encoding_attribute_G222 := "9 " & PX_SIP_SDP_media_transport_G722; 

      /** @desc charstring for SDP media attribute encoding supported by the IUT 
      */
      modulepar charstring  PX_SIP_SDP_encoding_attribute_PCMU := "0 " & PX_SIP_SDP_media_transport_PCMU; 

      /** @desc charstring for SDP media attribute encoding supported by the IUT 
      */
      modulepar charstring  PX_SIP_SDP_encoding_attribute_PCMA := "8 " & PX_SIP_SDP_media_transport_PCMA; 

      /** @desc    charstring for SDP media attribute encoding unavailable by the IUT 
      */
      modulepar charstring    PX_SIP_SDP_encoding_unavail := "GSM/8000"; // f_Sip_TC2105_IS___xx__U18
+3121 −3778

File changed.

Preview size limit exceeded, changes collapsed.