From ec5532fe1a28d426c8059075f8e42d995d24c6ba Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Mon, 27 Jan 2014 13:50:50 +0000 Subject: [PATCH] Added installation of libs, utilities git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4958 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair-cn/SCRIPTS/start_lte-enb-ovs.bash | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openair-cn/SCRIPTS/start_lte-enb-ovs.bash b/openair-cn/SCRIPTS/start_lte-enb-ovs.bash index 4e6b3cacea..574406b525 100755 --- a/openair-cn/SCRIPTS/start_lte-enb-ovs.bash +++ b/openair-cn/SCRIPTS/start_lte-enb-ovs.bash @@ -39,6 +39,14 @@ declare BRIDGE="vswitch" THIS_SCRIPT_PATH=$(dirname $(readlink -f $0)) source $THIS_SCRIPT_PATH/utils.bash ########################################################### +test_command_install_package "gccxml" "gccxml" "--force-yes" +test_command_install_package "vconfig" "vlan" +test_command_install_package "iptables" "iptables" +test_command_install_package "iperf" "iperf" +test_command_install_package "ip" "iproute" +test_command_install_script "ovs-vsctl" "$OPENAIRCN_DIR/SCRIPTS/install_openvswitch1.9.0.bash" +test_command_install_package "tunctl" "uml-utilities" +test_command_install_lib "/usr/lib/libconfig.so" "libconfig-dev" ####################################################### -- GitLab