As cdma dongles don't return any operator name in long alphanumeric format, we
need to identify the serving network according to SID and retrieve the Operator
Name from a look-up table.
For that, I intend to extend mobile-broadband-provider-info plugin to parse also
cdma providers and retrieve the operator name matching with the provided SID.
---
TODO | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO
index 326ebab..58c9f61 100644
--- a/TODO
+++ b/TODO
@@ -554,6 +554,14 @@ CDMA Network Acquisition
Priority: Medium
Complexity: C2
+- Support reporting of the current registered operator name in long alphanumeric
+ format. Based on the System Identifier (SID) broadcasted by the modem, the
+ CDMA network name is retrieved from a look-up table (aka the 'mobile
+ broadband provider info'data base).
+
+ Priority: Medium
+ Complexity: C2
+
CDMA Connection Manager
=======================
--
1.7.1
Show replies by date