Discard extra layer of "manager" in echips -- echips are 1-1 with chips so reference
through the chip map.

Remove `remove()` and instead use drop for chip and echip.  Chip is
removed from the hashmap and then drop is called.

Test: ninja; atest --host-unit-test-only --test-filter libnetsim_daemon_tests --iterations 100

Change-Id: If420a63858332fa294e271847cd1f655c1ca8e22
23 files changed
tree: 5e2db60b49e4bc31d9c46183d6e042a6df5f461a
  1. cmake/
  2. doc/
  3. guide/
  4. pdl/
  5. proto/
  6. rust/
  7. scripts/
  8. src/
  9. testing/
  10. ui/
  11. .clang-format
  12. .gitignore
  13. Android.bp
  14. cmake-format.json
  15. CMakeLists.txt
  16. dummy.c
  17. LICENSE
  18. OWNERS
  19. README.md
  20. TEST_MAPPING
README.md

netsim - a network simulation tool for multi-device use cases

Netsim is a development stage open-source tool for testing and analysis of android multi-device apps and frameworks. It offers radio level control and HCI tracing.