From 3fd19268ae08cf3312a88cb10a6a0829ff1eed48 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 4 Apr 2021 20:34:45 +0200 Subject: vty: deprecate BTS type 'sysmobts' in favor of 'osmo-bts' Change-Id: I60d5ff887a7c830180088904c2458f7e73ce3893 --- tests/ctrl/osmo-bsc-neigh-test.cfg | 4 ++-- tests/neighbor_ident.vty | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3