Class BcfDiscrepancyReport
Data class for sending a BCF Discrepancy Report. See Sections 3.7.6 and E.2.1 of NENA-STA-010.3
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class BcfDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceBcfDiscrepancyReport()
Default constructor
Declaration
public BcfDiscrepancyReport()
Properties
| Edit this page View SourceeventTimestamp
Timestamp of the event being reported. Must be in the NENA Timestamp format specified in Section 2.3 of NENA-STA-010.3. Required.
Declaration
public string eventTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |
packetHeader
For InitialTrafficBlocked, MidTrafficBlocked, TrafficNotBlockedBadActor, TrafficNotBlocked, or Firewall, contains the packet’s header, encoded using base64. CONDITIONAL, REQUIRED for InitialTrafficBlocked, MidTrafficBlocked, TrafficNotBlockedBadActor, TrafficNotBlocked, or Firewall, OPTIONAL otherwise
Declaration
public string packetHeader { get; set; }
Property Value
Type | Description |
---|---|
string |
problem
Specifies the type of problem with the BCF. Must be set to the string equivalent of one of the values in the BcfProblemEnum. Required.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |
request
If the discrepancy concerns a dialog, the set to the initial INVITE that initiated the dialog. Conditional: REQUIRED when the discrepancy concerns a dialog.
Declaration
public string request { get; set; }
Property Value
Type | Description |
---|---|
string |
sosSource
Set to the emergency-source parameter of the dialog request (i.e., the initial INVITE). See Section 4.1.2 of NENA-STA-010.3. Required.
Declaration
public string sosSource { get; set; }
Property Value
Type | Description |
---|---|
string |