aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2007-06-26 07:40:39 +0000
committerLev Walkin <vlm@lionet.info>2007-06-26 07:40:39 +0000
commita4771cb4d17f1198f9f146389187f431b3fd5d0d (patch)
tree5526dbdc9fc02934c4b5eaf740c14fa36a635593 /examples
parent00e43917e6c1a734c8402f0d4c5cd0ff10861d4d (diff)
-per-padding -> -per-nopad
Diffstat (limited to 'examples')
-rw-r--r--examples/sample.source.RRC/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/sample.source.RRC/Makefile b/examples/sample.source.RRC/Makefile
index bd8251cb..22c5436d 100644
--- a/examples/sample.source.RRC/Makefile
+++ b/examples/sample.source.RRC/Makefile
@@ -4823,19 +4823,19 @@ check-per:
./${TARGET} -J0.0001 -n 1000 -b $$b -iper -onull $$f || exit 2; \
./${TARGET} -J0.001 -n 1000 -b $$b -iper -onull $$f || exit 2; \
done; done; fi
- @if test -f sample-DL-DCCH-Message-1-padded.per ; then \
- for f in sample-*-[1-9]-padded.per; do \
+ @if test -f sample-DL-DCCH-Message-1-nopad.per ; then \
+ for f in sample-*-[1-9]-nopad.per; do \
pdu=`echo $$f | sed -E -e "s/sample-([A-Za-z-]+)-[0-9].*/\1/"`; \
for b in 1 17 33 980 8192; do \
- echo "Recoding byte-padded $$f into DER into XER and back ($$b)..."; \
- ./${TARGET} -b $$b -per-padded -p $$pdu -iper -oder $$f > ./.tmp.1.$$$$ || exit 2; \
+ echo "Recoding unpadded $$f into DER into XER and back ($$b)..."; \
+ ./${TARGET} -b $$b -per-nopad -p $$pdu -iper -oder $$f > ./.tmp.1.$$$$ || exit 2; \
./${TARGET} -b $$b -p $$pdu -iber -oxer ./.tmp.1.$$$$ > ./.tmp.2.$$$$ || exit 2; \
./${TARGET} -b $$b -p $$pdu -ixer -oper ./.tmp.2.$$$$ > ./.tmp.1.$$$$ || exit 2; \
diff $$f ./.tmp.1.$$$$ || exit 2; \
rm -f ./.tmp.[12].$$$$; \
echo "Test junking $$f (please wait)..."; \
- ./${TARGET} -J0.0001 -n 1000 -b $$b -per-padded -iper -onull $$f || exit 2; \
- ./${TARGET} -J0.001 -n 1000 -b $$b -per-padded -iper -onull $$f || exit 2; \
+ ./${TARGET} -J0.0001 -n 1000 -b $$b -per-nopad -iper -onull $$f || exit 2; \
+ ./${TARGET} -J0.001 -n 1000 -b $$b -per-nopad -iper -onull $$f || exit 2; \
done; done; fi
distclean: clean