mobile: set the PLMN default value to 001.01

This commit is contained in:
p1-bmu 2020-12-01 10:39:20 +01:00
parent 9a1db7803d
commit 1f569ccce3
1 changed files with 3 additions and 0 deletions

View File

@ -236,6 +236,9 @@ class PLMN(Buf):
_rep = REPR_HUM
_dic = MNC_dict
# default to PLMN 001.01
DEFAULT_VAL = b'\x00\xf1\x10'
def __init__(self, *args, **kw):
# element name in kw, or first args
if len(args):