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()