lte: (fixes #2899) Inconsistent type for variable cellForWhichToReportCGI

This commit is contained in:
Manuel Requena
2018-03-08 12:54:54 +01:00
parent 536c5a8696
commit cb88b3caea
2 changed files with 2 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ Bugs fixed
- Bug 2885 - lte: Tests fail for CQA and PSS testsuites
- Bug 2890 - internet: Icmpv4 "ECHO" is defined in system-wide headers
- Bug 2898 - lte: Coding issue in function RrcAsn1Header::DeserializeRachConfigCommon
- Bug 2899 - lte: Inconsistent type for variable cellForWhichToReportCGI
Known issues
------------

View File

@@ -327,7 +327,7 @@ public:
std::list<uint8_t> blackCellsToRemoveList; ///< black cells to remove list
std::list<BlackCellsToAddMod> blackCellsToAddModList; ///< black cells to add mod list
bool haveCellForWhichToReportCGI; ///< have cell for which to report CGI?
uint8_t cellForWhichToReportCGI; ///< cell for which to report CGI
uint16_t cellForWhichToReportCGI; ///< cell for which to report CGI
};
/**