144
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_prog_generic_step7_ac.fm
Step 7: End Connection
Releasing an Active Call from the Base Station
Figure 18. Process for Releasing an Active Call from the Base Station
Example 15. Programming Example
OUTPUT Test_set;”CALL:END” ! Initiate a base station release.
OUTPUT Test_set;”CALL:CONN?” ! Send call connected state query.
ENTER Test_set;Call_connected ! Program hangs here until state
! change or timer expires.
IF Call_connected THEN ! Check if disconnection successful
! <put error handler here>
END IF
! Call is disconnected so proceed with control program
No
Yes
Call connected?
Proceed with control
program.
Invoke error
handler.
Start
Send CALL:END
command.
Send CALL:CONN?
query command.
Enter response from
CALL:CONN? query.