aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_msg_filter.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-04-05 16:50:34 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-05-03 21:42:28 +0200
commit14b2cd9f321974e211f3291a6ccc2d1aaaf948d1 (patch)
tree84fff959681401cca55a4fef441b3a7604bcc8ca /openbsc/include/openbsc/bsc_msg_filter.h
parenta1e6bd6768e61828823da3ba774e55b6f89559fc (diff)
filter: Rename BSC to LOCAL and NAT to GLOBAL
Diffstat (limited to 'openbsc/include/openbsc/bsc_msg_filter.h')
-rw-r--r--openbsc/include/openbsc/bsc_msg_filter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/bsc_msg_filter.h b/openbsc/include/openbsc/bsc_msg_filter.h
index 8420e48af..4ecd28605 100644
--- a/openbsc/include/openbsc/bsc_msg_filter.h
+++ b/openbsc/include/openbsc/bsc_msg_filter.h
@@ -28,8 +28,8 @@ struct bsc_nat_barr_entry {
};
enum bsc_nat_acc_ctr {
- ACC_LIST_BSC_FILTER,
- ACC_LIST_NAT_FILTER,
+ ACC_LIST_LOCAL_FILTER,
+ ACC_LIST_GLOBAL_FILTER,
};
struct bsc_msg_acc_lst {