osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/43139?usp=email )
Change subject: tests: 06_test_simcards: restart pcscd first
......................................................................
tests: 06_test_simcards: restart pcscd first
We found that the pcscd can crash while flashing the octsim firmware.
Restart the pcscd after the firmware is flashed, right before we use
pcscd.
Related: OS#7022
Related: osmo-ci I9bcbbba156de0cea1f7fa49bfaeb99e6f1f90647
Change-Id: Ibfd8aae789b4b0269bc6f21bfe2b2a5c38bc7cd2
---
M tests/sysmo-octsim/06_test_simcards.sh
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/39/43139/1
diff --git a/tests/sysmo-octsim/06_test_simcards.sh b/tests/sysmo-octsim/06_test_simcards.sh
index fae4963..a32451a 100755
--- a/tests/sysmo-octsim/06_test_simcards.sh
+++ b/tests/sysmo-octsim/06_test_simcards.sh
@@ -5,6 +5,11 @@
sleep 1
./get_installed_version.sh
+# OS#7022: restart pcscd right before using it through pySim-read.py, as it may
+# have crashed during flashing
+sudo /etc/osmo-ccid-firmware-tests/restart-pcscd.sh
+sleep 5
+
echo "card slot 0 - pysimread"
$PYSIMREAD -p 0
echo ""
--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/43139?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: Ibfd8aae789b4b0269bc6f21bfe2b2a5c38bc7cd2
Gerrit-Change-Number: 43139
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Attention is currently required from: fixeria.
Jenkins Builder has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-trx/+/43116?usp=email )
Change subject: Transceiver52M: implement TRXDv2 support
......................................................................
Patch Set 2:
(4 comments)
File Transceiver52M/Transceiver.h:
Robot Comment from checkpatch (run ID ):
https://gerrit.osmocom.org/c/osmo-trx/+/43116/comment/ddb808de_19f3a087?usp… :
PS2, Line 221: bool sendBurstInd(size_t chan, const struct osmo_trxd_burst_ind *bi);
please, no spaces at the start of a line
Robot Comment from checkpatch (run ID ):
https://gerrit.osmocom.org/c/osmo-trx/+/43116/comment/8519bd93_2e7237ed?usp… :
PS2, Line 225: bool queueBurstIndBatched(size_t chan, const struct osmo_trxd_burst_ind *bi);
please, no spaces at the start of a line
Robot Comment from checkpatch (run ID ):
https://gerrit.osmocom.org/c/osmo-trx/+/43116/comment/ea71dab1_883c8084?usp… :
PS2, Line 228: bool flushBurstIndBatch(size_t chan);
please, no spaces at the start of a line
Robot Comment from checkpatch (run ID ):
https://gerrit.osmocom.org/c/osmo-trx/+/43116/comment/ff5762c0_319d1f43?usp… :
PS2, Line 231: bool handleBurstReq(size_t chan, const struct osmo_trxd_burst_req *br);
please, no spaces at the start of a line
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/43116?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Ie6a33e3980b3ca4ab05a3d4221d5a8ba0132233d
Gerrit-Change-Number: 43116
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 29 Jul 2026 13:14:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No