SmspTpScAddr: set example_input

Change-Id: Ie2c367788215d746807be24051478f0032a19448
This commit is contained in:
Neels Hofmeyr
2026-03-04 00:24:02 +01:00
parent 6b9b46a5a4
commit d8f3c78135

View File

@@ -352,6 +352,7 @@ class SmspTpScAddr(ConfigurableParameter):
strip_chars = ' \t\r\n'
max_len = 21 # '+' and 20 digits
min_len = 1
example_input = '+49301234567'
@classmethod
def validate_val(cls, val):