User:Ofriedri

From
Revision as of 13:21, 16 June 2006 by Ofriedri (talk | contribs)
Jump to navigation Jump to search

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!!!