X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Fconfigure.sh;fp=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Fconfigure.sh;h=9030c46f32350ce467e95005a401ecac11a3cbd7;hb=0df06e9ac54caeec9d29bb11e0b61befec83110b;hp=307305085aa610071f1b45acefa16d477bf81815;hpb=18319deabbc8563fc112795968372e96263e6fe4;p=anna.git diff --git a/example/diameter/launcher/deployments/st-client/configure.sh b/example/diameter/launcher/deployments/st-client/configure.sh index 3073050..9030c46 100755 --- a/example/diameter/launcher/deployments/st-client/configure.sh +++ b/example/diameter/launcher/deployments/st-client/configure.sh @@ -76,14 +76,14 @@ calculate_deployment_layout() { read G_ADML_CONNECTIONS [ -z "$G_ADML_CONNECTIONS" ] && G_ADML_CONNECTIONS=1 [ $G_ADML_CONNECTIONS -lt 1 ] && G_ADML_CONNECTIONS=1 - if [ $G_ADML_CONNECTIONS -gt 1 ] - then - echo "Remember to add 'diameterServerSessions="$G_ADML_CONNECTIONS"' on servers services.xml file (node tag)" - echo " in case that you are testing against ADML servers." - echo - echo "Press ENTER to continue, CTRL-C to abort ..." - read dummy - fi +# if [ $G_ADML_CONNECTIONS -gt 1 ] +# then +# echo "Remember to add 'diameterServerSessions="$G_ADML_CONNECTIONS"' on servers services.xml file (node tag)" +# echo " in case that you are testing against ADML servers." +# echo +# echo "Press ENTER to continue, CTRL-C to abort ..." +# read dummy +# fi if [ $G_ADML_CONNECTIONS -gt $MAXIMUM_SUGGESTED_CLIENT_CONNECTION_PER_ADML_INSTANCE ] then G_ADML_CONNECTIONS=$MAXIMUM_SUGGESTED_CLIENT_CONNECTION_PER_ADML_INSTANCE