Commit 30353d57 authored by Lionel Gauthier's avatar Lionel Gauthier

kill_epc.bash script generated

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5679 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent e48adeae
......@@ -327,6 +327,13 @@ PCAP_S6A_LOG_FILE=tshark_mme_s6a.$HOSTNAME.pcap
#rotate_log_file $THIS_SCRIPT_PATH/OUTPUT/$HOSTNAME/$PCAP_S6A_LOG_FILE
touch $THIS_SCRIPT_PATH/kill_epc.bash
echo '#!/bin/bash' > $THIS_SCRIPT_PATH/kill_epc.bash
echo "pkill -P $$" >> $THIS_SCRIPT_PATH/kill_epc.bash
chmod 777 $THIS_SCRIPT_PATH/kill_epc.bash
trap control_c SIGINT
HSS_IP=$(get_ip hss.eur)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment