Loading etc/AtsESRP/ESRP.cfg +5 −1 Original line number Diff line number Diff line Loading @@ -7,10 +7,14 @@ LibItsHttp_Pics.PICS_HEADER_CONTENT_TYPE := "application/json" ## Add HTTP Header with Testcase Name PX_ADD_TC_NAME_HTTP_HEADER := true PX_SIP_TRANSPORT := "TCP" # Only relevant for SIP Register Target Testcase PX_SIP_REGISTRATION := true # ATS Configuration PX_ESINET_TS_SUBSCRIBER_PORT := 5080 # SIP Port of the ATS PX_ESINET_TS_SUBSCRIBER_IPADDR := "127.0.0.1" # IP Address of the ATS [LOGGING] # In this section you can specify the name of the log file and the classes of events Loading mocks/AtsESRP/TARGET_SIP_REGISTER_BV_01/run.sh 0 → 100755 +2 −0 Original line number Diff line number Diff line rm -f *.log sipp -t t1 -trace_msg -m 1 -sf Scenario.xml No newline at end of file ttcn/AtsESRP/AtsESRP_TestCases.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -408,7 +408,7 @@ module AtsESRP_TestCases { group Registration { /** * @desc "IUT successfully forwards an incoming SIP INVITE to a fixed target" * @desc "IUT successfully forwards an incoming SIP INVITE to the registered target" */ testcase TC_ESRP_TARGET_SIP_REGISTER_BV_01() runs on HttpImsComponent system TestAdapter { // Local variables Loading Loading
etc/AtsESRP/ESRP.cfg +5 −1 Original line number Diff line number Diff line Loading @@ -7,10 +7,14 @@ LibItsHttp_Pics.PICS_HEADER_CONTENT_TYPE := "application/json" ## Add HTTP Header with Testcase Name PX_ADD_TC_NAME_HTTP_HEADER := true PX_SIP_TRANSPORT := "TCP" # Only relevant for SIP Register Target Testcase PX_SIP_REGISTRATION := true # ATS Configuration PX_ESINET_TS_SUBSCRIBER_PORT := 5080 # SIP Port of the ATS PX_ESINET_TS_SUBSCRIBER_IPADDR := "127.0.0.1" # IP Address of the ATS [LOGGING] # In this section you can specify the name of the log file and the classes of events Loading
mocks/AtsESRP/TARGET_SIP_REGISTER_BV_01/run.sh 0 → 100755 +2 −0 Original line number Diff line number Diff line rm -f *.log sipp -t t1 -trace_msg -m 1 -sf Scenario.xml No newline at end of file
ttcn/AtsESRP/AtsESRP_TestCases.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -408,7 +408,7 @@ module AtsESRP_TestCases { group Registration { /** * @desc "IUT successfully forwards an incoming SIP INVITE to a fixed target" * @desc "IUT successfully forwards an incoming SIP INVITE to the registered target" */ testcase TC_ESRP_TARGET_SIP_REGISTER_BV_01() runs on HttpImsComponent system TestAdapter { // Local variables Loading