summaryrefslogtreecommitdiff
path: root/cesar
diff options
context:
space:
mode:
authorNicolas Schodet2011-10-27 09:50:55 +0200
committerNicolas Schodet2011-10-27 10:34:25 +0200
commit38cc6f7f8606ddf6be512ef280f29b6183f8bdd5 (patch)
tree298ac29de5985c156ffcf13a23bfc7a6c9a56232 /cesar
parentb66aa13bce9ed2c12786a6abb99efc8355fc2e88 (diff)
cesar/mac/pbproc/test: fix missing stub in 796fed271003
Diffstat (limited to 'cesar')
-rw-r--r--cesar/mac/pbproc/test/fsm/src/test_fsm.c7
-rw-r--r--cesar/mac/pbproc/test/pbproc/src/phy.c6
2 files changed, 13 insertions, 0 deletions
diff --git a/cesar/mac/pbproc/test/fsm/src/test_fsm.c b/cesar/mac/pbproc/test/fsm/src/test_fsm.c
index 7118924caf..416e8fedf0 100644
--- a/cesar/mac/pbproc/test/fsm/src/test_fsm.c
+++ b/cesar/mac/pbproc/test/fsm/src/test_fsm.c
@@ -220,3 +220,10 @@ main (int argc, char **argv)
test_result (t);
return test_nb_failed (t) == 0 ? 0 : 1;
}
+
+void
+phy_debug_unexpected (phy_t *ctx, uint expected_event_mask,
+ uint unexpected_event)
+{
+}
+
diff --git a/cesar/mac/pbproc/test/pbproc/src/phy.c b/cesar/mac/pbproc/test/pbproc/src/phy.c
index 2c98a5d337..7d8a2a6c34 100644
--- a/cesar/mac/pbproc/test/pbproc/src/phy.c
+++ b/cesar/mac/pbproc/test/pbproc/src/phy.c
@@ -54,6 +54,12 @@ phy_uninit (phy_t *ctx)
}
void
+phy_debug_unexpected (phy_t *ctx, uint expected_event_mask,
+ uint unexpected_event)
+{
+}
+
+void
phy_prepare (phy_t *ctx, phy_prepare_type_t type, bool wait)
{
scenario_event (phy_prepare, params);