templates: fix deprecated BTS type: s/sysmobts/osmo-bts/

This change fixes the following deprecation warning:

% BTS type 'sysmobts' is deprecated, use 'type osmo-bts' instead.

Change-Id: Iab1a0d14de5349438e73edfb57be4f7271afbfef
This commit is contained in:
Vadim Yanitskiy 2023-06-21 18:48:17 +07:00
parent f44f6f7a20
commit 6bdbcc2446
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ msc:
bsc_bts:
base_station_id_code: 63
stream_id: 255
osmobsc_bts_type: sysmobts
osmobsc_bts_type: osmo-bts
channel_allocator: ascending
gprs_mode: gprs
num_trx: 1

View File

@ -431,7 +431,7 @@ bsc_bts:
location_area_code: 23
base_station_id_code: 63
stream_id: 255
osmobsc_bts_type: sysmobts
osmobsc_bts_type: osmo-bts
trx_list:
- nominal_power: 23
max_power_red: 0

View File

@ -29,7 +29,7 @@ msc:
bsc_bts:
base_station_id_code: 63
stream_id: 255
osmobsc_bts_type: sysmobts
osmobsc_bts_type: osmo-bts
channel_allocator: ascending
gprs_mode: gprs
num_trx: 1