X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Fbasic%2Fconfigure.sh;h=a5d15152e2b8d92082f151e1f59e2e1c370f4636;hb=1b238ab9e7ece2279ea37f4cb642f13501b26721;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..a5d1515 100755 --- a/example/diameter/launcher/resources/basic/configure.sh +++ b/example/diameter/launcher/resources/basic/configure.sh @@ -6,10 +6,12 @@ # 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 +#KINDNESS=-ignoreErrors +# But we prefer stack to generate Failed-AVP automatically: +KINDNESS= # Communication endpoints: LOCAL_STANDARD_ENDPOINT=localhost:3868 @@ -44,6 +46,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