From 420ac201b9b94bde549ada9e2078694768f3af72 Mon Sep 17 00:00:00 2001 From: saeedjohar Date: Mon, 28 Dec 2020 11:40:21 +0300 Subject: [PATCH] Getting Network Information added --- sample/configureCATM1.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sample/configureCATM1.py b/sample/configureCATM1.py index add7d9d..601e5ac 100644 --- a/sample/configureCATM1.py +++ b/sample/configureCATM1.py @@ -27,4 +27,7 @@ node.getSignalQuality() print ("Checking Attached operator") -node.getOperator() \ No newline at end of file +node.getOperator() + +print("Getting Network Information") +node.getQueryNetworkInfo()