User:Ofriedri: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
*jist.swans.Constants
*jist.swans.Constants
**added all missing possible bandwidth (2, 6, 9, 12, 18, 22, 24, 33, 36, and 48 Mbit/s)
**added all missing possible bandwidth (2, 6, 9, 12, 18, 22, 24, 33, 36, and 48 Mbit/s)
*brn.swans.mac.MacMcExOR
**added class member &nbsp;<span style="font-family:Courier New; font-weight:bold">private int bitrate;</span>
**added accessor method&nbsp;<span style="font-family:Courier New; font-weight:bold">public int getBitrate() { return bitrate; };</span>





Revision as of 13:21, 16 June 2006

BitRateSelection: Integration into JiST

First step: Quick and dirty hack into mac layer

Source code base: svn://brn-svn/brn/simulation/NetCodExOR (svn co ~)

Changed files:

  • jist.swans.Constants
    • added all missing possible bandwidth (2, 6, 9, 12, 18, 22, 24, 33, 36, and 48 Mbit/s)
  • brn.swans.mac.MacMcExOR
    • added class member  private int bitrate;
    • added accessor method public int getBitrate() { return bitrate; };


Future: BER

radio model has to be adapted to bit rates!!!