equal
deleted
inserted
replaced
46 is now fired when appropriate. |
46 is now fired when appropriate. |
47 - IPv4 identification field value is now dependent on the protocol field. |
47 - IPv4 identification field value is now dependent on the protocol field. |
48 - Fixes to support Python >= 3.3 in ns3 Python bindings |
48 - Fixes to support Python >= 3.3 in ns3 Python bindings |
49 - Enable selection of high precision int64x64_t implementation |
49 - Enable selection of high precision int64x64_t implementation |
50 at configure time, for debugging purposes. |
50 at configure time, for debugging purposes. |
|
51 - In LENA NS3.20, bearer release functionality is partially present. |
|
52 As an enhancement, complete release bearer functionality is provided on access and core side(3GPP compliant). |
|
53 A new procedure 'DeActivateDedicatedEpsBearer' is defined in LTEHelper for the same. |
|
54 Related output can be seen through the stats collected at different layers like PDCP, RLC, MAC, PHY. |
|
55 To support the implementation, example and test suite is added under examples and tests folder. |
51 |
56 |
52 Bugs fixed |
57 Bugs fixed |
53 ---------- |
58 ---------- |
54 - Bug 1276 - optimize NistErrorRateModel |
59 - Bug 1276 - optimize NistErrorRateModel |
55 - Bug 1294 - New PeekU8 () and Read (Buffer::Iterator start, uint32_t size) methods in Buffer::Iterator |
60 - Bug 1294 - New PeekU8 () and Read (Buffer::Iterator start, uint32_t size) methods in Buffer::Iterator |