blob: 1b7f07241246fb70873e3bd373619546203212f0 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001<?xml version="1.0" encoding="ISO-8859-1" ?>
2<!DOCTYPE scenario SYSTEM "sipp.dtd">
3
4<scenario name="MESSAGE request without message body">
5 <send retrans="500">
6 <![CDATA[
7
8 MESSAGE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
9 Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
10 From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
11 To: sut <sip:[service]@[remote_ip]:[remote_port]>
12 Call-ID: [call_id]
13 CSeq: 1 MESSAGE
14 Contact: sip:sipp@[local_ip]:[local_port]
15 Max-Forwards: 70
16 Subject: Message without body
17 Content-Length: 0
18
19 ]]>
20 </send>
21
22 <recv response="200" rtd="true">
23 </recv>
24
25 <!-- definition of the response time repartition table (unit is ms) -->
26 <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
27
28 <!-- definition of the call length repartition table (unit is ms) -->
29 <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
30
31</scenario>
32