Loading mocks/esrp/FIXED_TARGET_SIP_INVITE_BV_01/Outgoing.xml 0 → 100644 +57 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE scenario SYSTEM "sipp.dtd"> <!-- This program is free software; you can redistribute it and/or --> <!-- modify it under the terms of the GNU General Public License as --> <!-- published by the Free Software Foundation; either version 2 of the --> <!-- License, or (at your option) any later version. --> <!-- --> <!-- This program is distributed in the hope that it will be useful, --> <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of --> <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --> <!-- GNU General Public License for more details. --> <!-- --> <!-- You should have received a copy of the GNU General Public License --> <!-- along with this program; if not, write to the --> <!-- Free Software Foundation, Inc., --> <!-- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --> <!-- --> <!-- Sipp default 'uac' scenario. --> <!-- --> <scenario name="Basic Sipstone UAC"> <!-- In client mode (sipp placing calls), the Call-ID MUST be --> <!-- generated by sipp. To do so, use [call_id] keyword. --> <send> <![CDATA[ INVITE sip:[service]@127.0.0.1:5080 SIP/2.0 Via: SIP/2.0/TCP [local_ip]:[local_port] From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number] To: sut <sip:[service]@127.0.0.1:5080> Call-ID: [call_id] Cseq: 1 INVITE Contact: sip:sipp@[local_ip]:[local_port] Max-Forwards: 70 Subject: Performance Test Content-Type: application/sdp Content-Length: [len] v=0 o=FAST_V2R1 2006 2007 IN IP4 155.11.49.64 s=- t=0 0 m=audio 10500 RTP/AVP 8 0 18 4 96 97 c=IN IP4 conftest.plugtests.net a=rtpmap:0 PCMU/8000 a=rtpmap:18 G729/8000 a=rtpmap:4 G723/8000 a=rtpmap:96 AMR/8000 a=rtpmap:97 telephone-event/8000 a=fmtp:97 0-15 a=sendrecv ]]> </send> </scenario> mocks/esrp/FIXED_TARGET_SIP_INVITE_BV_01/Scenario.xml 0 → 100644 +32 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE scenario SYSTEM "sipp.dtd"> <!-- This program is free software; you can redistribute it and/or --> <!-- modify it under the terms of the GNU General Public License as --> <!-- published by the Free Software Foundation; either version 2 of the --> <!-- License, or (at your option) any later version. --> <!-- --> <!-- This program is distributed in the hope that it will be useful, --> <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of --> <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --> <!-- GNU General Public License for more details. --> <!-- --> <!-- You should have received a copy of the GNU General Public License --> <!-- along with this program; if not, write to the --> <!-- Free Software Foundation, Inc., --> <!-- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --> <!-- --> <!-- Sipp default 'uac' scenario. --> <!-- --> <scenario name="Basic Sipstone UAC"> <!-- In client mode (sipp placing calls), the Call-ID MUST be --> <!-- generated by sipp. To do so, use [call_id] keyword. --> <recv request="INVITE"> <action> <exec command="./onInvite.sh"></exec> </action> </recv> </scenario> mocks/esrp/FIXED_TARGET_SIP_INVITE_BV_01/onInvite.sh 0 → 100755 +2 −0 Original line number Diff line number Diff line echo "Simulate Proxy" sipp -t t1 -trace_msg -m 1 -sf Outgoing.xml 127.0.0.1:5080 No newline at end of file ttcn/AtsESRP/AtsESRP_Pics.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -17,11 +17,19 @@ module AtsESRP_Pics { */ modulepar boolean PICS_ESRP_HELD := true; /** * @desc Does the IUT support HELD Location By Reference? */ modulepar boolean PICS_ESRP_HELD_LOCATION_REFERENCE := true /** * @desc Does the IUT support Dequeue Registration? */ modulepar boolean PICS_ESRP_TARGET_DEQUEUE_REGISTRATION_SUPPORT := true; /** * @desc Does the IUT support the configuration of fixed targets? */ modulepar boolean PICS_ESRP_FIXED_TARGET_SUPPORT := true /** * @desc HTTP post URI for LIS protocol Loading ttcn/AtsESRP/AtsESRP_Pixits.ttcn +4 −1 Original line number Diff line number Diff line Loading @@ -30,13 +30,16 @@ module AtsESRP_Pixits { modulepar XSD.AnyURI PX_MAPPING_SOURCE_ID := "1d2af31b-4f75-4277-871a-dd3fad15b002"; modulepar XSD.String PX_MAPPING_DISPLAY_NAME := "Police"; // Target (NAPTR Record) // ECRF Redirect Target (NAPTR Record) modulepar XSD.String PX_REDIRECT_TARGET := "ecrf2.testcomponent.esinet.io"; // LIS Test System Defaults modulepar charstring PX_TS_LIS_SCHEME := "http"; modulepar charstring PX_TS_LIS_DEREFERENCE := "//localhost:8084/660bc838-882e-4683-8241-af26bb5960d8" // needs to be correlated with lis port // ECRF Fixed Target // Debug modulepar boolean PX_ADD_TC_NAME_HTTP_HEADER := false; Loading Loading
mocks/esrp/FIXED_TARGET_SIP_INVITE_BV_01/Outgoing.xml 0 → 100644 +57 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE scenario SYSTEM "sipp.dtd"> <!-- This program is free software; you can redistribute it and/or --> <!-- modify it under the terms of the GNU General Public License as --> <!-- published by the Free Software Foundation; either version 2 of the --> <!-- License, or (at your option) any later version. --> <!-- --> <!-- This program is distributed in the hope that it will be useful, --> <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of --> <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --> <!-- GNU General Public License for more details. --> <!-- --> <!-- You should have received a copy of the GNU General Public License --> <!-- along with this program; if not, write to the --> <!-- Free Software Foundation, Inc., --> <!-- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --> <!-- --> <!-- Sipp default 'uac' scenario. --> <!-- --> <scenario name="Basic Sipstone UAC"> <!-- In client mode (sipp placing calls), the Call-ID MUST be --> <!-- generated by sipp. To do so, use [call_id] keyword. --> <send> <![CDATA[ INVITE sip:[service]@127.0.0.1:5080 SIP/2.0 Via: SIP/2.0/TCP [local_ip]:[local_port] From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number] To: sut <sip:[service]@127.0.0.1:5080> Call-ID: [call_id] Cseq: 1 INVITE Contact: sip:sipp@[local_ip]:[local_port] Max-Forwards: 70 Subject: Performance Test Content-Type: application/sdp Content-Length: [len] v=0 o=FAST_V2R1 2006 2007 IN IP4 155.11.49.64 s=- t=0 0 m=audio 10500 RTP/AVP 8 0 18 4 96 97 c=IN IP4 conftest.plugtests.net a=rtpmap:0 PCMU/8000 a=rtpmap:18 G729/8000 a=rtpmap:4 G723/8000 a=rtpmap:96 AMR/8000 a=rtpmap:97 telephone-event/8000 a=fmtp:97 0-15 a=sendrecv ]]> </send> </scenario>
mocks/esrp/FIXED_TARGET_SIP_INVITE_BV_01/Scenario.xml 0 → 100644 +32 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE scenario SYSTEM "sipp.dtd"> <!-- This program is free software; you can redistribute it and/or --> <!-- modify it under the terms of the GNU General Public License as --> <!-- published by the Free Software Foundation; either version 2 of the --> <!-- License, or (at your option) any later version. --> <!-- --> <!-- This program is distributed in the hope that it will be useful, --> <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of --> <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --> <!-- GNU General Public License for more details. --> <!-- --> <!-- You should have received a copy of the GNU General Public License --> <!-- along with this program; if not, write to the --> <!-- Free Software Foundation, Inc., --> <!-- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --> <!-- --> <!-- Sipp default 'uac' scenario. --> <!-- --> <scenario name="Basic Sipstone UAC"> <!-- In client mode (sipp placing calls), the Call-ID MUST be --> <!-- generated by sipp. To do so, use [call_id] keyword. --> <recv request="INVITE"> <action> <exec command="./onInvite.sh"></exec> </action> </recv> </scenario>
mocks/esrp/FIXED_TARGET_SIP_INVITE_BV_01/onInvite.sh 0 → 100755 +2 −0 Original line number Diff line number Diff line echo "Simulate Proxy" sipp -t t1 -trace_msg -m 1 -sf Outgoing.xml 127.0.0.1:5080 No newline at end of file
ttcn/AtsESRP/AtsESRP_Pics.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -17,11 +17,19 @@ module AtsESRP_Pics { */ modulepar boolean PICS_ESRP_HELD := true; /** * @desc Does the IUT support HELD Location By Reference? */ modulepar boolean PICS_ESRP_HELD_LOCATION_REFERENCE := true /** * @desc Does the IUT support Dequeue Registration? */ modulepar boolean PICS_ESRP_TARGET_DEQUEUE_REGISTRATION_SUPPORT := true; /** * @desc Does the IUT support the configuration of fixed targets? */ modulepar boolean PICS_ESRP_FIXED_TARGET_SUPPORT := true /** * @desc HTTP post URI for LIS protocol Loading
ttcn/AtsESRP/AtsESRP_Pixits.ttcn +4 −1 Original line number Diff line number Diff line Loading @@ -30,13 +30,16 @@ module AtsESRP_Pixits { modulepar XSD.AnyURI PX_MAPPING_SOURCE_ID := "1d2af31b-4f75-4277-871a-dd3fad15b002"; modulepar XSD.String PX_MAPPING_DISPLAY_NAME := "Police"; // Target (NAPTR Record) // ECRF Redirect Target (NAPTR Record) modulepar XSD.String PX_REDIRECT_TARGET := "ecrf2.testcomponent.esinet.io"; // LIS Test System Defaults modulepar charstring PX_TS_LIS_SCHEME := "http"; modulepar charstring PX_TS_LIS_DEREFERENCE := "//localhost:8084/660bc838-882e-4683-8241-af26bb5960d8" // needs to be correlated with lis port // ECRF Fixed Target // Debug modulepar boolean PX_ADD_TC_NAME_HTTP_HEADER := false; Loading