Commit
25e65906f9c3b84293a3ae74f7c7d046ac022f93
by Vadim Yanitskiy s1gw: fix passing swapped {MME,ENB}_UE_S1AP_ID This commit fixes a regression introduced in 64db5053 and makes the following TCs green again: * TC_e_rab_modify_ind_cnf[_multi] * TC_e_rab_modify_req_rsp[_multi] Change-Id: I9b19a82234f547a9e44c9c034492ee4b21892818 Fixes: 64db5053 ("s1gw: ConnHdlr: allow passing {MME,ENB}-UE-S1AP-ID") The file was modified s1gw/S1GW_Tests.ttcn The file was modified s1gw/S1GW_ConnHdlr.ttcn
Commit
a89579678e54923ab1a18cc55d72f5ac62d6a3b3
by Oliver Smith remsim: make client tests work in testenv * Prevent osmo-remsim-client-shell from closing immediately with "STDIN was closed, terminating". * Fix REMSIM_Tests.cfg: * move mp_ to proper section * proper IP Change-Id: I91b08b9bfde11f4600993b18ece1e810b61ed904 The file was modified remsim/client/REMSIM_Tests.cfg The file was modified remsim/testenv_client.cfg
Commit
bb438dc76eea5b644c258927c9fdfe84778e896f
by Oliver Smith testenv: fix building osmo-remsim with osmo-dev Use --disable-remsim-client-ifdhandler as configure argument for osmo-remsim. We don't need this for running tests and this prevents the buildsystem from trying to write to /usr/lib/pcsc/drivers/ which fails the build. Change-Id: I3b00e5301433476bd19de3814943878f918c1fa0 The file was removed _testenv/data/osmo-dev/osmo-bts-trx.opts The file was modified _testenv/testenv/osmo_dev.py The file was added _testenv/data/osmo-dev/testenv.opts
Commit
fd3991491645f2e5b7a0bf5b3a91a4c13290a0f8
by Oliver Smith Cosmetic: testenv/testdir: fix formatting This wasn't caught by previous ruff versions, fix it. Change-Id: Ib770ee2e14811777efdb2c5867b29ba379abde7c The file was modified _testenv/testenv/testdir.py