Skip to content

Commit

Permalink
lte: Fix list of supported releases
Browse files Browse the repository at this point in the history
  • Loading branch information
a-andre authored and Gabrielcarvfer committed Nov 19, 2024
1 parent 549bdcb commit 00c4053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lte/model/eps-bearer.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ class EpsBearer : public ObjectBase

BearerRequirementsMap m_requirements; //!< Map of requirements per bearer

uint8_t m_release{30}; //!< Release (10 or 15 or 18)
uint8_t m_release{30}; //!< Release (8 to 11 or 15 or 18)
};

} // namespace ns3
Expand Down

0 comments on commit 00c4053

Please sign in to comment.