From 688cda11585d50f05102deb5afa23b6b1ca69de7 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 9 Jul 2021 14:05:59 +0200 Subject: Revert "ttcn3-bsc-test: enable A5/4 support in osmo-bsc.cfg" The test that needs A5/4 enables it dynamically, and a new test requires a defined value to reset to. This reverts commit 8005014b55f3c7261731fd8f059ff2be1ea02f9c. Related: OS#4975 Depends: osmo-ttcn3-hacks I3cf36c6ef86a0db050507f3737f4b0c10dcd52ed Change-Id: I55135ca00ef51de5cf6eaec75cfc20c21beef665 --- ttcn3-bsc-test/jenkins.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ttcn3-bsc-test/jenkins.sh') diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh index ef910bd..18236a2 100755 --- a/ttcn3-bsc-test/jenkins.sh +++ b/ttcn3-bsc-test/jenkins.sh @@ -22,12 +22,6 @@ cp osmo-bsc.cfg $VOL_BASE_DIR/bsc/ mkdir $VOL_BASE_DIR/bts-omldummy -# Exclude A5/4 for non-master versions of the IUT -if ! image_suffix_is_master; then - sed "s/encryption a5 0 1 3 4/encryption a5 0 1 3/" \ - -i $VOL_BASE_DIR/bsc/osmo-bsc.cfg -fi - SUBNET=2 network_create $SUBNET -- cgit v1.2.3