Change in osmo-remsim[master]: simtrace2: use correct event when dispatching modem data to main_fsm

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.org
Mon May 25 21:06:38 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/18475 )

Change subject: simtrace2: use correct event when dispatching modem data to main_fsm
......................................................................

simtrace2: use correct event when dispatching modem data to main_fsm

Change-Id: I35e20a577544bde7ad7440a617dc3ed4d2572abf
---
M src/client/user_simtrace2.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/client/user_simtrace2.c b/src/client/user_simtrace2.c
index 39e6b32..c66f71e 100644
--- a/src/client/user_simtrace2.c
+++ b/src/client/user_simtrace2.c
@@ -111,7 +111,7 @@
 		/* send APDU to card */
 		ftpdu.buf = apdu_command;
 		ftpdu.len = sizeof(ac.hdr) + ac.lc.tot;
-		osmo_fsm_inst_dispatch(bc->main_fi, MF_E_BANKD_TPDU, &ftpdu);
+		osmo_fsm_inst_dispatch(bc->main_fi, MF_E_MDM_TPDU, &ftpdu);
 	} else if (ac.lc.tot > ac.lc.cur) {
 		/* there is pending data from the modem: send procedure byte to get remaining data */
 		osmo_st2_cardem_request_pb_and_rx(ci, ac.hdr.ins, ac.lc.tot - ac.lc.cur);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/18475
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I35e20a577544bde7ad7440a617dc3ed4d2572abf
Gerrit-Change-Number: 18475
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/20200525/c4d2064a/attachment.htm>


More information about the gerrit-log mailing list