From 6860c440719f0a2cde89ea18a43e495bfe9177e6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 2 May 2011 19:16:13 +0200 Subject: nat: Create a Paging Group that BSCs can refer to Introduce a paging group that a BSC can refer to and is used during the LAC lookup. This way paging can be flooded through the network and just filtered at the last element in the core. --- openbsc/include/openbsc/vty.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/vty.h') diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h index ded2e150e..663589671 100644 --- a/openbsc/include/openbsc/vty.h +++ b/openbsc/include/openbsc/vty.h @@ -35,6 +35,7 @@ enum bsc_vty_node { MSC_NODE, OM2K_NODE, TRUNK_NODE, + PGROUP_NODE, }; extern int bsc_vty_is_config_node(struct vty *vty, int node); -- cgit v1.2.3