GB2315638A - Communications system with sequential message numbering; Intelligent Networks - Google Patents
Communications system with sequential message numbering; Intelligent Networks Download PDFInfo
- Publication number
- GB2315638A GB2315638A GB9615153A GB9615153A GB2315638A GB 2315638 A GB2315638 A GB 2315638A GB 9615153 A GB9615153 A GB 9615153A GB 9615153 A GB9615153 A GB 9615153A GB 2315638 A GB2315638 A GB 2315638A
- Authority
- GB
- United Kingdom
- Prior art keywords
- message
- party
- ssp
- sid
- lpid
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L5/00—Arrangements affording multiple use of the transmission path
- H04L5/14—Two-way operation using the same type of signal, i.e. duplex
- H04L5/1469—Two-way operation using the same type of signal, i.e. duplex using time-sharing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04Q—SELECTING
- H04Q3/00—Selecting arrangements
- H04Q3/0016—Arrangements providing connection between exchanges
- H04Q3/0029—Provisions for intelligent networking
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
- H04L69/32—Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
- H04L69/322—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
- H04L69/324—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the data link layer [OSI layer 2], e.g. HDLC
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Communication Control (AREA)
Abstract
In a duplex communications system with asynchronous exchange of messages between two stations, such as between a service switching point SSP and a service control point SCP in an Intelligent Network, each message sent from a station includes a sequentially assigned number indicated by a sending ID parameter SID and also includes a receiving parameter LPID indicating the number of the most recent message received from the other station. For example, the SCP sends a message with SID= 1*,LPID = 1 in response to message number 1 from the SSP. If the SSP sends a message SID=3,LPID=1* before receiving a message SID=2*,LPID=2 sent by the SCP in response to the previous message (SID=2,LPID=1*) sent by the SSP, the SSP can detect such message "crossing" (ie. the stations are effectively out of synchronisation) because the LPID =2 parameter indicates a response to message SID =2, rather than message SID =3, from the SSP. The SSP may then ignore message SID=2*,LPID=2 from the SCP and await the SCP's response SID=3*,LPID=3 to the SSP's most recent message (SID =3,LPID = 1*). Because of the sequential numbering, it can also be detected when a message has been lost during transmission (Fig.6).
Description
SYNCHRONISATION CHECKING
This invention relates to a mechanism for checking synchronisation between applications in a network architecture. In particular, the invention relates to a mechanism for checking synchronisation between messages sent between a Service Control Point and a
Service Switching Point in an Intelligent Networks architecture.
An Intelligent Networks architecture includes a
Service Control Point (SCP), which typically has a large number of Service Switching Points (SSPs) connected to it. Each SSP is a switching system that can intercept telephone calls, and query the SCP. The
SCP contains service specific logic and data, but allows it to return instructions to the SSP on how to deal with the intercepted call.
The link between the SSP and SCP uses a full duplex communication protocol, meaning that each entity can be sending a message to the other at the same time.
This can result in synchronisation problems, because, when an entity receives a message, it is not apparent whether that message is in response to a recently sent message, or whether it was sent before its own most recently sent message was received at the other entity.
This problem is illustrated with reference to Figures 1 and 2 of the accompanying drawings. In the example shown in Figure 1, the SSP sends two messages W and X to the SCP in quick succession. For example, the SSP might be reporting events such as an answer by the called party, quickly followed by disconnection by the calling party. In Figure 1, the SCP sends message Y in response to report X. Thus, the system is synchronised.
However, in Figure 2, where the SSP sends the same two messages W and X, the SCP sends message Z in response to report W. By the time message Z is received by the SSP, it is inappropriate, because the further event reported in message X has already occurred. However, the SSP has no way of knowing that the system is out of synchronisation.
In accordance with the present invention, the communications protocol between the two entities provides that the messages carry synchronisation information. In particular, each message indicates the most recently received message from the other party, to which it is responding. This has the advantage that it is possible to maintain synchronisation, preventing the
SSP or SCP from acting on unreliable messages, improving the operation of the network.
For a better understanding of the present invention, reference will now be made, by way of example, to the accompanying drawings, in which:
Figure 1 is a schematic illustration of messages sent in a prior art protocol;
Figure 2 is a schematic diagram of a different set of messages sent with the prior art protocol;
Figure 3 is a first illustrative example of messages being sent in accordance with the invention;
Figure 4 is a second illustrative example of messages being sent in accordance with the invention;
Figure 5 is a third illustrative example of messages being sent in accordance with the invention; and
Figure 6 is a fourth illustrative example of messages being sent in accordance with the invention.
Figures 3-6 are illustrative examples of messages being exchanged between a SSP and SOP. In these diagrams, the SSP is represented on the left, and the
SCP is represented on the right. In addition, time is represented vertically, with later times appearing lower on the diagrams. Thus, a message from SSP to SCP is represented by a line diagonally downwards and to the right, with the size of the downwards component representing the time taken for the message to go across the network from SSP to SOP.
In accordance with the invention, each message sent over the SSP-SCP interface has a number assigned to it by the sending entity. In Figures 3-6, these numbers are indicated by the parameter SID (Sending
ID). The numbers are assigned sequentially, and transmitted with the messages. In Figures 3-6, the
Sending ID's of messages from SSP to SCP are indicated by plain numerals, while Sending ID's assigned to messages from SCP to SSP are indicated by numerals with asterisks (e.g. 1*, etc).
Each message transferred between the SSP and SCP also contains a parameter LPID (Last Processed ID), which indicates the Sending ID of the last message which was received from the receiving entity and processed by the sending entity.
Thus, when a receiving entity detects that the
LPID parameter, in a message which it has just received, does not correspond with the SID parameter in the last message which it sent, it knows that there is a lack of synchronisation. This allows the receiving entity to decide not to process the received message, until another message is received from the sending entity, indicating that its own last sent message has been processed.
Thus, in the example illustrated in Figure 3, a query is sent first from the SSP to the SOP, with the
SID parameter = 1, and the LPID parameter = 0*. In response, the SCP sends three instructions, identified respectively with the parameter values SID = 1*, LPID = 1 for the first instruction; SID = 2*, LPID = 1 for the second instruction; and SID = 3*, LPID = 1 for the third instruction. Thus, when the SSP receives these three instructions, it is able to determine, firstly, that it has received the three instructions in the sequence, and that those instructions were correctly sent by the SCP in response to the SSP's own most recently sent message, identified by SID = 1. When reporting the next event, the SSP therefore sends a message with parameters SID = 2, LPID = 3*, indicating that the third instruction sent from the SOP, having parameters SID = 3*, LPID = 1 was the last message it received from the SOP.
In the example shown in Figure 4, there is a loss of synchronisation, caused by messages crossing in the network.
Thus, the first event is reported from the SSP to the SCP in a message with parameters SID = 1, LPID = 0*. The SCP responds with an instruction with parameters SID = 1*, LPID = 1. The SSP then reports two events to the SOP, in respective messages with parameters SID = 2, LPID = 1* and SID = 3, LPID = 1*.
However, the SCP responds to the earlier of these two messages, before it has processed the later, and therefore it replies with a message with parameters SID = 2*, LPID = 2, this latter parameter indicating that the message from the SSP with the Sending ID = 2 was the last message which it processed. In this case, by contrast with the prior art, the SSP is able to detect that synchronisation has been lost, in that the SCP has sent instructions, without having processed the message most recently sent from the SSP to the SOP. The SSP therefore waits for further instructions before acting on the instructions contained in the message from the
SOP. In due course, the SCP sends a further message, with parameters SID = 3*, LPID = 3, this latter parameter indicating that the message from the SSP with the Sending ID = 3 has now been processed. The SSP is then able to detect that the SSP and SCP are back in synchronisation, and is able to execute the SCP instructions.
Thus, the system in accordance with the invention is able to maintain synchronisation, even when messages are sent with small time intervals therebetween.
Figure 5 illustrates another example of the use of the invention. Again, an event is first reported from the SSP to SOP, in a message with parameters SID = 1,
LPID = 0*. In response, the SCP sends instructions, in a message with parameters SID = 1*, LPID = 1. However, in this case, the SSP reports that there is an error in the message received from the SOP, and sends a further message with parameters SID = 2, LPID = 1*. Meanwhile, before receiving this error message from the SSP, the
SCP sends a second instruction, in a message with parameters SID = 2*, LPID = 1. In this case, when that message is received by the SSP, the SSP is able to detect that its most recent message has not been processed by the SOP, and so is able to wait until it receives a message indicating that its own most recently sent message has been processed, i.e. with a parameter LPID = 2. In due course, the SCP acts on the error message sent from the SSP, and sends a new message with parameters SID = 3*, LPID = 2. The SSP is then able to detect that the system is back in synchronisation, and executes the instructions sent from the SOP. Again, the system is able to allow synchronisation to be regained.
Figure 6 illustrates another use of the invention, where a message is lost during transmission. Again, an event is first reported from the SSP to the SOP, in a message with parameters SID = 1, LPID = 0*. In response, the SCP sends three instructions to the SSP, in messages with parameters SID = 1*, LPID = 1 for the first message; SID = 2*, LPID = 1 for the second message; and SID = 3*, LPID = 1 for the third message.
However, only the first and third messages are received by the SSP, with the second message somehow being lost in the network. In this case, the SSP is able to detect that a message is missing, because the SID parameters in the messages which it has received are not sequential. The SSP is therefore able to report an error to the SOP, which it does in a message with parameters SID = 2, LPID = 3*.
Therefore, there is disclosed a system in which synchronisation errors are able to be detected and, after detection, are able to be corrected.
Although the invention has been described herein with reference to an Intelligent Networks architecture, it will be appreciated that a similar protocol may be used in any duplex communications system relying on an asychronous exchange of messages.
Claims (6)
1. A method of operating a duplex communications system between a first party and a second party, in which messages sent from the first party to the second party include a sequential sending parameter, and messages sent from the second party to the first party include a receiving parameter corresponding to the sending parameter of the message most recently received by the second party from the first party.
2. A method as claimed in claim 1, wherein messages sent from the second party to the first party also include a sending parameter, and messages sent from the first party to the second party also include a receiving parameter corresponding to the sending parameter of the message most recently received by the first party from the second party.
3. A method as claimed in claim 1 or claim 2, wherein the first party is a switching point in a telecommunications network, and the second party is a control point.
4. A method as claimed in claim 1, wherein, when the first party receives a first message from the second party, in which the receiving parameter does not correspond to the sending parameter of the message most recently sent from the first party to the second party, the first party delays acting on the first message.
5. A method as claimed in claim 4, wherein the first party awaits a second message, in which the receiving parameter does correspond to the sending parameter of the message most recently sent from the first party to the second party.
6. A method as claimed in claim 1, wherein, when the second party detects that it has received no message from the first party with a sending parameter in an expected sequence, the second party sends an error message to the first party.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
GB9615153A GB2315638B (en) | 1996-07-19 | 1996-07-19 | Synchronisation checking |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
GB9615153A GB2315638B (en) | 1996-07-19 | 1996-07-19 | Synchronisation checking |
Publications (3)
Publication Number | Publication Date |
---|---|
GB9615153D0 GB9615153D0 (en) | 1996-09-04 |
GB2315638A true GB2315638A (en) | 1998-02-04 |
GB2315638B GB2315638B (en) | 2000-09-13 |
Family
ID=10797156
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
GB9615153A Expired - Fee Related GB2315638B (en) | 1996-07-19 | 1996-07-19 | Synchronisation checking |
Country Status (1)
Country | Link |
---|---|
GB (1) | GB2315638B (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1999022528A2 (en) * | 1997-10-24 | 1999-05-06 | Nokia Telecommunications Oy | Intelligent network switching point and control point |
WO2000067131A2 (en) * | 1999-05-04 | 2000-11-09 | At & T Laboratories-Cambridge Limited | Data transfer, synchronising applications, and low latency networks |
WO2002054657A1 (en) * | 2000-12-29 | 2002-07-11 | Soft Tracks Enterprises Ltd. | System and method for detecting and handling communication based errors in a wireless transaction system |
US8073994B2 (en) | 2000-05-03 | 2011-12-06 | At&T Laboratories | Data transfer, synchronising applications, and low latency networks |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0358293A2 (en) * | 1988-09-08 | 1990-03-14 | Digital Equipment Corporation | Local area system transport |
WO1990006647A1 (en) * | 1988-12-05 | 1990-06-14 | Compuquest, Inc. | Method and system for data transmission, using forward error correction and frame interleaving |
EP0418866A2 (en) * | 1989-09-19 | 1991-03-27 | Nippon Telegraph And Telephone Corporation | Signal transmission system capable of performing re-transmission control in units of slots |
EP0570220A2 (en) * | 1992-05-15 | 1993-11-18 | International Business Machines Corporation | Acknowledgment protocol for serial data network with out-of-order delivery |
WO1995006384A1 (en) * | 1993-08-25 | 1995-03-02 | Transaction Technology, Inc. | Home services delivery system with intelligent terminal emulator |
US5425025A (en) * | 1990-10-30 | 1995-06-13 | Fujitsu Limited | Communication protocol system |
-
1996
- 1996-07-19 GB GB9615153A patent/GB2315638B/en not_active Expired - Fee Related
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0358293A2 (en) * | 1988-09-08 | 1990-03-14 | Digital Equipment Corporation | Local area system transport |
WO1990006647A1 (en) * | 1988-12-05 | 1990-06-14 | Compuquest, Inc. | Method and system for data transmission, using forward error correction and frame interleaving |
EP0418866A2 (en) * | 1989-09-19 | 1991-03-27 | Nippon Telegraph And Telephone Corporation | Signal transmission system capable of performing re-transmission control in units of slots |
US5425025A (en) * | 1990-10-30 | 1995-06-13 | Fujitsu Limited | Communication protocol system |
EP0570220A2 (en) * | 1992-05-15 | 1993-11-18 | International Business Machines Corporation | Acknowledgment protocol for serial data network with out-of-order delivery |
WO1995006384A1 (en) * | 1993-08-25 | 1995-03-02 | Transaction Technology, Inc. | Home services delivery system with intelligent terminal emulator |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1999022528A2 (en) * | 1997-10-24 | 1999-05-06 | Nokia Telecommunications Oy | Intelligent network switching point and control point |
WO1999022528A3 (en) * | 1997-10-24 | 1999-07-08 | Nokia Telecommunications Oy | Intelligent network switching point and control point |
US6487288B1 (en) | 1997-10-24 | 2002-11-26 | Nokia Telecommunications Oy | Intelligent network switching point and control point |
WO2000067131A2 (en) * | 1999-05-04 | 2000-11-09 | At & T Laboratories-Cambridge Limited | Data transfer, synchronising applications, and low latency networks |
WO2000067131A3 (en) * | 1999-05-04 | 2001-09-13 | At & T Lab Cambridge Ltd | Data transfer, synchronising applications, and low latency networks |
US8346971B2 (en) | 1999-05-04 | 2013-01-01 | At&T Intellectual Property I, Lp | Data transfer, synchronising applications, and low latency networks |
US8423675B2 (en) | 1999-05-04 | 2013-04-16 | At&T Intellectual Property I, L.P. | Data transfer, synchronising applications, and low latency networks |
US8725903B2 (en) | 1999-05-04 | 2014-05-13 | At&T Intellectual Property I, L.P. | Data transfer, synchronising applications, and low latency networks |
US9769274B2 (en) | 1999-05-04 | 2017-09-19 | At&T Investments Uk Llc | Data transfer, synchronising applications, and low latency networks |
US8073994B2 (en) | 2000-05-03 | 2011-12-06 | At&T Laboratories | Data transfer, synchronising applications, and low latency networks |
WO2002054657A1 (en) * | 2000-12-29 | 2002-07-11 | Soft Tracks Enterprises Ltd. | System and method for detecting and handling communication based errors in a wireless transaction system |
Also Published As
Publication number | Publication date |
---|---|
GB9615153D0 (en) | 1996-09-04 |
GB2315638B (en) | 2000-09-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH03295333A (en) | Device to route packaged message and method | |
US5353326A (en) | Method for performing continuity check in an electronic exchange system | |
AU722752B2 (en) | Method for controlling an intelligent network call | |
WO1996015634A2 (en) | Overload prevention in a telecommunications network node | |
EP0632667A2 (en) | Method for releasing unnecessary trunks from a telephone call | |
JPH04229798A (en) | Method of processing call | |
EP0777398B1 (en) | Increasing the capacity of a personal communication service system by multiple connections to individual telephone links | |
US5940378A (en) | Call control in exchange suitable for intelligent network | |
GB2315638A (en) | Communications system with sequential message numbering; Intelligent Networks | |
KR0150528B1 (en) | Call processing method in atm virtual channel ess by senario | |
KR970002739B1 (en) | Method of matching between message transfer parts using for electronic switch | |
CN1314231C (en) | Self circulation method for program control exchanger | |
EP1042926B1 (en) | Timeout handler in a service control point | |
JPH0281555A (en) | Transfer loop preventing system in multistage transfer service | |
KR930010949B1 (en) | Cutting-in method during a call | |
KR100330179B1 (en) | Intelligent Network Processing Method For Outgoing Call In Switching System | |
KR20000044360A (en) | Method for managing subscriber port state | |
KR100339655B1 (en) | Method for rooting call from intellgent network exchange to another intellgent network exchange serving | |
KR100270737B1 (en) | Management method of incomming voice call in isdn exchange system | |
KR20020040954A (en) | Calling Identity Delivery Method | |
JP2878375B2 (en) | Call link control method | |
KR20000000896A (en) | Communication line monitoring control method | |
KR20010039059A (en) | Method for managing resource release using FR and PRI call process ID | |
JPS6121666A (en) | Terminal equipment for automatically restoring line fault of exchange network connection | |
WO1998027784A1 (en) | Call and connection control |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PCNP | Patent ceased through non-payment of renewal fee |
Effective date: 20100719 |