From 703225b0693ee49e718a6de3c2bcefcbb476de04 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Mon, 22 Feb 2016 10:25:41 +0100 Subject: [PATCH] fix cer by cea --- example/diameter/launcher/resources/scripts/tinyTestcase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/diameter/launcher/resources/scripts/tinyTestcase.sh b/example/diameter/launcher/resources/scripts/tinyTestcase.sh index cf4f4cd..68e32af 100755 --- a/example/diameter/launcher/resources/scripts/tinyTestcase.sh +++ b/example/diameter/launcher/resources/scripts/tinyTestcase.sh @@ -235,7 +235,7 @@ do originHost=$(getOriginHost $xml) [ -z "$originHost" ] && _exit "Missing Origin-Host (frame $frame, CEA message) !!" echo "$originHost" >> ceas_4_establishing_origin_hosts - ln -sf $xml cer.${originHost}.xml + ln -sf $xml cea.${originHost}.xml continue fi # Other answers: -- 2.20.1