From 2eb59036696d2d4c9e9cdfd7d8e79dce459c9af4 Mon Sep 17 00:00:00 2001
From: Raymond Knopp <raymond.knopp@eurecom.fr>
Date: Tue, 19 May 2015 13:02:59 +0000
Subject: [PATCH] ping example

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7441 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 cmake_targets/tools/run_enb_ue_virt_s1 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmake_targets/tools/run_enb_ue_virt_s1 b/cmake_targets/tools/run_enb_ue_virt_s1
index fac9ae0abf..3aa8acb03e 100755
--- a/cmake_targets/tools/run_enb_ue_virt_s1
+++ b/cmake_targets/tools/run_enb_ue_virt_s1
@@ -89,6 +89,8 @@ function help()
   echo_error "  -m, --mscgen           directory        Generate mscgen output files in a directory"
   echo_error "  -V, --vcd                               Dump timings of processing in a GTKWave compliant file format."
   echo_error "  -x, --xforms                            Run XFORMS scope windows."
+  echo_error " "
+  echo_error " A simple data traffic test example: ping -m 1 -I oip1 192.168.12.100"
 }
 
 
-- 
GitLab