lte: (fixes #2898) Coding issue in function RrcAsn1Header::DeserializeRachConfigCommon
This commit is contained in:
@@ -76,6 +76,7 @@ Bugs fixed
|
||||
- Bug 2877 - wifi: Wrong data types for CWmin and CWmax
|
||||
- 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
|
||||
|
||||
Known issues
|
||||
------------
|
||||
|
||||
@@ -3297,8 +3297,6 @@ RrcAsn1Header::DeserializeRachConfigCommon (LteRrcSap::RachConfigCommon * rachCo
|
||||
rachConfigCommon->preambleInfo.numberOfRaPreambles = 0;
|
||||
}
|
||||
|
||||
rachConfigCommon->preambleInfo.numberOfRaPreambles = n;
|
||||
|
||||
if (preamblesGroupAConfigPresent[0])
|
||||
{
|
||||
// Deserialize preamblesGroupAConfig
|
||||
|
||||
Reference in New Issue
Block a user