Skip to content

Changes

Summary

  1. hlr: Get hlr.sql from new path (details)
  2. ms: Remove debug left over for the test (details)
  3. ms: Make the outer variables configurable (details)
  4. ms: Attempt to stop all mobile/virtphy instances on exit (details)
  5. ms: Begin to refactor and be able to share functionality (details)
Commit c81e26504d54b9e5a43c357f6c0b75763480fa79 by Pau Espin Pedrol
hlr: Get hlr.sql from new path
As of osmo-hlr edca4f88a653cc688bc1c46611a9f0bc880637e2, hlr.sql file
has been moved to an sql subdir.
Change-Id: I1cbbe46edc6121476cd2422074a9f3cfc2d8e5ef
The file was modified src/osmo_gsm_tester/osmo_hlr.py
Commit 89dbf6db211c101605e77eea707dac76a1a95a9c by Holger Freyther
ms: Remove debug left over for the test
Change-Id: I17aa97a99cb1b1f9205b3a951370fe5ad49ae3dc
The file was modified src/osmo_ms_driver/__main__.py
Commit 0f0ebd85dbe719aa56600b32f227bad4b2b1e3c4 by Holger Freyther
ms: Make the outer variables configurable
Do the easy part for making these variables configurable.
Change-Id: If8bbedcf672f6481a12c30d3669564704063626c
The file was modified src/osmo_ms_driver/cdf.py
The file was modified src/osmo_ms_driver/__main__.py
Commit 94da045c206221e63e42edc111d4a120e5b96858 by Holger Freyther
ms: Attempt to stop all mobile/virtphy instances on exit
We leave mobile/virtphy running after the test. Attempt to gracefully
exit and kill all of them. I experimented with both os.setpgrp and the
prctl(PR_SET_DEATH_SIG) but that didn't improve the situation.
Change-Id: I6cec050db7d4c355fb6678b2d84309fbbe5587b3
The file was modified src/osmo_ms_driver/__main__.py
Commit 574e62f0f9041a21ae7df8ccd6fd1c2219d28cdf by Holger Freyther
ms: Begin to refactor and be able to share functionality
Change-Id: I840af0396f08744ce8ee6a2967f880d5cb7f815f
The file was addedsrc/osmo_ms_driver/test_support.py
The file was modified src/osmo_ms_driver/location_update_test.py