User:Ofriedri

From
Revision as of 13:26, 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 bandwidths (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; };
    • changed method public  boolean equals(Object o) {}
      • added line  if (bitrate != that.bitrate) return false;


Future: BER

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