Index: sources/model/hd/data/MHDUsageInfoResponse.h =================================================================== diff -u -rf9e747f0f28df1cc6a33179f0bc78bfc03d486fc -rc4dffe90d1a236a107599027b0b4248d25314af6 --- sources/model/hd/data/MHDUsageInfoResponse.h (.../MHDUsageInfoResponse.h) (revision f9e747f0f28df1cc6a33179f0bc78bfc03d486fc) +++ sources/model/hd/data/MHDUsageInfoResponse.h (.../MHDUsageInfoResponse.h) (revision c4dffe90d1a236a107599027b0b4248d25314af6) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2023-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2023-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file MHDUsageInfoResponse.h - * \author (last) Vy - * \date (last) 08-Sep-2023 + * \author (last) Dara Navaei + * \date (last) 16-Sep-2024 * \author (original) Vy * \date (original) 08-Sep-2023 * @@ -39,8 +39,6 @@ * | #1:(F32) | \ref Data::mTotalTxHours | * | #2:(F32) | \ref Data::mTotalTxHoursSinceLastService | * | #3:(U32) | \ref Data::mEpochOfStartOfLastTx | - * | #4:(U32) | \ref Data::mEpochOfLastRecordReset | - * | #5:(U16) | \ref Data::mCrc | * * \sa Data * @@ -63,8 +61,6 @@ Types::F32 mTotalTxHours ; Types::F32 mTotalTxHoursSinceLastService ; Types::U32 mEpochOfStartOfLastTx ; - Types::U32 mEpochOfLastRecordReset ; - Types::U16 mCrc ; } _data; public: @@ -77,8 +73,6 @@ float mTotalTxHours ; float mTotalTxHoursSinceLastService ; quint32 mEpochOfStartOfLastTx ; - quint32 mEpochOfLastRecordReset ; - quint16 mCrc ; }; MHDUsageInfoResponse () {}