diff --git a/sipp/csv/uac.csv b/sipp/csv/uac.csv
index 0501aa6..5bd4596 100644
--- a/sipp/csv/uac.csv
+++ b/sipp/csv/uac.csv
@@ -1,2 +1,2 @@
SEQUENTIAL
-111111111111111;Password
+bbb;bbb
diff --git a/sipp/defines b/sipp/defines
index 9c788e4..d04927d 100644
--- a/sipp/defines
+++ b/sipp/defines
@@ -22,17 +22,17 @@ UAS_XML=uas.xml
################################## SIP/RTP ###################################
-SRV_SIP_IP=127.0.0.1
+SRV_SIP_IP=ims.mnc001.mcc001.3gppnetwork.org
SRV_SIP_PORT=5060
-UAC_SIP_IP=127.0.0.1
+UAC_SIP_IP=192.168.100.26
UAC_SIP_PORT=1111
-UAS_SIP_IP=127.0.0.1
+UAS_SIP_IP=192.168.100.26
UAS_SIP_PORT=2222
-UAC_RTP_IP=127.0.0.1
+UAC_RTP_IP=192.168.100.26
UAC_RTP_PORT=3333
-UAS_RTP_IP=127.0.0.1
+UAS_RTP_IP=192.168.100.26
UAS_RTP_PORT=4444
diff --git a/sipp/uac.sh b/sipp/uac.sh
index 75fd95d..900a84c 100755
--- a/sipp/uac.sh
+++ b/sipp/uac.sh
@@ -31,10 +31,10 @@ uac_start() {
-d $MESSAGES_PAUSE \
-m $MESSAGES \
-i $UAC_SIP_IP -p $UAC_SIP_PORT \
- -mi $UAC_RTP_IP -mp $UAC_RTP_PORT \
-sf "$DIR_TEST/$UAC_XML" \
-inf "$DIR_CSV/$UAC_CSV" \
-inf "$DIR_CSV/$UAS_CSV" \
+ -key domain ims.mnc001.mcc001.3gppnetwork.org \
$SRV_SIP_IP:$SRV_SIP_PORT
}
@@ -49,10 +49,10 @@ uac_start_bg() {
-d $MESSAGES_PAUSE \
-m $MESSAGES \
-i $UAC_SIP_IP -p $UAC_SIP_PORT \
- -mi $UAC_RTP_IP -mp $UAC_RTP_PORT \
-sf "$DIR_TEST/$UAC_XML" \
-inf "$DIR_CSV/$UAC_CSV" \
-inf "$DIR_CSV/$UAS_CSV" \
+ -key domain ims.mnc001.mcc001.3gppnetwork.org \
$SRV_SIP_IP:$SRV_SIP_PORT &> /dev/null &
}
diff --git a/sipp/uas.sh b/sipp/uas.sh
index 8bce670..926da5e 100755
--- a/sipp/uas.sh
+++ b/sipp/uas.sh
@@ -31,9 +31,9 @@ uas_start() {
-d $MESSAGES_PAUSE \
-m $MESSAGES \
-i $UAS_SIP_IP -p $UAS_SIP_PORT \
- -mi $UAS_RTP_IP -mp $UAS_RTP_PORT \
-sf "$DIR_TEST/$UAS_XML" \
-inf "$DIR_CSV/$UAS_CSV" \
+ -key domain ims.mnc001.mcc001.3gppnetwork.org \
$SRV_SIP_IP:$SRV_SIP_PORT
}
@@ -48,9 +48,9 @@ uas_start_bg() {
-d $MESSAGES_PAUSE \
-m $MESSAGES \
-i $UAS_SIP_IP -p $UAS_SIP_PORT \
- -mi $UAS_RTP_IP -mp $UAS_RTP_PORT \
-sf "$DIR_TEST/$UAS_XML" \
-inf "$DIR_CSV/$UAS_CSV" \
+ -key domain ims.mnc001.mcc001.3gppnetwork.org \
$SRV_SIP_IP:$SRV_SIP_PORT &> /dev/null &
}
diff --git a/sipp/xml/reg/uac.xml b/sipp/xml/reg/uac.xml
index 5cbfae6..f0baaf1 100644
--- a/sipp/xml/reg/uac.xml
+++ b/sipp/xml/reg/uac.xml
@@ -20,13 +20,13 @@
;tag=[pid]
- To: [$uac_number]
+ From: [$uac_number] ;tag=[pid]
+ To: [$uac_number]
Call-ID: [call_id]
CSeq: 1 REGISTER
- Contact: [$uac_number]
+ Contact:
Max-Forwards: 70
Subject: Performance Test
Expires: 3600
@@ -36,10 +36,9 @@
]]>
+
-
-
@@ -52,13 +51,13 @@
;tag=[pid]
- To: [$uac_number]
+ From: [$uac_number] ;tag=[pid]
+ To: [$uac_number]
Call-ID: [call_id]
CSeq: 1 REGISTER
- Contact: [$uac_number]
+ Contact:
Max-Forwards: 70
[authentication username="[$uac_number]" password="[$uac_passwd]"]
Subject: Performance Test
@@ -69,14 +68,14 @@
]]>
+
-
-
+
diff --git a/sipp/xml/sub/uac.xml b/sipp/xml/sub/uac.xml
new file mode 100644
index 0000000..4a2debb
--- /dev/null
+++ b/sipp/xml/sub/uac.xml
@@ -0,0 +1,359 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ;tag=[pid]
+ To: [$uac_number]
+ Call-ID: [call_id]
+ CSeq: 1 SUBSCRIBE
+ Contact:
+ Expires: 2000
+ Event: ua-profile
+ Max-Forwards: 70
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ Content-Type: application/sdp
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ ;tag=[pid]
+ To: [$uac_number]
+ Call-ID: [call_id]
+ CSeq: 3 SUBSCRIBE
+ Contact:
+ Expires: 1000
+ Event: message-summary
+ Max-Forwards: 70
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ Content-Type: application/sdp
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ ;tag=[pid]
+ To: [$uac_number]
+ Call-ID: [call_id]
+ CSeq: 5 SUBSCRIBE
+ Contact:
+ Expires: 2100
+ Event: ua-profile
+ Max-Forwards: 70
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ Content-Type: application/sdp
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ ;tag=[pid]
+ To: [$uac_number]
+ Call-ID: [call_id]
+ CSeq: 7 SUBSCRIBE
+ Contact:
+ Expires: 3100
+ Event: message-summary
+ Max-Forwards: 70
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ Content-Type: application/sdp
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+ ;tag=[pid]
+ To: [$uac_number]
+ Call-ID: [call_id]
+ CSeq: 9 SUBSCRIBE
+ Contact:
+ Expires: 0
+ Event: ua-profile
+ Max-Forwards: 70
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ Content-Type: application/sdp
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ ;tag=[pid]
+ To: [$uac_number]
+ Call-ID: [call_id]
+ CSeq: 11 SUBSCRIBE
+ Contact:
+ Expires: 0
+ Event: message-summary
+ Max-Forwards: 70
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ Content-Type: application/sdp
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+ ;tag=[pid]
+ To: [$uac_number]
+ Call-ID: [call_id]
+ CSeq: 13 SUBSCRIBE
+ Contact:
+ Expires: 0
+ Event: ua-profile
+ Max-Forwards: 70
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ Content-Type: application/sdp
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ ;tag=[pid]
+ To: [$uac_number]
+ Call-ID: [call_id]
+ CSeq: 15 SUBSCRIBE
+ Contact:
+ Expires: 0
+ Event: message-summary
+ Max-Forwards: 70
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+ Content-Type: application/sdp
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+