WO1998027785A1 - Call reference handling - Google Patents

Call reference handling Download PDF

Info

Publication number
WO1998027785A1
WO1998027785A1 PCT/SE1997/001991 SE9701991W WO9827785A1 WO 1998027785 A1 WO1998027785 A1 WO 1998027785A1 SE 9701991 W SE9701991 W SE 9701991W WO 9827785 A1 WO9827785 A1 WO 9827785A1
Authority
WO
WIPO (PCT)
Prior art keywords
pua
messages
dynamic
message
call
Prior art date
Application number
PCT/SE1997/001991
Other languages
French (fr)
Inventor
Bo Bergström
Original Assignee
Telefonaktiebolaget Lm Ericsson (Publ)
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Telefonaktiebolaget Lm Ericsson (Publ) filed Critical Telefonaktiebolaget Lm Ericsson (Publ)
Priority to AU54209/98A priority Critical patent/AU5420998A/en
Publication of WO1998027785A1 publication Critical patent/WO1998027785A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q11/00Selecting arrangements for multiplex systems
    • H04Q11/04Selecting arrangements for multiplex systems for time-division multiplexing
    • H04Q11/0428Integrated services digital network, i.e. systems for transmission of different types of digitised signals, e.g. speech, data, telecentral, television signals
    • H04Q11/0478Provisions for broadband connections
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/54Store-and-forward switching systems 
    • H04L12/56Packet switching systems
    • H04L12/5601Transfer mode dependent, e.g. ATM
    • H04L2012/5629Admission control
    • H04L2012/563Signalling, e.g. protocols, reference model

