Skip to content

Commit

Permalink
Update APIScopeEnhancement_Device_Status_network_info.md
Browse files Browse the repository at this point in the history
Amended per API Backlog/Device Status discussion (ref Device Status [PR 158](camaraproject/DeviceStatus#158)
  • Loading branch information
Kevsy authored Sep 27, 2024
1 parent 001a003 commit 57d3a32
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
| **Field** | Description |
| ---- | ----- |
| API name | [DeviceStatus](https://github.com/camaraproject/DeviceStatus) |
| New API name | NetworkInfo |
| New API name | ConnectedNetworkType |
| Scope Enhancement owner | Vodafone |
| Scope Enhancement summary | Read-only API to return the name of the operator and network type for an identified network-connected device. Business cases (1) developers can account for the different behaviours they have historically encountered from different network operators (2) developers can determine if the connection is to a virtual operator, which may result in different network capabilities (3) knowing the type of the network the device is connected to (cellular network type, fixed/Wi-Fi, satellite) allows the developer to better estimate network stability. Overall each business case can help improve end user experience|
| Technical viability | Operator name is static, connection type is available from via NEF.
| Commercial viability | Server implementations not known - but MNC/MCC lookup available on the UE via programmatic lookup to OS libraries.|
| Scope Enhancement summary | Read-only API to return the network type for an identified network-connected device. Business case: (1) knowing the type of the network the device is connected to (e.g cellular network type, fixed/Wi-Fi, satellite) allows the developer to better estimate network stability. |
| Technical viability | Connection type is available from via NEF.
| Commercial viability | Server implementations not known - but available on the UE via programmatic lookup to OS libraries.|
| YAML code available? | YES |
| Validated in lab/productive environments? | NO. |
| Validated with real customers? | NO.|
Expand Down

0 comments on commit 57d3a32

Please sign in to comment.