Skip to content
Unstable

Changes

Summary

  1. testenv: build virtphy from src with --binary-repo (details)
  2. WIP: bts: add testenv.cfg (details)
  3. WIP: testenv: bts: add virtphy config (details)
  4. Revert "WIP: testenv: bts: add virtphy config" (details)
Commit 867ae9ba76fd4da97c321bc329f9fe0aa9028541 by Oliver Smith
testenv: build virtphy from src with --binary-repo

Add logic to build virtphy from source when running with --binary-repo.
This extra code path is needed because we currently don't have virtphy
packaged (like trxcon and sccp_demo_user), and we need to build the
libosmocore binary package instead of building completely from source as
we would do it with osmo-dev.

Use ".split(" ", 1)[0]" on the program= value to only look at its first
word, so we can later on use it in testenv.cfg file as follows:

  [virtphy]
  program=virtphy -s /tmp/osmocom_l2

Change-Id: I37bac8509b2601286e4feab099782f82c8338dca
The file was modified_testenv/testenv/podman_install.py
Commit 9853acd6b86f8011a318237bae8462d9ffef6257 by Oliver Smith
WIP: bts: add testenv.cfg
The file was modifiedbts/run_fake_trx.sh
The file was addedbts/testenv_hopping.cfg
The file was addedbts/BTS_Tests_FH.cfg
The file was addedbts/osmo-bts-oml.confmerge
The file was addedbts/testenv_oml.cfg
The file was addedbts/BTS_Tests_OML.cfg
The file was addedbts/osmo-bsc-fh.confmerge
The file was addedbts/testenv_generic.cfg
Commit b43de65ca2859225bcf19d3b723b32126e855957 by Oliver Smith
WIP: testenv: bts: add virtphy config

Change-Id: I1e55e74990c67a60708317c52100a69e4d79db22
The file was addedbts/prepare_virtphy.sh
The file was addedbts/testenv_virtphy.cfg
The file was addedbts/osmo-bts-virtphy.confmerge
The file was addedbts/BTS_Tests_VIRTPHY.cfg
Commit 984e4d37fc33982a3f2779b6bbba65b11f141db1 by Oliver Smith
Revert "WIP: testenv: bts: add virtphy config"

This reverts commit b43de65ca2859225bcf19d3b723b32126e855957.
The file was removedbts/prepare_virtphy.sh
The file was removedbts/testenv_virtphy.cfg
The file was removedbts/osmo-bts-virtphy.confmerge
The file was removedbts/BTS_Tests_VIRTPHY.cfg