aboutsummaryrefslogtreecommitdiffstats
path: root/tests/nri_cfg.vty
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-06-11 02:36:29 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2020-06-17 00:14:01 +0200
commitb69db82b1c15e6c896b723f159eab456950059ed (patch)
tree7abe33cafef3dfc27b5ab3086e2777b3d3ed0d7e /tests/nri_cfg.vty
parent343a8a1a1a3dbefac3ba665709b953878b82cb67 (diff)
MSC pooling: add 'no allow-attach' for MSC off-loading
As in 3GPP TS 23.236, to offload an MSC, the BSC must be able to avoid attaching new subscribers to it: 4.5a.1: "UEs being moved from one CN node are stopped from registering to the same CN node again by an O&M command in BSCs and RNCs connected to the pool." Change-Id: I6249201c15d0f6565aca643c21d2375c9ca58584
Diffstat (limited to 'tests/nri_cfg.vty')
-rw-r--r--tests/nri_cfg.vty14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/nri_cfg.vty b/tests/nri_cfg.vty
index 680b8efe8..8287eab38 100644
--- a/tests/nri_cfg.vty
+++ b/tests/nri_cfg.vty
@@ -150,3 +150,17 @@ OsmoBSC(config-msc)# nri add 1000
OsmoBSC(config-msc)# show nri
msc 0
nri add 0 1000
+
+OsmoBSC(config-msc)# show running-config
+... ! no allow-attach
+OsmoBSC(config-msc)# no allow-attach
+OsmoBSC(config-msc)# show running-config
+...
+msc 0
+...
+ nri add 0 1000
+ no allow-attach
+... ! no allow-attach
+OsmoBSC(config-msc)# allow-attach
+OsmoBSC(config-msc)# show running-config
+... ! no allow-attach