Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

ATM INTERFACE

Sample message format

Information in this document is subject to change without notice.

No part of this document may be reproduced or transmitted in any form or by any means, for any purpose,
without the express written permission of TEMENOS HEADQUARTERS SA.
COPYRIGHT 2007 - 2008 TEMENOS HEADQUARTERS SA. All rights reserved.
ATM INTERFACE WORKFLOW

Table of Contents

Document History ...................................................................................................................... 3


1.ISO MESSAGE WORKFLOW IN ATM ................................................................................... 4
1.1Sample iso message ..................................................................................................... 4
1.2 Message split up .......................................................................................................... 4

2 S.ANITHA | TAM
ATM INTERFACE WORKFLOW

Document History

Author Version Date

S.ANITHA 1 12 Sep 2008

K.Divya 1.1 08 Dec 2008

Comments:

Sample message format supported by Multiple port ATM interface.

3 S.ANITHA | TAM
ATM INTERFACE WORKFLOW

1. ISO MESSAGE WORKFLOW IN ATM


Please find below the flow of ISO message through ATM interface to T24.

1.1Sample iso message


0039080080000000000000000400000000000000301

1.2 Message split up


The parsing and splitting of message is done by T24 program

0039-Total message length

0800-Message Type Indicator (request)

80000000000000000400000000000000-bit map in hexa decimal format

100000000000000000000000000000000000000000000000000000000000000000000100000
00000000000000000000000000000000000000000000000000000-The hexa decimal format
converted to binary format (this part is done by T24 program)

From the binary format we can find the data field present .In the above example the fields
present is 1 and 70
301-70th field (network message)

The java plug-in picks the ISO message from the switch and posts it to T24.The T24 program
splits the incoming message as mentioned above and then checks the mapping table in T24
with which it forms the OFS string.
The response mapping file picks the necessary information from the OFS response and it
forms the ISO message which is again sent back to the switch along with the response code as
given below:

E.G.
004108108000000002000000040000000000000000301
Where
0041- total length of the response
0810- Message Type Indicator (response)
80000000020000000400000000000000- Bit map in hexa decimal format
00-response code
301-70th field (network message)

4 S.ANITHA | TAM

You might also like