From b2a45db8cef78c1550b792b11d5a6b927d07efe1 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Tue, 23 Mar 2021 12:50:58 +0100 Subject: [PATCH] 064-gtp-channel: fix width of [TR]XOUT_DIV attributes Signed-off-by: Alessandro Comodi --- fuzzers/064-gtp-channel-conf/attrs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzzers/064-gtp-channel-conf/attrs.json b/fuzzers/064-gtp-channel-conf/attrs.json index f852a255..6c1e0227 100644 --- a/fuzzers/064-gtp-channel-conf/attrs.json +++ b/fuzzers/064-gtp-channel-conf/attrs.json @@ -904,13 +904,13 @@ "type": "INT", "values": [1, 2, 4, 8], "encoding": [0, 1, 2, 3], - "digits": 3 + "digits": 2 }, "RXOUT_DIV": { "type": "INT", "values": [1, 2, 4, 8], "encoding": [0, 1, 2, 3], - "digits": 3 + "digits": 2 }, "CFOK_CFG": { "type": "BIN",