If wmediumd changes its SNR model, these tests need to be modified (ex.
previously SNR = 0 means disconnection, on the new model, SNR should be
-10 for disconnection). So use error probability model not to be
influenced by SNR model change.
Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
ifaces :
{
ids = ["%s", "%s", "%s"];
+};
+
+model:
+{
+ type = "prob";
links = (
- (0, 1, 50),
- (0, 2, 50),
- (1, 2, -10)
+ (0, 1, 0.000000),
+ (0, 2, 0.000000),
+ (1, 2, 1.000000)
);
};
"""