This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19466 )
Change subject: CCID_Tests: Fix USB VendorID
......................................................................
CCID_Tests: Fix USB VendorID
The VendorID of the sysmoOCTSIM is 0x1d50, not 0x1df0.
Change-Id: Id0eda6e661bca6bed7367c3af1a38b795ea959b0
---
M ccid/CCID_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/ccid/CCID_Tests.ttcn b/ccid/CCID_Tests.ttcn
index 2256025..f7423cd 100644
--- a/ccid/CCID_Tests.ttcn
+++ b/ccid/CCID_Tests.ttcn
@@ -17,7 +17,7 @@
import from CCID_Emulation all;
modulepar {
- USB_Device_Match mp_usb_dev_match := { vid_pid := { vid := '1df0'H, pid := '6141'H } };
+ USB_Device_Match mp_usb_dev_match := { vid_pid := { vid := '1d50'H, pid := '6141'H } };
integer mp_use_slot_count := 8;
boolean mp_test_power_off := true;
boolean mp_quirk_resetpar_returns_slotsts := false;
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19466
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id0eda6e661bca6bed7367c3af1a38b795ea959b0
Gerrit-Change-Number: 19466
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200730/0a96244d/attachment.htm>