From 7262968a29eacb91f30430a4ebea87e78018b87d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 21 Jun 2020 19:41:24 +0200 Subject: osmo-bsc.cfg: Remove access-list directive This was removed when libfilter was removed from osmo-bsc. For some strange reason apparently the config files were not used/tested while testing the removal of libfilter. Also, irrespective of breaking TTCN3 test execution, we must introduce a dummy 'access-list' VTY command to osmo-bsc to ensure we don't break virtually every config file out there. Change-Id: I5d703b9f2f1066654daa43519999585cf9ec7e78 --- bsc/osmo-bsc.cfg | 1 - bts/osmo-bsc.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/bsc/osmo-bsc.cfg b/bsc/osmo-bsc.cfg index cd698b08..6e80e835 100644 --- a/bsc/osmo-bsc.cfg +++ b/bsc/osmo-bsc.cfg @@ -385,7 +385,6 @@ msc 0 bsc mid-call-timeout 0 no missing-msc-text - access-list-name bsc-list cbc remote-ip 127.0.0.1 remote-port 48049 diff --git a/bts/osmo-bsc.cfg b/bts/osmo-bsc.cfg index 9025fe49..84a3a3c1 100644 --- a/bts/osmo-bsc.cfg +++ b/bts/osmo-bsc.cfg @@ -157,4 +157,3 @@ msc 0 bsc mid-call-timeout 0 no missing-msc-text - access-list-name bsc-list -- cgit v1.2.3