Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openDSME/inet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ieee802154_example
Choose a base ref
...
head repository: i-tek/inet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ieee802154_example
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 20 files changed
  • 4 contributors

Commits on Oct 13, 2016

  1. CSMA: Throw away packets with bit errors

    In contrast to MiXiM where this code originates,
    INET does not throw away corrupted packets, but instead
    only sets a flag, so the packet has to be removed
    manually.
    
    Signed-off-by: Florian Kauer <[email protected]>
    koalo committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    f82e6f8 View commit details
    Browse the repository at this point in the history
  2. Fix choice of routerId inside GenericRoutingTable

    Inside the GenericRoutingTable, the highest interface address was
    chosen as the routerId, but this does not match the behaviour of
    the L3AddressResolver. Now both use the interface with the lowest
    address.
    
    Signed-off-by: Maximilian Köstler <[email protected]>
    Maximilian Köstler authored and koalo committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    fb08aa6 View commit details
    Browse the repository at this point in the history
  3. Ieee802154: Set rxSetupTime

    The rxSetupTime for the IEEE 802.15.4 MAC was still set to 0s.
    This is now set according to the datasheet of the ATmega256RFR2.
    
    Signed-off-by: Florian Kauer <[email protected]>
    koalo committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    4b1cc71 View commit details
    Browse the repository at this point in the history
  4. IEEE 802.15.4 example

    koalo committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    19be4e6 View commit details
    Browse the repository at this point in the history
  5. Improved traffic generator

    koalo committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    239c330 View commit details
    Browse the repository at this point in the history
  6. Fix choice of signal names inside the PRRTrafGen.

    Maximilian Köstler authored and koalo committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    7dd1f50 View commit details
    Browse the repository at this point in the history
  7. Draw radio-range on topmost module.

    Change radio module to draw communication range and interferece range for the topmost enclosing node (important for hierarchical structures).
    Maximilian Köstler authored and koalo committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    08b951f View commit details
    Browse the repository at this point in the history
  8. Ieee802154: Add processing delay

    Add processing delay in the network layer. The value is
    a typical value for the processing delay in CometOS.
    
    Signed-off-by: Florian Kauer <[email protected]>
    koalo committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    9efed95 View commit details
    Browse the repository at this point in the history
  9. Ieee802154: Add carrierFrequency to mediumLimitCache

    For FreeSpacePathLoss, the carrierFrequency of mediumLimitCache is required.
    
    Signed-off-by: Florian Kauer <[email protected]>
    koalo committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    fbfbcf4 View commit details
    Browse the repository at this point in the history
  10. Radio: Fixed FreeSpacePathLoss bug in the loss forumula for alpha != …

    …2 case, reported by Benjamin Sliwa.
    
    This bug affected models only if the alpha parameter has been changed from its default value of 2.
    levy authored and koalo committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    cc1f621 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Allow to extend CSMA

    koalo committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    73cb05a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Fixed traffic generators selfMessage allocation and introduced generi…

    …c IP-Application interface.
    i-tek committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    82710a5 View commit details
    Browse the repository at this point in the history
  2. Added a lot of IANA IP next protocol entries.

    This basically avoids an error to be thrown when a not implemented protocol number is used.
    The numbers which were listed in the original version are marked with "// implemented".
    In future, it might be reasonable to remove the error throwing and simply accept the numbers.
    i-tek committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    cf51f28 View commit details
    Browse the repository at this point in the history
  3. Adapted new IP App interface.

    Now the traffic generator can be used through the omnet.ini
    i-tek committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    da04189 View commit details
    Browse the repository at this point in the history
  4. Fixed tiny typo in omnet.ini

    i-tek committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    dab2221 View commit details
    Browse the repository at this point in the history
Loading