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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/14053 )
Change subject: ccid_proto: Fix ccid_rdr_to_pc_{data_rate_and_clock,escape}
......................................................................
ccid_proto: Fix ccid_rdr_to_pc_{data_rate_and_clock,escape}
Both use 'struct ccid_header_in', not 'struct ccid_header'.
Change-Id: I0e370da11a0c95d0ea4a517aa6060f16e21adef0
---
M ccid/ccid_proto.h
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
diff --git a/ccid/ccid_proto.h b/ccid/ccid_proto.h
index e10be8a..fa0ead1 100644
--- a/ccid/ccid_proto.h
+++ b/ccid/ccid_proto.h
@@ -303,14 +303,14 @@
/* Section 6.2.4 RDR_to_PC_Escape */
struct ccid_rdr_to_pc_escape {
- struct ccid_header hdr;
+ struct ccid_header_in hdr;
uint8_t bRFU;
uint8_t abData[0];
} __attribute__ ((packed));
/* Section 6.2.5 RDR_to_PC_DataRateAndClockFrequency */
struct ccid_rdr_to_pc_data_rate_and_clock {
- struct ccid_header hdr;
+ struct ccid_header_in hdr;
uint8_t bRFU;
uint32_t dwClockFrequency;
uint32_t dwDataRate;
--
To view, visit https://gerrit.osmocom.org/14053
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I0e370da11a0c95d0ea4a517aa6060f16e21adef0
Gerrit-Change-Number: 14053
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190515/1441a3ff/attachment.htm>