Below would be a sample of how you would disambiguate between two or more S1 systems.
Brampton T3 is System ID 13213 in the DB (not to be confused with System IDs reported by trunked systems)
So, use something like 132 or 1321 as the disambiguation. In this example I'll use the first four of 1321 (since it's limited to 4095).
So "S1" in the files turns into "S1321:1"
DSDPlus.networks
; Brampton T3 - S1
TIIInonStd,S1321:1,"Brampton T3"
DSDPlus.sites
; Brampton T3 - S1
TIIInonStd,S1321:1,1,"2100 Bovaird Drive East"
TIIInonStd,S1321:1,2,"100 County Court Boulevard"
DSDPlus.frequencies
; Brampton T3 - S1
; I'm assuming those LSNs / CH IDs are correct
TIIInonStd,S1321:1,1,213,939.25,0.0,0
TIIInonStd,S1321:1,2,409,938.525,0.0,0
TIIInonStd,S1321:1,2,413,938.55,0.0,0
Notes.txt from DSDPlus FastLane
Network ID prefixes can be used to disambiguate TIII networks that use the same network ID.
Prefix values should be in the range 1 to 4095. We recommend using the first three or four
digits of the page number of the Radioreference.com database entry for a given network.
Brampton T3 is System ID 13213 in the DB (not to be confused with System IDs reported by trunked systems)
Code:
https://www.radioreference.com/db/sid/13213
So, use something like 132 or 1321 as the disambiguation. In this example I'll use the first four of 1321 (since it's limited to 4095).
So "S1" in the files turns into "S1321:1"
DSDPlus.networks
; Brampton T3 - S1
TIIInonStd,S1321:1,"Brampton T3"
DSDPlus.sites
; Brampton T3 - S1
TIIInonStd,S1321:1,1,"2100 Bovaird Drive East"
TIIInonStd,S1321:1,2,"100 County Court Boulevard"
DSDPlus.frequencies
; Brampton T3 - S1
; I'm assuming those LSNs / CH IDs are correct
TIIInonStd,S1321:1,1,213,939.25,0.0,0
TIIInonStd,S1321:1,2,409,938.525,0.0,0
TIIInonStd,S1321:1,2,413,938.55,0.0,0




