summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-03-17 19:21:24 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-03-17 19:21:24 +0100
commit91569105085ac7d1d3a1f5fc0f1adec83c81413b (patch)
tree0707d92cb8d79f67e0780f5f78c0c350347988ac /examples
parentdd87d59f475dae07e3acea8df3852dc9a6a12fce (diff)
downloadgmrf-91569105085ac7d1d3a1f5fc0f1adec83c81413b.tar
gmrf-91569105085ac7d1d3a1f5fc0f1adec83c81413b.zip
Remove flex scanner, use scanner from fastd (with lots of adjustions)
Diffstat (limited to 'examples')
-rw-r--r--examples/babel_test.mmss6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/babel_test.mmss b/examples/babel_test.mmss
index ca0a069..fad6f0a 100644
--- a/examples/babel_test.mmss
+++ b/examples/babel_test.mmss
@@ -1,15 +1,15 @@
protocol "babel" load "./libmmss_proto_babel.so" default;
network "net0" {
- etx min 1.0 max 5.0 sine period 15m;
+ etx min 1.0 max 5.0 sine period 15 m;
}
network "net1" {
- etx min 1.0 max 5.0 sine period 15m phase 5m;
+ etx min 1.0 max 5.0 sine period 15 m phase 5 m;
}
network "net2" {
- etx min 1.0 max 5.0 sine period 15m phase 10m;
+ etx min 1.0 max 5.0 sine period 15 m phase 10 m;
}
node "node1" {