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: Iab1a0d14de5349438e73edfb57be4f7271afbfefchanges/87/33387/1
parent
f44f6f7a20
commit
6bdbcc2446
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue