#!/bin/bash

if [[ "$#" == 0 ]] ; then
    echo "Usage: set-intermod-snap-channel CHANNEL"
    exit 1
fi

sed -i "s/CHANNEL=.*/CHANNEL=$1/" /opt/fcc-tests/intermod-tests.sh
sed -i "s/CHANNEL=.*/CHANNEL=$1/" /opt/fcc-tests/full-tx-rx-normal-ops-exercise.sh
