aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bts-test/oml/BTS_Tests.cfg
AgeCommit message (Collapse)AuthorFilesLines
2023-12-15ttcn3-bts-test: set PCUIFv12 for both -master and -latestVadim Yanitskiy1-1/+1
osmo-bts v1.7.2 (recently tagged) now also speaks PCUIFv12. Take a chance to fix ttcn3-bts-test-2023q1 by setting PCUIFv10. Change-Id: I70f0c30d6c514614095dcbbcac5d025001861fbc
2023-09-13ttcn3-bts: Use PCUIF v11Pau Espin Pedrol1-1/+1
Since osmo-bts 1.7.0 which was just released, PCUIF v11 is supported, so use it both in master and latest. Change-Id: I6c905d074ffc324dd72d6a5c9ce79f3c241ac780
2023-07-09ttcn3-bts-test/jenkins.sh: set mp_pcuif_versionPhilipp Maier1-0/+1
OsmoBTS currently uses PCUIF v.10 but will move to v.11 soon. (see Depends). Unfortuantely this means that we have to execute the TTCN3 testsuite in master with PCUIF v.11 and in latest with PCUIF v.10. This will be the case until the current master becomes the new latest on the next release. Depends: osmo-bts.git I25816ac12e63cc6b641eb414e6bc7eaa9c85fc25 Depends: osmo-ttcn3-hacks.git I08de02e951e10bc8b4381cc2ad32e63f2747e3c4 Change-Id: Ia28bc0d6d3cbfe63be19443db86631fb67bb80fb Related: OS#5927
2021-06-28bts-oml: Set mp_pcu_socketPau Espin Pedrol1-0/+1
Since recently (osmo-ttcn3-hacks.git I78880098a55d1cb456011746efa0a47832a86ca8), BTS_Tests_OML use mp_pcu_socket to set up PCUIF, which is used in some tests (like validating forwarding of PCUIF messages PCU<->BSC). Related: SYS#5303 Change-Id: Iac4aac8d98e2f45021858ddaa5e20ca4c6effb31
2019-05-29ttcn3-bts-test: Execute OML tests without BSCHarald Welte1-0/+25
Run the testsuite one more time; this time for OML tests which require us to run without a BSC. We can run those with trxcon and omso-bts-trx and don't need virtphy for them. Related: OS#4031 Depends: osmo-ttcn3-hacks I82bb85b684d2db3a6b1e96a68ffde03e22affa6b Change-Id: I97db9c74c56ca93c75e5e5226955799cd945eec0