Skip to content

Commit

Permalink
not merging available_ecu_ids from child ECUs status resp again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Apr 17, 2024
1 parent 5ce87a1 commit 9c2dad4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions otaclient/app/ota_client_stub.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,6 @@ async def update_from_child_ecu(self, status_resp: wrapper.StatusResponse):
"""Update the ECU status storage with child ECU's status report(StatusResponse)."""
async with self._writer_lock:
self.storage_last_updated_timestamp = cur_timestamp = int(time.time())
_subecu_available_ecu_ids = _OrderedSet(status_resp.available_ecu_ids)
# discover further child ECUs from directly connected sub ECUs.
self._tracked_active_ecus.update(_subecu_available_ecu_ids)
# merge available_ecu_ids from child ECUs resp to include further child ECUs
self._available_ecu_ids.update(_subecu_available_ecu_ids)

# NOTE: use v2 if v2 is available, but explicitly support v1 format
# for backward-compatible with old otaclient
Expand Down

0 comments on commit 9c2dad4

Please sign in to comment.