X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeploy-adml-http.sh;h=0fc848e95f0a71f104066643516cf2059878755d;hp=8547b61d84598c2127c87418392686d00fea2e0c;hb=c881c12ed7e116f1d43760a0d9873f860c10a357;hpb=af14877201a9856708ec43086a229777d9cb3da7 diff --git a/example/diameter/launcher/deploy-adml-http.sh b/example/diameter/launcher/deploy-adml-http.sh index 8547b61..0fc848e 100755 --- a/example/diameter/launcher/deploy-adml-http.sh +++ b/example/diameter/launcher/deploy-adml-http.sh @@ -71,7 +71,7 @@ mkdir -p ${ADML}/counters mkdir -p ${ADML}/test-reports # Scripts: -cp ${PROJECT_ROOT}/example/diameter/launcher/resources/scripts/operation_curl.sh ${ADML}/operation.sh +cp ${PROJECT_ROOT}/example/diameter/launcher/resources/scripts/operation.sh ${ADML} # Templates: mkdir $DTDs @@ -115,6 +115,13 @@ echo "localhost:8000" > ${ADML}/.httpServer # Help cp ${PROJECT_ROOT}/example/diameter/launcher/resources/HELP.md ${ADML} +# Simple services which only loads the diameter base dictionary: +cat << EOF > ${ADML}/services.xml + + + +EOF + # Remove AOTS actions: rm ${ADML}/ACTIONS.md