diff --git a/src/lte/model/lte-rrc-sap.h b/src/lte/model/lte-rrc-sap.h index 2a3cadb7b..cc2404d94 100644 --- a/src/lte/model/lte-rrc-sap.h +++ b/src/lte/model/lte-rrc-sap.h @@ -257,7 +257,7 @@ public: ///TxFailParams structure struct TxFailParam { - uint8_t connEstFailCount; ///< Number of times that the UE detects T300 expiry on the same cell + uint8_t connEstFailCount {0}; ///< Number of times that the UE detects T300 expiry on the same cell }; /// RachConfigCommon structure