aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-04-04 20:34:45 +0200
committerfixeria <vyanitskiy@sysmocom.de>2021-04-12 18:54:40 +0000
commit3fd19268ae08cf3312a88cb10a6a0829ff1eed48 (patch)
tree986b4b2256e773fd963a9b8437c984a6fe44da14 /tests
parente9a44fdedda15dd181b49fa37b28fb2fae8207af (diff)
vty: deprecate BTS type 'sysmobts' in favor of 'osmo-bts'
Diffstat (limited to 'tests')
-rw-r--r--tests/ctrl/osmo-bsc-neigh-test.cfg4
-rw-r--r--tests/neighbor_ident.vty6
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/ctrl/osmo-bsc-neigh-test.cfg b/tests/ctrl/osmo-bsc-neigh-test.cfg
index 7ef8271fe..93d7fca83 100644
--- a/tests/ctrl/osmo-bsc-neigh-test.cfg
+++ b/tests/ctrl/osmo-bsc-neigh-test.cfg
@@ -26,7 +26,7 @@ network
periodic location update 30
neighbor-resolution bind 127.0.0.1
bts 0
- type sysmobts
+ type osmo-bts
band DCS1800
cell_identity 6969
location_area_code 1
@@ -83,7 +83,7 @@ network
phys_chan_config TCH/F
hopping enabled 0
bts 1
- type sysmobts
+ type osmo-bts
band DCS1800
cell_identity 123
location_area_code 1
diff --git a/tests/neighbor_ident.vty b/tests/neighbor_ident.vty
index b1429d8f9..950d85235 100644
--- a/tests/neighbor_ident.vty
+++ b/tests/neighbor_ident.vty
@@ -19,7 +19,7 @@ OsmoBSC(config-net)# neighbor-resolution bind 1.2.3.4 ?
[<0-65535>] Port to bind the service to [defaults to 4248 if not provided]
OsmoBSC(config-net)# bts 0
-OsmoBSC(config-net-bts)# type sysmobts
+OsmoBSC(config-net-bts)# type osmo-bts
OsmoBSC(config-net-bts)# base_station_id_code 10
OsmoBSC(config-net-bts)# location_area_code 20
OsmoBSC(config-net-bts)# cell_identity 30
@@ -29,7 +29,7 @@ OsmoBSC(config-net-bts-trx)# exit
OsmoBSC(config-net-bts)# exit
OsmoBSC(config-net)# bts 1
-OsmoBSC(config-net-bts)# type sysmobts
+OsmoBSC(config-net-bts)# type osmo-bts
OsmoBSC(config-net-bts)# base_station_id_code 11
OsmoBSC(config-net-bts)# location_area_code 21
OsmoBSC(config-net-bts)# cell_identity 31
@@ -39,7 +39,7 @@ OsmoBSC(config-net-bts-trx)# exit
OsmoBSC(config-net-bts)# exit
OsmoBSC(config-net)# bts 2
-OsmoBSC(config-net-bts)# type sysmobts
+OsmoBSC(config-net-bts)# type osmo-bts
OsmoBSC(config-net-bts)# base_station_id_code 12
OsmoBSC(config-net-bts)# location_area_code 22
OsmoBSC(config-net-bts)# cell_identity 65535