Definitions

  • the present invention regards telecommunication in general and effective and secure call reference handling in particular.
  • B-ISDN Broadband Integrated Services Digital Network
  • new services will be offered by carriers and third party vendors. These services include for example high bandwidth multimedia applications, multipoint application and interactive applications. These new services and with the services associated protocols are switching, connection and signalling requirements which is substantially more complex than today's requirements.
  • EP 0 631 456 discloses a distributed, server-based communications network architecture.
  • the architecture is various traditional call processing functions separated into distinct application processes .
  • the present invention discloses a method, a node and a network on how to handle, in a secure and fast way, a large amount of calls that execute messages in parallel.
  • the purpose of the present invention is thus to effectively and easily ' handle a large amount of calls in a node in a network.
  • the advantages with the present invention is that a large number of calls and messages can be handled simultaneously.
  • Another advantage is that the software is easily maintainable.
  • Another advantage is that call data is isolated.
  • Yet another advantage is that a smaller and more maintainable Call Reference table is accomplished.
  • Figure 1 shows a process layout of a preferred embodiment.
  • Figure 2 shows a signal diagram for configuring a PUA process.
  • Figure 3 shows a signal diagram for unconfiguring a PUA process.
  • Figure 4 shows a process layout of another traffic situation.
  • a process is a computer program including data which executes in its own environment with its own stack. When a process terminates the memory which was associated with said process is completely cleared.
  • processes comes in two flavours, dynamic processes which is created by other processes and will only live throughout its predetermined task execution, e.g. processes representing a call will only exist through the duration of the call.
  • the other flavour is the static processes which will exist over a longer time and will create or serve the dynamic processes.
  • the static processes will only be terminated in case of a major fault.
  • the messages names used herein can be regarded as a sort of meta messages. They do not match messages specified in the ITU-T Q.2931 B-ISDN Specification although some of the messages herein corresponds to messages in Q.2931 while other messages are invented only for sake of clarity.
  • a message is used as meaning receiving and treating information in broad terms. It can be reception and treatment of a standardised Q.2931 message as well as a internal function call.
  • FIG 1 is a first static PUA (Permanent User Access) process denoted 101.
  • a static PUA process 101 is created for each signalling link.
  • the PUA process 101 interacts with a dynamic UA
  • a PUA process 101 is created via a start function which is called from the PUA_SERVER 104. In the initialisation phase the PUA process 101 configure the link against the SAAL 103.
  • PUA_SERVER 104 wants to delete the link it sends a kill message to the PUA process 101.
  • the PUA process 101 will then directly execute the shutdown function which will delete the SAAL link 103 and exit.
  • the PUA process 101 will keep two lists, CRNetList and CRUserList, with the elements CR (Call Reference) and UAPid (User Access Process identity) .
  • the first list contains call references owned by the network and the second list, CRUserList, contains call references owned by the user.
  • Protocol discriminator error If a message is received with a protocol discriminator coded other than Q.2931 user-network call control message, that message shall be ignored. "Ignore" means to do nothing as if the message had never been received. The only allowed value of the protocol discriminator is 0000 1001' .
  • the PUA_SERVER process 104 is a permanent process which supervises all the PUA processes 101.
  • the PUA_SERVER process 104 is also an interface to services for configuration and deletion of a SVC (SAAL) .
  • SAAL SVC
  • the PUA_SERVER process 104 also supports the UA processes 102 with data.
  • 201 includes necessary data as for example Subscriber Number and VCI. Services 108 waits for an ACK (ACKNOWLEDGEMENT) message on the outcome of the order. • The PUA_SERVER 104 sends a START message 202 to start a PUA process 101. The PUA_SERVER process 104 waits for an acknowledgement from the PUA process 101, i.e. if the signalling link was configured or not, and if the PUA process 101 could be created.
  • ACK ACKNOWLEDGEMENT
  • a CONFIG_LINK message 203 to SAAL 103 is sent to order SAAL 103 to configure a link.
  • the result of the configuration is sent back in an ACK message 204. If the result of the configuration is OK, the PUA 101 PID is sent back to the PUA_SERVER process 104 in a ACK message 205. If the result of the configuration in SAAL 103 did not went well, then said PUA process 101 will terminate with exit (normal) .
  • the PUA 101 pid and the Subscriber Number for said SVC will be stored in two lists "SubKeyList” and "PuaKeyList" in the PUA_SERVER process 104, and an ACK message 206 is sent to Services 108 to indicate the fact that the signalling link was successfully configured.
  • a request is made from the operator to the Services 108 to delete a SVC. It is assumed that this request only can be performed when all resources connected to the subscriber are marked as free, i.e. no calls exist to nor from this subscriber.
  • a DELETE_SVC message 301 is sent from Services 108 to the PUA_SERVER process 104. Said DELETE_SVC message 301 includes necessary data such as for instance Subscriber Number. Services waits for acknowledgement on the outcome of the order.
  • the PUA 101 PID, corresponding to the Subscriber Number is found in the PUA_SERVER process 104 data "SubKeyList" .
  • PUA_SERVER 104 will send an UNCONFIGURE message 302 to SAAL 103 and also a KILL message 303 to the PUA process 101 connected to SAAL 103.
  • the PUA 101 data will also be deleted from "SubKeyList” and "PuaKeyList" in PUA_SERVER 104.
  • Said PUA process 101 will terminate and send an EXIT message 304 to said PUA_SERVER process 104.
  • the data in said "PuaKeyList” and “SubKeyList” in the PUA_SERVER process 104 corresponding to the deleted PUA process 101 will be erased.
  • the PUA_SERVER process 104 receives an EXIT message said PUA_SERVER process 104 will look in the "PuaKeyList” to see if the PID exists. If the PUA process 101 PID exists said PUA process 101 will be restarted.
  • the UA process 102 is a dynamic process, only "alive" during a call.
  • the UA process might be implemented as a state-machine. If the UA process is implemented as a state- machine the states can be implemented according to Q.2931.
  • the UA process 102 is responsible for:
  • the UA process 102 is started from PUA 101 or USTerm 106.
  • the UA process 102 can exit normally due to:
  • RELEASE COMPLETE is received from USOrig 105 or US Term 106. The process will send RELEASE COMPLETE to PUA 101 and then exit .
  • RELEASE COMPLETE is received from the PUA 101.
  • the process will send RELEASE COMPLETE to USOrig 105 and then exit.
  • the process can exit abnormally due to:
  • the USOrig process 105 extracts relevant parameters from incoming messages and requests the following checks and analysis from Services :
  • the process also changes parameters, initiates the terminating Half-Call and creates the CM-process.
  • the USOrig process 105 is dynamic.
  • the USOrig process 105 is started by the UA process 102, which also links itself to USOrig 105. There is one USOrig process 105 for each originating call. After receiving a release-message from the originating or terminating side the USOrig process 105 orders disconnection and resource releasing and then exits.
  • the USTerm process 106 extracts relevant parameters from incoming messages and requests the following checks and analysis from Services :
  • the USTerm process 106 also adds information in IE:s and creates a UA process 107.
  • the USTerm process 106 is dynamic.
  • the USTerm 106 process is started by the originating Half-Call, which also links itself to USTerm 106. There is one USTerm 106 process for each terminating call. After receiving a release- message from the originating or terminating side the USTerm process 106 orders disconnection and resource releasing and then terminates .
  • a PUA_SERVER is denoted 401.
  • a first PUA process is called 402 and said PUA process has two UA processes associated 405 and 406.
  • Both of these UA processes 405 and 406 represents an originating call which can be seen by the connection to the two US_Orig processes 410 and 411.
  • the UA processes have thus been created by the PUA process 402 on order from the USER 415.
  • Each of the UA processes has a unique CR.
  • the different CR for the different UA processes 405 and 406 has been taken from the CRUserList in the PUA process 402.
  • the PUA process 402 holds a list associating the CR value with the corresponding UA process 405, 406 identity.
  • a second PUA process 403 also comprises a CRUserList which has been used to get a CR for the UA process 408.
  • the UA process 408 has thus been created by the PUA process 403 on order from the USER 416 and the UA process 408 represents an originating call.
  • the CR value for the UA process 408 can be the same as the CR value for any of the UA processes 405 or 406 since they relate to different PUA processes. However the CR value for the UA processes 405 and 406 can never be the same.
  • the UA processes 407 and 409 have been created by the US_Term processes 412 and 414.
  • the CR values used for these UA processes 407 and 407 have been chosen by the network and is transfered to the PUA process 403 and stored in the CRNetList.
  • the UA processes 407 and 409 are representing terminating calls. Also in figure 4 is SAAL denoted with 404.

