Remove limit to configure diameter server sessions to negative (no limit to accept...
[anna.git] / example / diameter / launcher / deployments / st-client / configure.sh
index 3073050..9030c46 100755 (executable)
@@ -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