Hoernchen has uploaded this change for review.

View Change

simtrace emulation: set usb configuration

Change-Id: I9def79343b4d2575f8b1bc7b9c9c8170b631ed49
---
M library/SIMTRACE_Emulation.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/43/27343/1
diff --git a/library/SIMTRACE_Emulation.ttcn b/library/SIMTRACE_Emulation.ttcn
index 74bc380..ae2fd2d 100644
--- a/library/SIMTRACE_Emulation.ttcn
+++ b/library/SIMTRACE_Emulation.ttcn
@@ -61,6 +61,7 @@
g_pars := pars;

f_usb_init(g_pars.usb_dev_match);
+ f_usb_set_configuration(g_dev_hdl, 1);

i_config := f_usb_get_config();
log("USB Configuration: ", i_config);

To view, visit change 27343. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I9def79343b4d2575f8b1bc7b9c9c8170b631ed49
Gerrit-Change-Number: 27343
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild@sysmocom.de>
Gerrit-MessageType: newchange