aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-07-04 12:11:51 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-07-04 12:30:30 +0200
commit3504f293f100f793b935933381130553b883dd0d (patch)
treebb9ffc3888893373764b741ac61abc9ebfbbccca /openbsc/include
parent5f267a64b985341306385936bc576a9303d05560 (diff)
nat: Add VTY cmd paging-bss-forward to nat node
This command controls forward/drop of BSS paging messages from MSC to all BSCs connected to BSC-NAT. In situations in which MS don't generally roam from one BSC to another under the BSC-NAT, it may be beneficial (bandwidth wise) to drop these global paging commands, which are usually issued by the MSC if the location of the MS isn't known and LAC paging has failed. Change-Id: I737774543e0a8734d79b072e66e3c09e82b001d3
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 5171c3e0c..3eba70d65 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -262,6 +262,7 @@ struct bsc_nat {
int mgcp_length;
int mgcp_ipa;
int sdp_ensure_amr_mode_set;
+ int paging_bss_forward;
/* msc things */
struct llist_head dests;