From: NeilBrown Date: Sun, 11 Oct 2015 07:50:10 +0000 (+1100) Subject: gsmd2: define the didset function. X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=d7835d62de2c248fd9a996568ab6425d31779ea8;p=plato.git gsmd2: define the didset function. A recent patch causes this to be called, but it doesn't exist! Signed-off-by: NeilBrown --- diff --git a/gsm/gsmd2.py b/gsm/gsmd2.py index 6f62476..cb75743 100644 --- a/gsm/gsmd2.py +++ b/gsm/gsmd2.py @@ -1471,6 +1471,9 @@ class clock(Engine): at_queue('+CTZU=1', self.didset, 2000) return False + def didset(self, line): + pass + def got_clk(self, line): now = time.time() if not line: