-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Problem description
The currently defined service levels (C2 and `STREAM_4K") imply a certain "guarantee" from the mobile operator that the predicted service level will be met. This will tend to make the predictions conservative, and hence the connected device is likely to have better coverage than predicted.
An API consumer may not need a service level guarantee, and is rather more interested in a qualitative assessment of the coverage that their devices are likely to experience.
Possible evolution
Introduce a BEST_EFFORT service level with no specific service level requirements. This more closely reflects how mobile operators currently do coverage predictions. The existing connectivity levels of GC, MC, NC and ND will still apply to this new service level, and mobile operators usually anyway have an equivalent rating for their published coverage maps, making for a simple implementation.
Alternative solution
None
Additional context
None