Tunning of ADL configuration
[anna.git] / example / diameter / launcher / resources / basic / configure.sh
index 39a1e82..2d7470c 100755 (executable)
@@ -6,7 +6,7 @@
 
 # Diameter dictionary:
 STD_DICTIONARY=stacks/avps_etsi.xml,stacks/avps_ietf.xml,stacks/avps_tgpp.xml,stacks/commands_baseProtocol.xml
-APP_DICTIONARY=stacks/commands_pccPS_EricssonSAPC_se.xml
+APP_DICTIONARY=stacks/commands_qosControl.xml
 DICTIONARY=$STD_DICTIONARY,$APP_DICTIONARY
 # Perhaps the stack is not fully defined:
 KINDNESS=-ignoreErrors
@@ -44,6 +44,7 @@ cd \`dirname \$0\`
 STARTED=\`pgrep $1 2>/dev/null\`
 [ \$? -eq 0 ] && { echo "Already started!"; echo "\$STARTED" ; exit 1 ; }
 0> launcher.traces
+rm -f counters/*
 # Execution line:
 ./$@ &
 echo \$! > .pid