wialon-lbs-geocoding plugin is updated: previously the plugin was applied only to those messages that DID NOT have position.latitude and position.longitude parameters, and had gsm.mcc, gsm.mnc, gsm.lac and gsm.cellid parameters.
This condition was made less strict and now the plugin is applied to all messages that have gsm.mcc, gsm.mnc, gsm.lac and gsm.cellid parameters, disregarding the presence of position.latitude and position.longitude parameters.
✅ Please also note, that you may use validate_message field in the plugin setup to specify the condition to select messages the plugin will be applied to. For example, you may use $position.valid==false expression to apply plugin logic only to the messages with invalid (or absent) position.