>
>   Hi All,
>
> I am using SIPp as UAC and I have the Open IMS Core installed in UBUNTU as
> UAS.
>
> When I tried sending a MESSAGE I intend to siumlate a scenario where the
> IMS needs to send an error code 502 and 503.
>

    Please help me simulate the scenario using SIPp. I am attaching the
sample xml file used to send a MESSAGE.

>
> Thanks,
> Shemida
>
>
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">

<scenario name="Simple IMS Message, client-side">
	
<send retrans="500">
<![CDATA[
REGISTER sip:open-ims.test SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 20
From: "bob" <sip:b...@open-ims.test>;tag=[call_number]
To: "bob" <sip:b...@open-ims.test>
P-Access-Network-Info: 3GPP-UTRAN-FDD;utran-cell-id-3gpp=C359A3913B20E
Call-ID: reg///[call_id]
CSeq: 1 REGISTER
Contact: <sip:b...@[local_ip]:[local_port]>;+g.3gpp2.smsip
Expires: 300
Content-Length: 0
User-Agent: Sipp v1.1-TLS, version 20061124
Authorization: Digest username="b...@open-ims.test", realm="open-ims.test"
Supported: path
]]>
</send>

<recv response="401" auth="true">
</recv>
	
<send retrans="500">
<![CDATA[
REGISTER sip:open-ims.test SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Route: [$1]
Max-Forwards: 20
From: "bob" <sip:b...@open-ims.test>;tag=[call_number]
To: "bob" <sip:b...@open-ims.test>
P-Access-Network-Info: 3GPP-UTRAN-FDD;utran-cell-id-3gpp=C359A3913B20E
Call-ID: reg///[call_id]
CSeq: 2 REGISTER
Contact: <sip:b...@[local_ip]:[local_port]>;+g.3gpp2.smsip
Expires: 300
Content-Length: 0
User-Agent: Sipp v1.1-TLS, version 20061124
[authentication username=...@open-ims.test password=bob]
Supported: path
]]>
</send>

<recv response="200">
<action>
<ereg regexp=".*" search_in="hdr" header="Service-Route:" assign_to="1" />
</action>
</recv>
	
<pause milliseconds="3000" crlf="true" />


<send retrans="500">
<![CDATA[
MESSAGE sip:al...@open-ims.test SIP/2.0
Call-ID: [call_id]
CSeq: 5 MESSAGE
From: <sip:b...@open-ims.test>;tag=[call_number]
To: <sip:al...@open-ims.test>
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 20
Route: [$1]
Content-Type: application/vnd.3gpp2.sms
Request-Disposition: no-fork
User-Agent: Sipp v1.1-TLS, version 20061124
Content-Length: 18

this is a test 3GPP2 sms.
]]>
</send>

<recv response="100" optional="true">
</recv>

<recv response="180" optional="true">
</recv>

<recv response="200" rrs="true">
</recv>


<!-- definition of the response time repartition table (unit is ms)   -->
<ResponseTimeRepartition value="10, 20"/>
	
<!-- definition of the call length repartition table (unit is ms)     -->
<CallLengthRepartition value="10"/>
	
</scenario>


------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to