#!/bin/bash
# Kill ppp session, turn off radio power

/usr/sbin/ntpdate -b $SIAM_PORTAL
echo "Exit code = " $?
/usr/sbin/poff $*
/mnt/hda/siam/utils/rfpower.ops 1 off

