## GT0128 Hurricane WAP
## WSP Protocol Handler
#######################
## Ref. SGL.GT0128.aaa.bbb WSP Protocol Handler Unit Tests
## Unit test 2.1.2.16
## Driver chat script
#
# Test Synopsis
# * Connect while in Suspending state, server redirects to a temporary alternative address
The function ResumeReq will be called, and the redirect reason will be returned by the callback DissconnectInd
A new ConnectReq call will be made using the alternative proxy address and the result will be returned by the callback ConnectCnf 

# Expected Result
# * Expected result: connection made to a new temporary server


SCRIPT UnitTestDriver2.1.2.16 

#
# Sleep before start, allows stub time to start up and initialise.
#
	SLEEP 500
#
# Step 1
#

#
# Give the stub a chance to finish before exiting
#
	SLEEP 500
#
# Done!
#

ENDSCRIPT


