skip to main content
DFSI Gateway Reports and Metrics
ICE Provides P25 metrics for DFSI Gateways through the View Report option in the Gateway Group.
A screen shot of a computer AI-generated content may be incorrect.
DFSI Gateway Reports include the metrics defined below. The output samples shown are examples of what appears in the report window. Actual results will be specific to your DFSI Gateways. Additionally, actual results will include all of the metrics listed below on a single page.
*Time
"gatewayInfo": {
...
"startupTime": 1746036345,
"uptime": 3600,
"reportTime": 1746039945,
...
}
Note: ‘Epoch’ time is a system for tracking time as a running total of seconds that have elapsed since January 1, 1970, at midnight UTC (Coordinated Universal Time). This means that the values for startupTime and reportTime are given in seconds since this specific starting point in time.
startupTime
Time in Epoch seconds since gateway start.
uptime
Time in seconds since gateway started.
reportTime
Time in Epoch seconds since last time status was reported.
*P25 License
"gatewayInfo": {
...
"vocoderLicenseMax": 10,
"vocoderLicenseInUse": 5,
...
},
vocoderLicenseMax
Number of vocoder licenses available for use.
Vocorder Licenses in Use
The number of vocoder licenses currently in-use and unavailable.
*P25 DFSI Fixed Stations
"fixedstations": [
{
...
"fsConnectedStatus": "CONNECTED",
"fsSsRegistrationtatus": "REGISTERED",
...
}
]
fsConnectedStatus
Shows CONNECTED or DISCONNECTED depending on Fixed Station connection status.
fsSsRegistrationtatus
Shows REGISTERED or UNREGISTERED depending on Fixed Station registration status.
*Communication (Rx)
"groups": [
{
...
"rxCallsReceivedCount": 34,
"rxCallsCompletedCount": 34,
"rxCallsFailedVocoderCount": 0,
"rxCallsFailedOtherCount": 0,
...
}
]
rxCallsReceivedCount
Calls received from ICE for relay to the radio system.
rxCallsCompletedCount
Calls received by the Radio System sent from ICE.
rxCallsFailedVocoderCount
Calls failed due to unvailable Vocorder License.
rxCallsFailedOtherCount
Calls failed due to Other Reasons.
*Communication (Tx)
This includes talk bursts from ICE to the radio/telephony side per channel that is managed by the gateway. These will be present in the in the array block called groups for channel representing the actual fixed station, radio system talkgroup or telephony dial number where the communication occurred. For telephony, this report only includes channel dial sessions, not user calls.
"groups": [
{
...
"txCallsReceivedCount": 25,
"txCallsCompletedCount": 25,
"txCallsFailedVocoderCount": 0,
"txCallsFailedOtherCount": 0,
...
}
]
txCallsReceivedCount
Calls received from ICE for relay to the radio system.
txCallsCompletedCount
Calls received by the Radio System sent from ICE.
txCallsFailedVocoderCount
Calls failed due to unvailable Vocorder License.
txCallsFailedOtherCount
Calls failed due to Other Reasons. Possible issues include connection to the fixed station, registration to the radio system, affiliation to the talkgroup, telephony registration, or call state.
To view a P25 DFSI Gateway Report
1. Log in to ICE Desktop as an Admin.
2. Navigate to Settings > Radio Interoperability > P25 Interoperability > DFSI.
The DFSI Gateways page opens.
Each Gateway in each Group has its own View Report command as shown below.
A screen shot of a computer AI-generated content may be incorrect.
3. Click View Report.
A window opens providing the report for viewing or copying.