otcshare / automotive-message-broker

Other
47 stars 48 forks source link

AmbSignalMapper: bugfix about configuration #83

Closed again4you closed 7 years ago

again4you commented 7 years ago

If 'announcementCount' variable is lower than 1, then 'announcementIntervalTimer' variable is updated to 1. That is definitely a bug so this patch fixes that error by updating 'announcementCount' instead of 'announcementIntervalTimer'.

Signed-off-by: Sangjung Woo sangjung.woo@samsung.com