C-Netz: Added new list of base station names and IDs

List contains 1991 and 1999 bwase stations
This commit is contained in:
Andreas Eversberg 2020-01-02 18:54:20 +01:00
parent c998895040
commit 570b2a5bca
2 changed files with 2332 additions and 898 deletions

View File

@ -415,7 +415,7 @@ int cnetz_create(const char *kanal, enum cnetz_chan_type chan_type, const char *
#endif
PDEBUG(DCNETZ, DEBUG_NOTICE, "Created 'Kanal' #%s of type '%s' = %s\n", kanal, chan_type_short_name(chan_type), chan_type_long_name(chan_type));
PDEBUG(DNMT, DEBUG_NOTICE, " -> Using ID %d,%d,%d Name '%s'\n", si.fuz_nat, si.fuz_fuvst, si.fuz_rest, get_station_name(si.fuz_nat, si.fuz_fuvst, si.fuz_rest));
PDEBUG(DNMT, DEBUG_NOTICE, " -> Using cell ID: Nat=%d FuVst=%d Rest=%d Name='%s'\n", si.fuz_nat, si.fuz_fuvst, si.fuz_rest, get_station_name(si.fuz_nat, si.fuz_fuvst, si.fuz_rest));
return 0;

File diff suppressed because it is too large Load Diff