X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Fbasic%2Fconfigure.sh;fp=example%2Fdiameter%2Flauncher%2Fresources%2Fbasic%2Fconfigure.sh;h=2d7470c3e54ba74b6f635ea5a535c0293886fe60;hb=79bd21297c5df234ad210c19956efaa35e4af2ec;hp=39a1e8256e4e3754aebefd7679da528c77233301;hpb=2ddc4abd3627f5f5b4df32de199f364aa3844491;p=anna.git diff --git a/example/diameter/launcher/resources/basic/configure.sh b/example/diameter/launcher/resources/basic/configure.sh index 39a1e82..2d7470c 100755 --- a/example/diameter/launcher/resources/basic/configure.sh +++ b/example/diameter/launcher/resources/basic/configure.sh @@ -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