Commit a50c8233 authored by Björn Richerzhagen's avatar Björn Richerzhagen
Browse files

Re-enabled UMTS as PHY-Type

(still, PHY-types should be deprecated against NetInterfaceNames at some
point in time)
parent 191d6409
...@@ -77,14 +77,15 @@ public enum PhyType { ...@@ -77,14 +77,15 @@ public enum PhyType {
ETHERNET(NetInterfaceName.ETHERNET, 0.001, 100000000 / 8, ETHERNET(NetInterfaceName.ETHERNET, 0.001, 100000000 / 8,
1 * Time.MILLISECOND, 1500, false), 1 * Time.MILLISECOND, 1500, false),
// /** /**
// * A centrally scheduled wireless connection connecting a host to at most * A centrally scheduled wireless connection connecting a host to at most
// * one base-station. No direct communication between hosts. * one base-station. No direct communication between hosts.
// * *
// * Assuming the following defaults: zero link-layer packet loss due to * Assuming the following defaults: zero link-layer packet loss due to
// * scheduling, 384kBit/s, 500us latency, 1,4 kByte MTU * scheduling, 384kBit/s, 500us latency, 1,4 kByte MTU
// */ */
// UMTS(0, 384000 / 8, 500 * Simulator.MICROSECOND_UNIT, 1472, false), UMTS(NetInterfaceName.MOBILE, 0, 384000 / 8,
500 * Simulator.MICROSECOND_UNIT, 1472, false),
/** /**
* *
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment