Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

DIAMETER_AVP_LOG

Col #

Column NameData Type Not Null?Data Def.Comments
1

ID

NUMBER

22

N

 'Primary' key
2

SESSION_IDEN

VARCHAR2

4000

Y

 

Diameter session id (from
external diameter request AVP)

3

REQUEST_TYPE

NUMBER

22

Y

 

Type of the request: 1-initial,
2-update, 3-terminate, 4-event
(e.g. subscribe)...

4

REQUEST_NUMBER

NUMBER

22

Y

 

Request number regarding
a session_iden

5

REQUEST_TIMESTAMP

DATE

7

Y

 Time of receiving request
6

ANSWER_DB_TIMESTAMP

DATE

7

Y

 Time of delivering response
7

REQUEST_AVP_STRING_1

VARCHAR2

4000

Y

 First string of AVPs
8

REQUEST_AVP_STRING_2

VARCHAR2

4000

Y

 Second string of AVPs
9

ANSWER_AVP_STRING_1

VARCHAR2

4000

Y

 

Response corresponding to
the first string of AVPs

10

ANSWER_AVP_STRING_2

VARCHAR2

4000

Y

 Response corresponding to
the second string of AVPs

Log Information of Real Time Diameter Requests and Responses using the Diameter protocol with AVP (Attribute-Value Pair)

  • No labels