mSparks43 / XPlane-11-AutoATC-plugin

C/C++ Source code for Xplane AutoATC plugin
GNU Lesser General Public License v3.0
16 stars 7 forks source link

Callsign shortening #48

Closed mSparks43 closed 4 years ago

mSparks43 commented 4 years ago

Shouldn't shorten callsigns if doing so creates duplicates (as per icao guidance), its a real thing, probability of it happening is actually surprising high.

mSparks43 commented 4 years ago

working around for now by not assign long callsigns to AI aircraft that create duplicate short callsigns. will need logic adding to the ATC AI to catch duplicates when deciding to shorten. but testing that will be more involved.