EDR Transaction File

The EDR transaction file dumps the transaction information at the end of the transaction. By default, the file generation is disabled.

The following table provides the information that is stored in the file.

EDR Transaction File Fields

Field Number

Field Name

Field Description

1

Transaction ID

Transaction ID

2

Start Time

The transaction start time in yyyy/MM/dd HH:mm:ss.SSS format.

3

Elapsed Ms

The time taken for transaction to end in milliseconds.

4

Subscriber ID

The subscriber ID. For example, imsi-123456789012345

5

Transaction Type

The transaction type (integer) which is defined internally in the application.

6

Transaction Description

The transaction description in string format.

7

Session Primary Key

The primary key of the session.

8

Session Unique Keys

The unique keys for the session separated by |.

9

Session Non Unique Keys

The non-unique keys for the session separated by |.

10

Status

The transaction status (success or error).

11

Status Code

The transaction status code to indicate the failure reason.

12

Procedure Name

The procedure name for which the transaction was submitted.

13

Sub Procedure Name

The sub procedure name for which the transaction was submitted.

14

State

The transaction state. It can be:

  • Started

  • New

  • Ready

  • Active

  • Pending

  • Suspend

  • SuspendWaitingForResponse

  • SuspendWaitingForLock

  • Abort

  • Finished

  • Timeout

  • Unknown

15

Execution stages

The list of stages the transaction went through its lifecycle separated by |

NOTES:

  • Each field is separated by comma (,).

  • Fields session_uks, session_nuks, execution_stages are a list. These fields are separated by pipe (|). For example, session_uks can be denoted as uk1|uk2|uk3.

CSV Format Examples:

1,2020/10/06 16:56:09.276,161,imsi-123456789012345,7,N11SmContextCreateReq,
imsi-123456789012345:5,,supi:imsi-123456789012345|gpsi:msisdn-9999988888|pei:
imei-123456786666660|udm:10.1.5.52|dnn:intershat|rat:nr|access:3gpp access|
connectivity:5g|policy:1,success,success,PDU Session Establishment,N11SmContextCreateReq,
Active,init_done|SETUP: Idle|SETUP: Await UDM Registration|SETUP: Await UDM Subscription Fetch|
SETUP: Await UDM Subscribe for Notification|finished
2,2020/10/06 16:56:09.432,659,imsi-123456789012345,106,NIntSelfTxnPduSetup,
imsi-123456789012345:5,33554442,supi:imsi-123456789012345|gpsi:msisdn-9999988888|pei:
imei-123456786666660|udm:10.1.5.52|dnn:intershat|rat:nr|access:3gpp access|connectivity:
5g|pcfGroupId:PCF-dnn=intershat;|pcf:10.1.5.52|policy:2|upf:10.1.5.52|upfEpKey:10.1.5.52:
10.1.5.54|ipv4-addr:poolv4/12.0.0.1|ipv4-pool:poolv4|ipv4-range:poolv4/12.0.0.1|ipv4-startrange:
poolv4/12.0.0.1|amf:10.1.5.52,success,success,unknown,unknown,Active,init_done|SETUP: 
Await PCF Internal|SETUP: Await PCF Create|SETUP: Await Address Allocation|SETUP: 
Await PCF Update|SETUP: Await Charging Create|SETUP: Await UPF Setup|SETUP: 
Await Assign Ebi Response|SETUP: Await N1 N2|finished
3,2020/10/06 16:56:10.151,167,imsi-123456789012345,10,N11SmContextUpdateReq,
imsi-123456789012345:5,33554442,supi:imsi-123456789012345|gpsi:msisdn-9999988888|pei:
imei-123456786666660|udm:10.1.5.52|dnn:intershat|rat:nr|access:3gpp access|connectivity:
5g|pcfGroupId:PCF-dnn=intershat;|pcf:10.1.5.52|policy:2|upf:10.1.5.52|
upfEpKey:10.1.5.52:10.1.5.54|ipv4-addr:poolv4/12.0.0.1|ipv4-pool:poolv4|
ipv4-range:poolv4/12.0.0.1|ipv4-startrange:poolv4/12.0.0.1|amf:10.1.5.52,success,success,
PDU Session Establishment,N11SmContextUpdateReq,Active,init_done|SETUP: Await AMF Update|
SETUP: Await UPF Modify|finished
4,2020/10/06 16:56:12.404,159,imsi-123456789012345,24,N11SmContextReleaseReq,
imsi-123456789012345:5,33554442,supi:imsi-123456789012345|gpsi:msisdn-9999988888|pei:
imei-123456786666660|udm:10.1.5.52|dnn:intershat|rat:nr|access:3gpp access|connectivity:
5g|pcfGroupId:PCF-dnn=intershat;|pcf:10.1.5.52|policy:2|upf:10.1.5.52|upfEpKey:10.1.5.52:
10.1.5.54|amf:10.1.5.52,success,success,unknown,unknown,Active,init_done|RELEASE: Idle|
RELEASE: Await UPF Release|RELEASE: Await Resource Release|finished
5,2020/10/06 16:56:12.563,158,imsi-123456789012345,123,NIntPduReleaseComplete,
imsi-123456789012345:5,,,success,success,PDU Session Release - AMF initiated,
NIntPduReleaseComplete,Active,init_done|RELEASE: Await Internal Charging Terminate|
RELEASE: Await Charging Terminate|RELEASE: Await PCF Delete|finished|finished