You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
device-reachability-status supports a differentiated reachability information like, "only data, "only sms", "data and sms" or just "reachable"
device-reachability-status-subscriptions remained on the old stand where data covers "data only" or "data and SMS", and SMS connectivity means "SMS only"
Possible evolution
Align the subscription API with the retrieve API and provide similar event types. To be discussed if we can support multiple event types for a subscription.
Possible solution, subscription even types (connected-data and connected-sms can be combined):
disconnected (none)
connected (data or sms)
connected-data (data is connected regardless of sms)
connected-sms (sms is connected regardless of data)
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered:
Problem description
device-reachability-status supports a differentiated reachability information like, "only data, "only sms", "data and sms" or just "reachable"
device-reachability-status-subscriptions remained on the old stand where data covers "data only" or "data and SMS", and SMS connectivity means "SMS only"
Possible evolution
Align the subscription API with the retrieve API and provide similar event types. To be discussed if we can support multiple event types for a subscription.
Possible solution, subscription even types (connected-data and connected-sms can be combined):
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered: