In AMF Nodal, IP Application Node, MME Nodal and Network Host for WebRTC testing. The WebRTC Flows tab on the WebRTC Interface allows for HTTP Message editor to WebRTC to cover the control messages in the call flow.
Refer to RFC 5389 for Session Traversal Utilities for NAT (STUN) and RFC 6455 for WebSocket Protocol.
HTTP Messages HTTP Flow:
|
HTTP SCRIPT: HTTP Supplementary Script - Create HTTP tests using Scripts and Actions HTTP Message Editor (Right pane)
|
The HTTP tab | HTTP Messages pane displays two columns/panes. The left pane displays HTTP message flows line diagram and the right column/pane displays the relevant message header and message body content. When you click on a message (of a flow) in the left pane, the message is highlighted and on the right column/pane, displays the HTTP message headers and Body (HTTP message body, where applicable) for the highlighted message.
A default configuration is displayed as a template and allows you to modify HTTP headers and body (XML Body), where applicable. (A template is displayed for every HTTP message available to be modified).
Open a HTTP Flow Template |
Click
|
|
Save as Data Profile Template |
Click to
|
|
Pop-up HTTP Flow |
Click to |
|
HTTP Flow Line Diagram |
Click on any HTTP Flow Message (left column) to enable HTTP Message editor (right column):
|
The HTTP Call Flow (Left Pane) shows a flow of messages expected for a current test configuration. When you select a message in the flow control area, default HTTP templates are shown in the editing windows (Right Pane).
The line diagram illustrates standard representation of the selected message. Each message (represented by a horizontal line) includes a text string (Field) or a combination of a text string and predefined parameter type (Filler; shown in blue on the right pane).
Use Default |
Selected by default. When selected, default content of HTTP headers and HTTP body are used in the test case. When not selected, the template will be used to replace the default message content. |
|
HTTP Flow Line Diagram |
Click on any HTTP Flow Message (left column) to enable HTTP Message editor (right column)
|
Use Default |
When selected, for all messages in the test case, Use Default is disabled for individual message (on the Right Pane). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
When not selected, individual message editor will be enabled for configuration. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Reset, Field+ (list), and Filler+ (list) |
Available when Use Default is not selected. The Reset, Field+ , and Filler+ buttons help you with the editing process. You may replace the original Fields and Fillers in the message Header/Body by any text. See list of Message Header/Body.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Conditional Parameters (used when parameters used in your template do not exist in the original message) |
Since a configurable HTTP message is generated from an existing message, some parameters used in your template may not exist in the original message. You may use “…-if” parameter to take care of such cases.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Example HTTP Header and Template |
WEBRTC_HTTP_REQ_REG_SRV
GET /reg_srv?code={oauth-author-code}&state={state}&session_num={oauth-sess-num}&user_id={oauth-user-id} HTTP/1.1{CR} {LF} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Example XML Body |
WEBRTC_HTTP_RESP_CALL_SUBS {"vvoipNotificationSubscription":{"callbackReference":{"notifyURL":"http:/webrtc.spirent.com:80mavnotifyserver{CR} estapiv1223A9880F180B192757B75F1811F7B731E9D318B19739D914393A2FC00000000channelsmavch0","callbackData":"vvoip","notificationFormat":"JSON"},"duration":650,"clientCorrelator":"0","resourceURL":"http:/webrtc.spirent.com:80vvoipvvoipv1223A9880F180B192757B75F1811F7B731E9D318B19739D914393A2FC00000000subscriptionssub-7-396-1-1-0"}} |
The HTTP Supplementary option provides users with a way for creating HTTP tests using scripts and actions.
The main advantage of using scripts and actions; is to allow users creating different HTTP message flows tailored to their particular test environments.
Currenty there are no scripts and actions for WebRTC.
Initialization
WEBRTC_HTTP_REQ_INIT
WEBRTC_HTTP_RESP_INIT
|
WEBRTC_HTTP_REQ_INIT Header: GET {webrtc-srv-url} HTTP/1.1{CR} {LF}
WEBRTC_HTTP_RESP_INIT Header: HTTP/1.1 303 See Other{CR} {LF} |
Register Server
WEBRTC_HTTP_REQ_REG_SRV
WEBRTC_HTTP_RESP_REG_SRV
|
WEBRTC_HTTP_REQ_REG_SRV Header: GET /reg_srv?code={oauth-author-code}{oauth-author-code}&state={state}&session_num={oauth-sess-num}&user_id={oauth-user-id} HTTP/1.1{CR} {LF}
WEBRTC_HTTP_RESP_INIT Header: HTTP/1.1 303 See Other{CR} {LF} location:http:/webrtc.spirent.comwrcprohome.html?clientId={client-id}&sessionId={session-id}&nodeFqdn=webrtc.spirent.com{CR} {LF} Server: Spirent Landslide
|
Create Channel
WEBRTC_HTTP_REQ_CHAN_CREATE
WEBRTC_HTTP_RESP_CHAN_CREATE |
WEBRTC_HTTP_REQ_CHAN_CREATE Header: POST /mavnotifyserver/notificationchannel/v1/{session-id}/channels HTTP/1.1{CR} {LF} Body: {"notificationChannel":{"applicationTag":"UAG","channelData":{"maxNotifications":1,"type":"WebSocketData"},"channelLifetime":2592000,"channelType":"WebSockets","clientCorrelator":"{client-correlator}"}} WEBRTC_HTTP_RESP_CHAN_CREATE Header: HTTP/1.1 201 Created{CR} {LF} Body: {"notificationChannel":{"applicationTag":"UAG","callbackURL":"http://{webrtc-srv-name}:{http-port}/mavnotifyserver/restapi/v1/{session-id}/channels/mavch{client-correlator}"channelData":{"channelURL":"ws://{webrtc-srv-name}:{websocket-port}/ws/channelCreateUrl/notificationchannel/v1/{session-id}/channels/mavch{client-correlator}/notifications","maxNotifications":1,"type":"WebSocketData"},"channelLifetime":3600,"channelType":"WebSockets","clientCorrelator":"{client-correlator}","resourceURL":"http://{webrtc-srv-name}:{http-port}/mavnotifyserver/notificationchannel/v1/{session-id}/channels/mavch{client-correlator}"}} |
Setup Websocket
WEBRTC_HTTP_REQ_SETUP_WEBSOCKET
WEBRTC_HTTP_RESP_SETUP_WEBSOCKET |
WEBRTC_HTTP_REQ_SETUP_WEBSOCKET Header: GET {websocket-url} HTTP/1.1{CR} {LF} WEBRTC_HTTP_RESP_SETUP_WEBSOCKET Header: HTTP/1.1 101 Switching Protocols{CR} {LF} |
Initiate Registration
WEBRTC_HTTP_REQ_INIT_REG
WEBRTC_HTTP_RESP_INIT_REG |
WEBRTC_HTTP_REQ_INIT_REG Header: GET /racm/v1/{session-id}lineinfo?clientId={client-id} HTTP/1.1{CR} {LF}
WEBRTC_HTTP_RESP_INIT_REG Header: HTTP/1.1 200 OK{CR} {LF} |
Call Subscription
WEBRTC_HTTP_REQ_CALL_SUBS
WEBRTC_HTTP_RESP_CALL_SUBS |
WEBRTC_HTTP_REQ_CALL_SUBS Header: POST /vvoip/vvoip/v1/{session-id}/subscriptions HTTP/1.1{CR} {LF} Body: {"vvoipNotificationSubscription":{"callbackReference":{"notifyURL":"{callback-url}","callbackData":"vvoip","notificationFormat":"JSON"},"duration":650,"clientCorrelator":"{client-correlator}","resourceURL":""}}
WEBRTC_HTTP_RESP_CALL_SUBS Header: HTTP/1.1 201 Created{CR} {LF} Body: {"vvoipNotificationSubscription":{"callbackReference":{"notifyURL":"http:/webrtc.spirent.com:80mavnotifyserver{CR} estapiv1223A9880F180B192757B75F1811F7B731E9D318B19739D914393A2FC00000000channelsmavch0","callbackData":"vvoip","notificationFormat":"JSON"},"duration":650,"clientCorrelator":"0","resourceURL":"http:/webrtc.spirent.com:80vvoipvvoipv1223A9880F180B192757B75F1811F7B731E9D318B19739D914393A2FC00000000subscriptionssub-7-396-1-1-0"}}
|
Chat Subscription
WEBRTC_HTTP_REQ_CHAT_SUBS
WEBRTC_HTTP_RESP_CHAT_SUBS |
WEBRTC_HTTP_REQ_CHAT_SUBS Header: POST /chat/chat/v1/{session-id}/subscriptions HTTP/1.1{CR} {LF} Body: {"chatNotificationSubscription":{"callbackReference":{"notifyURL":"{callback-url}","callbackData":"chat","notificationFormat":"JSON"},"duration":650,"clientCorrelator":"{client-correlator}","resourceURL":""}}
WEBRTC_HTTP_RESP_CHAT_SUBS Header: HTTP/1.1 201 Created{CR} {LF} Content-Length: {content-length}{CR} {LF} Body: {"chatNotificationSubscription":{"callbackReference":{"notifyURL":"http://webrtc.spirent.com:80/mavnotifyserver/restapiv1/{client-id}/chat/notifications1111","callbackData":"chat","notificationFormat":"JSON"},"duration":650,","resourceURL":"http://webrtc.spirent.com:80/chat/chat/v1/{client-id}/subscriptions/{chat-subscription-id}"}}
|
Registration Subscription
WEBRTC_HTTP_REQ_REG_SUBS
WEBRTC_HTTP_RESP_REG_SUBS |
WEBRTC_HTTP_REQ_REG_SUBS Header: POST /racm/v1/{session-id}/subscriptions HTTP/1.1{CR} {LF} Content-Length: {content-length}{CR} {LF} Referer: {referer}{CR} {LF} Body: {"racmNotificationSubscription":{"callbackReference":{"callbackData":"vvoip","notificationFormat":"JSON","notifyURL":"{callback-url}"},"clientCorrelator":"{client-correlator}","duration":3600,"resourceURL":"{notify-url}"}} WEBRTC_HTTP_RESP_REG_SUBS Header: HTTP/1.1 201 Created{CR} {LF} Body: {"racmNotificationSubscription":{"callbackReference":{"notifyURL":"http","callbackData":"vvoip","notificationFormat":"JSON"},"duration":3600,"clientCorrelator":"{client-correlator}","resourceURL":"http://{webrtc-srv-name}:{http-port}/racm/v1/{session-id}/subscriptions/subId01\"}} |
Capability Discovery
WEBRTC_HTTP_REQ_CAP_DISC
WEBRTC_HTTP_RESP_CAP_DISC |
WEBRTC_HTTP_REQ_CAP_DISC Header: POST /capabilitydiscovery/v1/{session-id}/capabilitySources HTTP/1.1{CR} {LF} Body: {"capabilitySource":{"serviceCapability":[{"capabilityId":"IPVoiceCall","status":"Enabled"},{"capabilityId":"IPVideoCall","status":"Enabled"},{"capabilityId":"StandaloneMessaging","status":"Enabled"},{"capabilityId":"Chat","status":"Enabled"},{"capabilityId":"FileTransfer","status":"Enabled"},{"capabilityId":"Racm","status":"Enabled"},{"capabilityId":"USSD","status":"Enabled"}],"{client-correlator}":"0"}
WEBRTC_HTTP_RESP_CAP_DISC Header: HTTP/1.1 201 Created{CR} {LF} Body: {"capabilitySource":{"clientCorrelator":"0","duration":0,"resourceURL":"http:/webrtc.spirent.com:80capabilitydiscoveryv1223A9880F180B192757B75F1811F7B731E9D318B19739D914393A2FC00000000capabilitySourcescapSrcId-7-396-1-1-0","serviceCapability":[{"capabilityId":"IPVoiceCall","status":"Enabled"},{"capabilityId":"IPVideoCall","status":"Enabled"},{"capabilityId":"StandaloneMessaging","status":"Enabled"},{"capabilityId":"Chat","status":"Enabled"},{"capabilityId":"FileTransfer","status":"Enabled"}]}} |
Put Capability
WEBRTC_HTTP_REQ_CAP_DISC
WEBRTC_HTTP_RESP_CAP_DISC |
WEBRTC_HTTP_REQ_PUT_CAP Header: PUT /capabilitydiscovery/v1/{session-id}/capabilitySources/{cap-resource-id} HTTP/1.1{CR} {LF} X-Client-ID: {client-id}{CR} {LF} Body: {"capabilitySource":{"serviceCapability":[{"capabilityId":"IPVoiceCall","status":"Enabled"},{"capabilityId":"IPVideoCall","status":"Enabled"},{"capabilityId":"StandaloneMessaging","status":"Enabled"},{"capabilityId":"Chat","status":"Enabled"},{"capabilityId":"FileTransfer","status":"Enabled"},{"capabilityId":"Racm","status":"Enabled"},{"capabilityId":"USSD","status":"Enabled"}],"client-correlator":"{client-correlator}"}} WEBRTC_HTTP_RESP_PUT_CAP Header: HTTP/1.1 200 OK{CR} {LF} Body: {"capabilitySource":{"clientCorrelator":"","duration":0,"resourceURL":"http://:/capabilitydiscovery/v1//capabilitySources/","serviceCapability":[{"capabilityId":"IPVoiceCall","status":"Enabled"},{"capabilityId":"IPVideoCall","status":"Enabled"},{"capabilityId":"StandaloneMessaging","status":"Enabled"},{"capabilityId":"Chat","status":"Enabled"},{"capabilityId":"FileTransfer","status":"Enabled"}]}} |
Registration
WEBRTC_HTTP_REQ_REG
WEBRTC_HTTP_RESP_REG |
WEBRTC_HTTP_REQ_REG Header: POST /racm/v1/{session-id}/registration?clientId={client-id} HTTP/1.1{CR} {LF} Body: {"registrationInformation":{"regInfo":[{"lineId":"line1","email":"{email1}","msisdn":"{msisdn1}"},{"lineId":"line2","email":"{email2}","msisdn":"{msisdn2}"}],"pnsEnabled": "false","pnsExtendedCapability": false}}
WEBRTC_HTTP_RESP_REG Header: HTTP/1.1 200 OK{CR} {LF} Body: {"registrationInformation":{"resourceURL":"http://{webrtc-srv-name}:{http-port}/racm/v1/{session-id}/registration/Reg001",","clientIP":"{client-ip}","regInfo":[{"msisdn":"{msisdn1}","lineId":"line1","email":"{email1}","regStatus":{"duration":3500,"registrationState":"Registered"},"instanceList":{"Instance":{"instanceId":"urn:uuid:112b425c-aaa-4b36-aed9-2aa2740d3455","status":"active"}},"isSim":"false","permissionChangeTrigger":"false"},{"msisdn":"{msisdn2}","lineId":"line2","email":"{email2}","regStatus":{"duration":3500,"registrationState":"Registered"},"isSim":"false","permissionChangeTrigger":"false"}]}} |
MMS Subscription
WEBRTC_HTTP_REQ_MMS_SUBS
WEBRTC_HTTP_RESP_MMS_SUBS |
WEBRTC_HTTP_REQ_MMS_SUBS Header: POST /nms/v1/myStore/{session-id}/subscriptions HTTP/1.1{CR} {LF} Body: {"nmsSubscription":{"callbackReference":{"callbackData":"nms","notifyURL":"{callback-url}"},"clientCorrelator":"{client-correlator}","duration":3600}}
WEBRTC_HTTP_RESP_MMS_SUBS Header: HTTP/1.1 201 Created{CR} {LF} Body: {"nmsSubscription":{"callbackReference":{"notifyURL":"http://{webrtc-srv-name}:{http-port}/mavnotifyserver/restapi/v1/{session-id}/channels/5E5BEF001EF8EE3F1E2CAF101E797FA04EDC;quot;},;quot;duration":90,"clientCorrelator":"{client-correlator}","resourceURL":"http://{webrtc-srv-name}:{http-port}/nms/v1/myStore/{session-id}/subscriptions/_webgw_6-207-1-8-110d","index":0,"restartToken":16921} |
Call Connect
WEBRTC_HTTP_REQ_CALL_CONN
WEBRTC_HTTP_RESP_CALL_CONN |
WEBRTC_HTTP_REQ_CALL_CONN Header: POST /vvoip/vvoip/v1/{session-id}/sessions HTTP/1.1{CR} {LF} Body: {"vvoipSessionInformation":{"originatorAddress":"{msisdn1}","originatorName":"WebRtc{client-correlator}","receiverAddress":"{called-number}","receiverName":"Term{client-correlator}","sdp":"{sdp}","clientCorrelator":"{client-correlator}","resourceURL":""}}
WEBRTC_HTTP_RESP_CALL_CONN Header: HTTP/1.1 201 Created{CR} {LF} Body: {"vvoipSessionInformation":{"originatorAddress":"{mobile-id}","originatorName":"{mobile-id}","receiverAddress":"{called-number}","receiverName":"{called-number}","status":"Initial","Record":true,"clientCorrelator":"{client-correlator}","resourceURL":"http://{webrtc-srv-name}:{http-port}/vvoip/v1/{session-id}/sessions/{call-id}"}} |
Call Disconnect
WEBRTC_HTTP_REQ_CALL_DISCONN
WEBRTC_HTTP_RESP_CALL_DISCONN |
WEBRTC_HTTP_REQ_CALL_DISCONN Header: DELETE /vvoip/vvoip/v1/{session-id}/sessions/{call-id} HTTP/1.1{CR} {LF}
WEBRTC_HTTP_RESP_CALL_DISCONN Header: HTTP/1.1 204 No Content{CR} {LF} |
De-Registration
WEBRTC_HTTP_REQ_DEREG
WEBRTC_HTTP_RESP_DEREG |
WEBRTC_HTTP_REQ_DEREG Header: DELETE /racm/v1/{session-id}/registrationReg001?clientId={{client-id} HTTP/1.1{CR} {LF} WEBRTC_HTTP_RESP_DEREG Header: HTTP/1.1 204 No Content{CR} {LF} |
One to One Chat Invite
WEBRTC_HTTP_REQ_CHAT_INVITE
WEBRTC_HTTP_RESP_CHAT_INVITE
WEBRTC_HTTP_REQ_CHAT_ACCEPT
WEBRTC_HTTP_RESP_CHAT_ACCEPT
|
WEBRTC_HTTP_REQ_CHAT_INVITE Header: POST /chat/chat/v1/{session-id}/oneToOne/{called-number} HTTP/1.1{CR} {LF} Body: {"chatSessionInformation":{"originatorAddress":"{msisdn1}","originatorName":"Alice{client-correlator}","tParticipantAddress":"{called-number}","tParticipantName":"Bob{client-correlator}","clientCorrelator":"{client-correlator}","subject":"Hi"}} WEBRTC_HTTP_RESP_CHAT_INVITE Header: HTTP/1.1 201 Created{CR} {LF} Body: {"chatSessionInformation":{"originatorAddress":"{mobile-id}","originatorName":"Alice{client-correlator}","tParticipantAddress":"{called-number}","tParticipantName":"Bob{client-correlator}","resourceURL":"http://webrtc.spirent.com/chat/chat/v1/223A9880F180B192757B75F1811F7B731E9D318B19739D914393A2FC00000000/oneToOne/{called-number}/{chat-session-id}","status":"Invited","subject":"Hi"}} WEBRTC_HTTP_REQ_CHAT_ACCEPT Header: PUT /chat/chat/v1/{session-id}/oneToOne/{called-number}/{chat-session-id}/status HTTP/1.1{CR} {LF} Body: {"participantSessionStatus":{"status":"Connected"}} WEBRTC_HTTP_RESP_CHAT_ACCEPT Header: HTTP/1.1 204 No Content{CR} {LF} |
Chat Message
WEBRTC_HTTP_REQ_CHAT_MSG_IS_COMP
WEBRTC_HTTP_RESP_CHAT_MSG_IS_COMP
WEBRTC_HTTP_REQ_CHAT_MSG
WEBRTC_HTTP_RESP_CHAT_MSG
WEBRTC_HTTP_REQ_DISP_REPORT
WEBRTC_HTTP_RESP_DISP_REPORT |
WEBRTC_HTTP_REQ_CHAT_MSG_IS_COMP Header: POST /chat/chat/v1/{session-id}/oneToOne/{called-number}/messages HTTP/1.1{CR} {LF} Body: {"isComposing":{"contenttype":"text/plain", "refresh":"90", "state":"active"}}
WEBRTC_HTTP_RESP_CHAT_MSG_IS_COMP Header: HTTP/1.1 201 Created{CR} {LF} Body: {"resourceReference":{"resourceURL":"http://webrtc.spirent.com/chatv1/{client-id}/oneToOne/{called-number}/messages/{chat-msg-id}"}}
WEBRTC_HTTP_REQ_CHAT_MSG Header: POST /chat/chat/v1/{session-id}/oneToOne/{called-number}/messages HTTP/1.1{CR} {LF} Content-Length: {content-length}{CR} {LF} Body: {"chatMessage":{{chat-report-request}"text":"{chat-msg-content}"}} WEBRTC_HTTP_RESP_CHAT_MSG Header: HTTP/1.1 201 Created{CR} {LF} Body: {"resourceReference":{"resourceURL":"http://webrtc.spirent.com/chatv1/{client-id}/oneToOne/{called-number}/messages/{chat-msg-id}"}} WEBRTC_HTTP_REQ_DISP_REPORT Header: PUT /chat/chat/v1/{session-id}/oneToOne/{called-number}/messages/{chat-msg-id}/status HTTP/1.1{CR} {LF} Body: {"messageStatusReport":{"status":"Displayed"}} WEBRTC_HTTP_RESP_DISP_REPORT Header: HTTP/1.1 204 No Content{CR} {LF} |
Close Channel
WEBRTC_HTTP_REQ_CHAN_CLOSE
WEBRTC_HTTP_RESP_CHAN_CLOSE |
WEBRTC_HTTP_REQ_CHAN_CLOSE Header: DELETE /mavnotifyserver/notificationchannel/v1/{session-id}/channels/mavch{client-correlation} HTTP/1.1{CR} {LF} WEBRTC_HTTP_RESP_CHAN_CLOSE Header: HTTP/1.1 204 No Content{CR} {LF} |