Hi Anirudh, Denis at al.

@@ -669,6 +669,10 @@ const char *registration_status_to_string(int status)
          return "unknown";
      case NETWORK_REGISTRATION_STATUS_ROAMING:
          return "roaming";
+    case NETWORK_REGISTRATION_STATUS_REGISTERED_EUTRAN:
+        return "registered lte";
+    case NETWORK_REGISTRATION_STATUS_ROAMING_EUTRAN:
+        return "roaming lte";

What's would be the difference between "roaming lte" and "roaming" (or "registered lte" vs "registered") from the viewpoint of D-Bus API clients? In other words, what would e.g. dialer do differently depending on whether registration status is "registered lte" or just "registered"? Is it worth the API break? The existing clients won't know how to handle the new values until they (clients) get updated.

Cheers,
-Slava
_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to