Skip to content

Commit

Permalink
lte: (fixes #2899) Inconsistent type for variable cellForWhichToRepor…
Browse files Browse the repository at this point in the history
…tCGI
  • Loading branch information
mrequena committed Mar 8, 2018
1 parent 536c5a8 commit cb88b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down
2 changes: 1 addition & 1 deletion src/lte/model/lte-rrc-sap.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ class LteRrcSap
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
};

/**
Expand Down

0 comments on commit cb88b3c

Please sign in to comment.