bsc: Add wild scripts to do dial testing with a Motorola A1200

This commit is contained in:
Holger Hans Peter Freyther 2010-11-15 14:20:14 +01:00
parent b4e72f881c
commit e9f7a0d3b9
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1 @@
Some crazy scripts call testing... and MSC link failure simulation

View File

@ -0,0 +1,8 @@
ABORT BUSY
ABORT 'NO CARRIER'
ABORT 'OK'
'' AT
SAY "Dialing a number\n"
'OK' ATD05660066;

View File

@ -0,0 +1,11 @@
#!/bin/sh
# Evil dial script..
while true;
do
chat -v -f all_dial < /dev/ttyACM0 > /dev/ttyACM0
sleep 5s
chat -v -f hangup < /dev/ttyACM0 > /dev/ttyACM0
sleep 2s
done

View File

@ -0,0 +1,4 @@
TIMEOUT 10
'' ^Z
SAY "Waiting for hangup confirm\n"
'' ATH;