Abstract

The present invention discloses a method for handling a large amount of calls that executes messages in parallel by for each signalling channel creating a permanent static process where said permanent static process includes its own Call Reference table and for each new call creating at least one distinct new dynamic process with a unique Call Reference which communicate with other dynamic processes or with static processes and that when said call is finished all said dynamic processes are terminated.

Description

CALL REFERENCE HANDLING
TECHNICAL FIELD OF INVENTION
The present invention regards telecommunication in general and effective and secure call reference handling in particular.
DESCRIPTION OF RELATED ART
The recent development within telecommunications with increased tele' and data traffic together with requirements on improved efficiency and reduced cost has put hard requirements on telecommunication equipment. The rapid development in the business also put forward requirements on quick, and secure, implementation of new features.
With the impending standardisation of B-ISDN (Broadband Integrated Services Digital Network) , new services will be offered by carriers and third party vendors. These services include for example high bandwidth multimedia applications, multipoint application and interactive applications. These new services and with the services associated protocols are switching, connection and signalling requirements which is substantially more complex than today's requirements.
To be able to deal with these requirements as well as to be able to support a vast number of increasingly complex protocols the telecommunication industry needs supportive design tools and methods .
EP 0 631 456 discloses a distributed, server-based communications network architecture. In the architecture is various traditional call processing functions separated into distinct application processes .
SUMMARY OF THE INVENTION The present invention discloses a method, a node and a network on how to handle, in a secure and fast way, a large amount of calls that execute messages in parallel.
The purpose of the present invention is thus to effectively and easily' handle a large amount of calls in a node in a network.
The problem, described above, regarding how to handle a large amount of calls that executes messages in parallel is addressed by for each signalling channel creating a permanent static process where said permanent static process includes its own Call Reference table and for each new call creating at least one distinct new dynamic process with a unique Call Reference which communicate with other dynamic processes or with static processes and that when said call is finished all said dynamic processes is terminated.
The advantages with the present invention is that a large number of calls and messages can be handled simultaneously.
Another advantage is that the software is easily maintainable.
Another advantage is that call data is isolated.
Yet another advantage is that a smaller and more maintainable Call Reference table is accomplished.
BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 shows a process layout of a preferred embodiment.
Figure 2 shows a signal diagram for configuring a PUA process.
Figure 3 shows a signal diagram for unconfiguring a PUA process.
Figure 4 shows a process layout of another traffic situation.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS A process is a computer program including data which executes in its own environment with its own stack. When a process terminates the memory which was associated with said process is completely cleared.
In this description processes comes in two flavours, dynamic processes which is created by other processes and will only live throughout its predetermined task execution, e.g. processes representing a call will only exist through the duration of the call. The other flavour is the static processes which will exist over a longer time and will create or serve the dynamic processes. The static processes will only be terminated in case of a major fault.
The messages names used herein can be regarded as a sort of meta messages. They do not match messages specified in the ITU-T Q.2931 B-ISDN Specification although some of the messages herein corresponds to messages in Q.2931 while other messages are invented only for sake of clarity.
In the following description a message is used as meaning receiving and treating information in broad terms. It can be reception and treatment of a standardised Q.2931 message as well as a internal function call.
PERMANENT USER ACCESS
In figure 1 is a first static PUA (Permanent User Access) process denoted 101. A static PUA process 101 is created for each signalling link. The PUA process 101 interacts with a dynamic UA
(User Access) process 102 and the logical node SAAL (Signalling
ATM Adaption Layer) 103 performing signalling link handling. A PUA process 101 is created via a start function which is called from the PUA_SERVER 104. In the initialisation phase the PUA process 101 configure the link against the SAAL 103.
When PUA_SERVER 104 wants to delete the link it sends a kill message to the PUA process 101. The PUA process 101 will then directly execute the shutdown function which will delete the SAAL link 103 and exit.
There exists one permanent PUA process 101 per signalling link.
The PUA process 101 will keep two lists, CRNetList and CRUserList, with the elements CR (Call Reference) and UAPid (User Access Process identity) .
The first list, CRNetlist, contains call references owned by the network and the second list, CRUserList, contains call references owned by the user.
When a message arrives to a PUA process 101 it must pass the following checks:
• Protocol discriminator error - If a message is received with a protocol discriminator coded other than Q.2931 user-network call control message, that message shall be ignored. "Ignore" means to do nothing as if the message had never been received. The only allowed value of the protocol discriminator is 0000 1001' .
• Message too short - When a message is received that is too short to contain a complete Message length IE, that message shall be ignored. A message is too short if it is less than 9 octets .
• Call reference error - If the Call Reference information element octet 1, bits 5 through 8 do not equal 0000' , then the message shall be ignored. If the Call Reference information element octet 1, bits 1 through 4 indicate a length other than 3 octets, then the message shall be ignored.
• Dummy Call Reference - If a message is received containing the dummy call reference (all bits of the call reference is set to
1) , the message shall be ignored.
• Global Call Reference - If a message with a global call reference is received the following action must be taken:
1) If the call reference flag = 0, the message shall be sent to the Reset-Respond-N process. Necessary checks are made in the Reset-Respond-N process.
2) If the call reference flag = 1, the message shall be sent to the Reset-Start-N process. Necessary checks are made in the Reset-Start-N process
PERMANENT USER ACCESS SERVER
The PUA_SERVER process 104 is a permanent process which supervises all the PUA processes 101. The PUA_SERVER process 104 is also an interface to services for configuration and deletion of a SVC (SAAL) .
The PUA_SERVER process 104 also supports the UA processes 102 with data.
While referring to figure 2 the following flow describes how the PUA process is configured.
• A request is made from the operator to create a SVC. The message CREATE_SVC 201 is sent from Services 108, said message
201 includes necessary data as for example Subscriber Number and VCI. Services 108 waits for an ACK (ACKNOWLEDGEMENT) message on the outcome of the order. • The PUA_SERVER 104 sends a START message 202 to start a PUA process 101. The PUA_SERVER process 104 waits for an acknowledgement from the PUA process 101, i.e. if the signalling link was configured or not, and if the PUA process 101 could be created.
• A CONFIG_LINK message 203 to SAAL 103 is sent to order SAAL 103 to configure a link. The result of the configuration is sent back in an ACK message 204. If the result of the configuration is OK, the PUA 101 PID is sent back to the PUA_SERVER process 104 in a ACK message 205. If the result of the configuration in SAAL 103 did not went well, then said PUA process 101 will terminate with exit (normal) .
• If the result of the configuration is OK, the PUA 101 pid and the Subscriber Number for said SVC will be stored in two lists "SubKeyList" and "PuaKeyList" in the PUA_SERVER process 104, and an ACK message 206 is sent to Services 108 to indicate the fact that the signalling link was successfully configured.
While referring to figure 3 the following flow describes how the PUA process is deleted.
• A request is made from the operator to the Services 108 to delete a SVC. It is assumed that this request only can be performed when all resources connected to the subscriber are marked as free, i.e. no calls exist to nor from this subscriber. A DELETE_SVC message 301 is sent from Services 108 to the PUA_SERVER process 104. Said DELETE_SVC message 301 includes necessary data such as for instance Subscriber Number. Services waits for acknowledgement on the outcome of the order.
• The PUA 101 PID, corresponding to the Subscriber Number is found in the PUA_SERVER process 104 data "SubKeyList" . The
PUA_SERVER 104 will send an UNCONFIGURE message 302 to SAAL 103 and also a KILL message 303 to the PUA process 101 connected to SAAL 103. The PUA 101 data will also be deleted from "SubKeyList" and "PuaKeyList" in PUA_SERVER 104.
• Said PUA process 101 will terminate and send an EXIT message 304 to said PUA_SERVER process 104. The data in said "PuaKeyList" and "SubKeyList" in the PUA_SERVER process 104 corresponding to the deleted PUA process 101 will be erased. When the PUA_SERVER process 104 receives an EXIT message said PUA_SERVER process 104 will look in the "PuaKeyList" to see if the PID exists. If the PUA process 101 PID exists said PUA process 101 will be restarted.
• When the signalling link in SAAL 103 is unconfigured and confirmed, with an ACK message 305 and the PUA process 101 is terminated the PUA_SERVER process 104 will send an ACK message 306 to the Services 108.
USER ACCESS
The UA process 102 is a dynamic process, only "alive" during a call.
It shall be noticed that the UA process might be implemented as a state-machine. If the UA process is implemented as a state- machine the states can be implemented according to Q.2931.
The UA process 102 is responsible for:
• Receiving incoming DSS2 (Digital Subscriber Signalling System No. 2 ) messages, outgoing HCP (Half Call Protocol) messages and timer expiration. • Check that a received message is received in an allowed state.
• Check if the content of incoming DSS2 messages is correct.
• Convert incoming DSS2 messages to HCP messages and pass them on to USOrig and USTerm
• Convert outgoing HCP messages to DSS2 messages and pass them on to the PUA process. • Start Timers .
• Stop Timers .
• Perform appropriate state transitions.
The UA process 102 is started from PUA 101 or USTerm 106.
The UA process 102 can exit normally due to:
• RELEASE COMPLETE is received from USOrig 105 or US Term 106. The process will send RELEASE COMPLETE to PUA 101 and then exit .
• RELEASE COMPLETE is received from the PUA 101. The process will send RELEASE COMPLETE to USOrig 105 and then exit.
• RELEASE COMPLETE/ RELEASE is received unexpectedly.
The process can exit abnormally due to:
• Unexpected message from USOrig 105 or USTerm 106.
USER SERVICE ORIGINATING
The USOrig process 105 extracts relevant parameters from incoming messages and requests the following checks and analysis from Services :
• BCOB-subscription check
• Subscriber-blocking check • CPNV
• B-number analysis
• Routing analysis
• Reservation of resources (via CM)
The process also changes parameters, initiates the terminating Half-Call and creates the CM-process. The USOrig process 105 is dynamic.
In the preferred embodiment the USOrig process 105 is started by the UA process 102, which also links itself to USOrig 105. There is one USOrig process 105 for each originating call. After receiving a release-message from the originating or terminating side the USOrig process 105 orders disconnection and resource releasing and then exits.
USER SERVICE TERMINATING
The USTerm process 106 extracts relevant parameters from incoming messages and requests the following checks and analysis from Services :
• BCOB-subscription check • Subscriber-blocking check
• CLIP-subscription check
• SUB-subscription check
• Reservation of resources (via CM)
The USTerm process 106 also adds information in IE:s and creates a UA process 107. The USTerm process 106 is dynamic.
The USTerm 106 process is started by the originating Half-Call, which also links itself to USTerm 106. There is one USTerm 106 process for each terminating call. After receiving a release- message from the originating or terminating side the USTerm process 106 orders disconnection and resource releasing and then terminates .
In figure 4 a PUA_SERVER is denoted 401. A first PUA process is called 402 and said PUA process has two UA processes associated 405 and 406. Both of these UA processes 405 and 406 represents an originating call which can be seen by the connection to the two US_Orig processes 410 and 411. The UA processes have thus been created by the PUA process 402 on order from the USER 415. Each of the UA processes has a unique CR. The different CR for the different UA processes 405 and 406 has been taken from the CRUserList in the PUA process 402. The PUA process 402 holds a list associating the CR value with the corresponding UA process 405, 406 identity. A second PUA process 403 also comprises a CRUserList which has been used to get a CR for the UA process 408. The UA process 408 has thus been created by the PUA process 403 on order from the USER 416 and the UA process 408 represents an originating call. The CR value for the UA process 408 can be the same as the CR value for any of the UA processes 405 or 406 since they relate to different PUA processes. However the CR value for the UA processes 405 and 406 can never be the same. The UA processes 407 and 409 have been created by the US_Term processes 412 and 414. The CR values used for these UA processes 407 and 407 have been chosen by the network and is transfered to the PUA process 403 and stored in the CRNetList. The UA processes 407 and 409 are representing terminating calls. Also in figure 4 is SAAL denoted with 404.
The invention being thus described, it will be obvious that the same may be varied in many ways . Such variations are not to be regarded as a departure from the spirit and scope of the invention, and all such modifications as would be obvious to one skilled in the art are intended to be included within the scope of the following claims.

Claims

1. Method for handling a large number of calls and connections in a node where said node being a part of an integrated data and telecommunication -network, CHARACTERISED in that for each signalling link one permanent, static PUA process is created, that said PUA process comprises a Call Reference table, that for each new call attempt at least a first dynamic UA process is created, and that said UA process is assigned one unique Call Reference value from said Call Reference table.
2. Method according to claim 1, CHARACTERISED in that said first dynamic UA process is connected to at least said PUA process where said PUA process is connected to one signalling link, that at least one dynamic USOrig process is created, that said first dynamic UA process is connected to said dynamic USOrig process, and that all dynamic processes is ended when said call is completed.
3. Method according to claim 2, CHARACTERISED in that, in dependence of if said call is terminated in said node,- a second dynamic UA process and at least one dynamic USTerm process is created, that said second dynamic UA process is connected to said dynamic USTerm process, that said second dynamic UA process is connected to at least a second static PUA process, and that said second static PUA process is connected to a second signalling link.
4. Method according to claim 2, CHARACTERISED in that said first PUA process receives messages on said signalling link, that said PUA process performs checks on said messages, and in dependence of the result of said checks forwards said messages to said first UA process.
5. Method according to claim 3, CHARACTERISED in that said second PUA process receives messages on said second signalling link, that said second PUA process performs checks on said messages from said signalling link, and in dependence of the result of said checks forwards said messages to said second UA process.
6. Method according to claim 2, CHARACTERISED in that said PUA process receives messages from said first UA process, and that said PUA process forwards said message to said signalling link.
7. Method according to claim 3, CHARACTERISED in that said second PUA process receives messages from said second UA process, and that said second PUA process forwards said message to said signalling link.
8. Method according to claim 4 or 5, CHARACTERISED in that in dependence of if a message is received with a protocol discrimination error, if a too short message is received, if a message is received with a call reference error or if a message is received with a' ' dummy call reference, said checks results in that said message is ignored.
9. Method according to claim 1, CHARACTERISED in that all PUA processes are connected to a static PUA server process.
10.Method according to claim 1, CHARACTERISED in that said UA process comprises a state machine according to Q.2931, that said UA process receives incoming DSS2 messages and outgoing HCP messages, that said UA process performs checks on said messages, that said UA process converts allowed incoming DSS2 messages to HCP messages and forwards said messages to a USOrig process or a USTerm process, that said UA process converts allowed HCP messages to DSS2 messages and forwards said messages to said PUA process.
11.Method according to claim 1, CHARACTERISED in that said network is a B-ISDN network.
12.A node in an integrated data and telecommunication network, CHARACTERISED in that said node comprises at least one signalling link, and at least one permanent, static PUA process associated with said signalling link, that said PUA process comprises a Call Reference table, that said PUA process comprises means for creating at least one dynamic UA process for each new call attempt, and that said PUA process comprises means for assigning one unique Call Reference value from said Call Reference table to said UA process.
13.An integrated data and telecommunication network, CHARACTERISED in that said network comprises at least on node, that said node comprises at least one signalling link, and at least one permanent, static PUA process associated with said signalling link, that said PUA process comprises a Call Reference table, that said PUA process comprises means for creating at least one dynamic UA process for each new call attempt, and that said PUA process comprises means for assigning one unique Call Reference value from said Call Reference table to said UA process.
PCT/SE1997/001991 1996-12-19 1997-11-27 Call reference handling WO1998027785A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU54209/98A AU5420998A (en) 1996-12-19 1997-11-27 Call reference handling

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
SE9604681A SE515692C2 (en) 1996-12-19 1996-12-19 Method and device for call reference management
SE9604681-8 1996-12-19

Publications (1)

Publication Number Publication Date
WO1998027785A1 true WO1998027785A1 (en) 1998-06-25

Family

ID=20405047

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/SE1997/001991 WO1998027785A1 (en) 1996-12-19 1997-11-27 Call reference handling

Country Status (3)

Country Link
AU (1) AU5420998A (en)
SE (1) SE515692C2 (en)
WO (1) WO1998027785A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE4210137A1 (en) * 1992-03-27 1993-09-30 Siemens Ag Program-controlled ISDN switching system with a program module created according to the principles of object-oriented programming for handling dial-up connections
US5434852A (en) * 1993-06-25 1995-07-18 At&T Corp. Distributed processing architechture for control of broadband and narrowband communications networks
US5579309A (en) * 1994-04-29 1996-11-26 Siemens Aktiengesellschaft Object oriented program-controlled broadband communication equipment for optimized method calls

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE4210137A1 (en) * 1992-03-27 1993-09-30 Siemens Ag Program-controlled ISDN switching system with a program module created according to the principles of object-oriented programming for handling dial-up connections
US5434852A (en) * 1993-06-25 1995-07-18 At&T Corp. Distributed processing architechture for control of broadband and narrowband communications networks
US5579309A (en) * 1994-04-29 1996-11-26 Siemens Aktiengesellschaft Object oriented program-controlled broadband communication equipment for optimized method calls

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
GLOBECOM'95, Volume 1, November 1995, (USA), J. TOTZKE et al., "A Prototyped Implementation of B-ISDN Signalling at the Network Node Interface", pages 252-257. *
IEICE TRANSACTIONS ON COMMUNICATIONS, Volume E75-B, No. 10, October 1992, (Japan), K. MARUYAMA, "Object-Oriented Switching Software Technology", pages 957-968. *

