neels has uploaded this change for review.

View Change

SmspTpScAddr: set example_input

Change-Id: Ie2c367788215d746807be24051478f0032a19448
---
M pySim/esim/saip/personalization.py
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/57/42257/1
diff --git a/pySim/esim/saip/personalization.py b/pySim/esim/saip/personalization.py
index 1224b05..fb91cb5 100644
--- a/pySim/esim/saip/personalization.py
+++ b/pySim/esim/saip/personalization.py
@@ -352,6 +352,7 @@
strip_chars = ' \t\r\n'
max_len = 21 # '+' and 20 digits
min_len = 1
+ example_input = '+49301234567'

@classmethod
def validate_val(cls, val):

To view, visit change 42257. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ie2c367788215d746807be24051478f0032a19448
Gerrit-Change-Number: 42257
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>