equal
deleted
inserted
replaced
52 |
52 |
53 <hr> |
53 <hr> |
54 <h1>Changes from ns-3.18.1 to ns-3.19</h1> |
54 <h1>Changes from ns-3.18.1 to ns-3.19</h1> |
55 |
55 |
56 <h2>New API:</h2> |
56 <h2>New API:</h2> |
|
57 <ul> |
|
58 <li> A new wifi extension for vehicular simulation support is available in the |
|
59 src/wave directory. The current code represents an interim capability to |
|
60 realize an IEEE 802.11p-compliant device, but without the WAVE extensions |
|
61 (which are planned for a later patch). The WaveNetDevice modelled herein |
|
62 enforces that a WAVE-compliant physical layer (at 5.9 GHz) is selected, and |
|
63 does not require any association between devices (similar to an adhoc WiFi |
|
64 MAC), but is otherwise similar (at this time) to a WifiNetDevice. WAVE |
|
65 capabililties of switching between control and service channels, or using |
|
66 multiple radios, are not yet modelled. |
|
67 </li> |
|
68 </ul> |
57 |
69 |
58 <h2>Changes to existing API:</h2> |
70 <h2>Changes to existing API:</h2> |
59 <ul> |
71 <ul> |
60 <li>A change is introduced for the usage of the EpcHelper |
72 <li>A change is introduced for the usage of the EpcHelper |
61 class. Previously, the EpcHelper class included both the API |
73 class. Previously, the EpcHelper class included both the API |