Also Published As

Publication number Publication date
AU5420998A (en) 1998-07-15
SE9604681D0 (en) 1996-12-19
SE9604681L (en) 1998-06-20
SE515692C2 (en) 2001-09-24

Similar Documents

Publication Publication Date Title
EP1316177B1 (en) Multiservice use of network connection capability under user-to-network interface signaling
US6167025A (en) Methods and apparatus for restoring connections in an ATM network
CN101437202A (en) Method, system and apparatus for processing multi-terminal business message
US6922399B1 (en) Method of handling service connections in a communication network
US7079526B1 (en) Protocol for launching a software application remotely and for reserving network resources with quality of service
JP4357835B2 (en) Routing calls made to subscribers
JP5202383B2 (en) COMMUNICATION NETWORK SYSTEM, ITS CALL CONTROL DEVICE, AND TRANSMISSION CONTROL METHOD
EP1005762A1 (en) Intelligent terminal application protocol
US6480891B1 (en) Embedded code memory size reduction in asynchronous mode transfer devices
US6735176B1 (en) Dynamic bandwidth management and rerouting
CN100559901C (en) In communication network, set up method and node that priority connects
AU1009199A (en) An intelligent gateway between a service control point and network
WO1998027785A1 (en) Call reference handling
CN102740273B (en) A kind of multi-terminal service message processing method, system and device
EP1134950B1 (en) Improvements to control system for network servers
US6459786B1 (en) Call and connection control
JP2001517385A (en) Incoming call routing
CN101924993B (en) Multi-terminal service message processing method, system and device
JP2971625B2 (en) Disconnection reason setting method in electronic exchange
WO1998027786A1 (en) Protocol restart
Tanaka et al. High performance platform for multiple OpenAPIs
WO2000067492A1 (en) Transaction capabilities application part (tcap) transaction termination method
JP4008068B2 (en) Multimedia service control device
KR0152234B1 (en) Method for switching call of centralized access node system
KR100703234B1 (en) Method for processing error in wireless telecommunication network system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE GH HU ID IL IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG US UZ VN YU ZW AM AZ BY KG KZ MD RU TJ TM

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH KE LS MW SD SZ UG ZW AT BE CH DE DK ES FI FR GB GR IE IT LU MC

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 09331322

Country of ref document: US

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase