aboutsummaryrefslogtreecommitdiff
path: root/e3372-dataswitch-on.sh
blob: 9662a7d1bd12b615185c6313ec3b8b8b951d0660 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
. "$DIR/include.sh"

get_token
post_xml "dialup/mobile-dataswitch" \
    "<request><dataswitch>1</dataswitch></request>"