From b1abc29b7cb1e29afe953ce6f91a98faa1e7a6ff Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 18 Jul 2019 20:42:20 +0200 Subject: [PATCH] osmo-nitb-master: Include only one access-list in config Each access list will have their own counters. Have only one in the config so the script generating the counter documentation doesn't repeat itself. Change-Id: I01b6e5af9cf84cf1b8d313ac47ab6b77fc598f4c --- osmo-nitb-master/osmo-bsc-nat.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/osmo-nitb-master/osmo-bsc-nat.cfg b/osmo-nitb-master/osmo-bsc-nat.cfg index 0179a94a..db74d7ec 100644 --- a/osmo-nitb-master/osmo-bsc-nat.cfg +++ b/osmo-nitb-master/osmo-bsc-nat.cfg @@ -38,4 +38,3 @@ nat ip-dscp 0 bscs-config-file bscs.config access-list msceven imsi-allow ^[0-9]*[24680]$ - access-list mscodd imsi-allow ^[0-9]*[13579]$