Skip to content

Changes

Summary

  1. ttcn3-pcu-test/sns: fix PCUIF version number (details)
  2. Revert "ttcn3-pcu-test/sns: fix PCUIF version number" (details)
  3. ttcn3-pcu-test/sns: fix PCUIF version number (follow up patch) (details)
Commit c9820d7b36eb3f75c32d193394da46aad9406cb2 by pmaier@sysmocom.de
ttcn3-pcu-test/sns: fix PCUIF version number

The current master of OsmoPCU is now using PCUIF version number 12.
However, the configuration file of the the SNS tests still sets it to
11.

Related: OS#6275
Change-Id: I0b37f01f4c7bb829053231339e39ab734f4c8cbc
The file was modified ttcn3-pcu-test/sns/PCU_Tests.cfg
The file was modified ttcn3-pcu-test/jenkins-sns.sh
Commit e104fdae7e2ed3f3653b9ff3a10052e88ca3a097 by pmaier@sysmocom.de
Revert "ttcn3-pcu-test/sns: fix PCUIF version number"

Unfortunately this patch only fixes ttcn3-pcu-test-sns but it breaks
ttcn3-pcu-test-sns-latest, this means a different solution is needed.

This reverts commit c9820d7b36eb3f75c32d193394da46aad9406cb2.

Change-Id: I101d27ae8ed7449b199e49795a3561436c2532dd
Related: OS#6275
The file was modified ttcn3-pcu-test/sns/PCU_Tests.cfg
The file was modified ttcn3-pcu-test/jenkins-sns.sh
Commit f4e2d5c1e59779786e04f58125a73570dd4e80a4 by pmaier@sysmocom.de
ttcn3-pcu-test/sns: fix PCUIF version number (follow up patch)

Unfortunately we had to revert [1] because it worked for current master
but not for latest. The mistake here was to change the PCUIF version
number in PCU_Tests.cfg to PCUIF v12. This is indeed the correct version
for current master, but latest still uses v11. Also the change we made in
jenkins-sns only affected 2023q1 builds, it does not affect latest. This
is the reason why the previous patch broke latest.

This follow up patch now copies the approach we already successfully use
with the normal ttcn3-pcu-test / ttcn3-pcu-test-latest. (see also
jenkins.sh)

[1] I0b37f01f4c7bb829053231339e39ab734f4c8cbc

Change-Id: I1f94a0459e35d7b5632c81d7f7e2e60eb0d0229f
Related: OS#6275
The file was modified ttcn3-pcu-test/jenkins-sns.sh