ATI EDRs
Introduction
These EDRs are generated by the LogicApp when processing inbound AnyTimeInterrogationRequest messages using the ATI Lua Service implemented by the AnyTimeInterrogationLuaService service module.
The ATI EDR Event Types are:
ATI
ATI-R
ATI-E
ATI-END
ATI-SHUTDOWN
Common Format
The configuration parameters for configuring EDR output including filename structure
and location is defined in the configuration documentation for the EdrApp
which is
a base component provided by the n2svcd
package.
All EDRs are written by the EdrApp
application using its file and record formatting rules.
Refer to the n2svcd
base documentation for more details on configuring and managing EDR
streams, and on the syntax/encoding details for N-Squared EDRs.
ATI EDR
The ATI
EDR Event indicates that the AnyTimeInterrogationLuaService received an inbound
AnyTimeInterrogationRequest from a SigtranApp instance.
Example:
TODO
Field | Type | Description |
---|---|---|
DIRECTION
|
in
|
[Always Present] Indicates that the ATI request was received inbound. |
DREF
|
String | The Destination Reference Digits (if present) from the MAP-Open (if present). |
IMSI
|
String | The Subscriber Identity IMSI digits if present. |
LGTD
|
HEX String | The SCCP Called Address (local, ours) Global Title Digits (if present). |
LPC
|
Integer | The SCCP Called Address (local, ours) Point Code (if present). |
LRI
|
Integer | The SCCP Called Address (local, ours) Routing Indicator. |
LSSN
|
Integer | The SCCP Called Address (local, ours) Sub-System Number (if present). |
LTID
|
HEX String | [Always Present] The TCAP local (near-end) Transaction ID. |
MSISDN
|
HEX String | The Subscriber Identity MSISDN in the form [digits]:[noa]:[npi] if present. |
OREF
|
String | The Origination Reference Digits (if present) from the MAP-Open (if present). |
RGTD
|
HEX String | The SCCP Calling Address (remote, far-end) Global Title Digits (if present). |
RPC
|
Integer | The SCCP Calling Address (remote, far-end) Point Code (if present). |
RRI
|
Integer | The SCCP Calling Address (remote, far-end) Routing Indicator. |
RSSN
|
Integer | The SCCP Calling Address (remote, far-end) Sub-System Number (if present). |
RTID
|
HEX String | [Always Present] The TCAP remote (far-end) Transaction ID. |
ATI-R EDR
The ATI-R
EDR Event indicates that the logic service has provided an AnyTimeInterrogatioRequest
to the SigtranApp with a request that it be sent out in a ReturnResult component in TCAP END
to close the TCAP dialog.
Example:
TODO
Field | Type | Description |
---|---|---|
IMSI
|
String | The returned IMSI Digits (if present). |
ATI-E EDR
The ATI-E
EDR Event indicates that the logic service has provided an error code
to the SigtranApp with a request that it be sent out in a ReturnError component in TCAP END
to close the TCAP dialog.
Example:
TODO
Field | Type | Description |
---|---|---|
ERROR_CODE
|
Integer | The ReturnResult error code which will be sent. |
ATI-END EDR
The ATI-END
EDR Event indicates that the logic service has requested the SigtranApp to
end the inbound TCAP dialog by sending a TCAP END containing no components.
Example:
TODO
This EDR has no fields.
ATI-SHUTDOWN EDR
The ATI-SHUTDOWN
EDR Event indicates that an error occurred in the processing of the inbound
AnyTimeInterrogationRequest. This EDR does not of itself indicate any handling of the TCAP
processing.
If the original inbound ATI TCAP dialog was still open at the time of the processing error,
then there will also be an ATI-E
EDR indicated that a TCAP ReturnError was sent (in TCAP END)
to close the transaction.
Example:
TODO
Field | Type | Description |
---|---|---|
EXCEPTION
|
String | [Always Present] The error string generated by the logic processing. |