From a53d22252cf1bc6aafb9c77a6d0d8e1eceed7c19 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Fri, 25 Jan 2013 10:35:35 +1100 Subject: [PATCH] gsmd: don't call _OPSYS so often. It seems to cause more problems than it fixes. Just call at init time. Signed-off-by: NeilBrown --- gsm/gsmd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gsm/gsmd.py b/gsm/gsmd.py index 987e6ba..1c2d7eb 100644 --- a/gsm/gsmd.py +++ b/gsm/gsmd.py @@ -578,8 +578,6 @@ control['resume'] = [ AtAction(at='+CNMI=1,1,2,0,0', critical=False), AtAction(at='_OSQI=1', critical=False), AtAction(at='+CREG=2'), - # Make sure to use both 2G and 3G - AtAction(at='_OPSYS=3,2', critical=False), CheckSMS(), ChangeStateAction(None), ChangeStateAction('idle'), -- 2.39.5