lte: Avoid valgrind warning of uninitialized value

This commit is contained in:
Tom Henderson
2019-08-08 12:37:17 -07:00
parent 5b34c908f0
commit 2efb7daee1

View File

@@ -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