AU6195600A - Object request broker with capability to handle multiple associated objects - Google Patents
Object request broker with capability to handle multiple associated objects Download PDFInfo
- Publication number
- AU6195600A AU6195600A AU61956/00A AU6195600A AU6195600A AU 6195600 A AU6195600 A AU 6195600A AU 61956/00 A AU61956/00 A AU 61956/00A AU 6195600 A AU6195600 A AU 6195600A AU 6195600 A AU6195600 A AU 6195600A
- Authority
- AU
- Australia
- Prior art keywords
- objects
- orb
- arrangement according
- user
- broker
- 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.)
- Abandoned
Links
- 238000004891 communication Methods 0.000 claims description 15
- 230000006854 communication Effects 0.000 claims description 15
- 230000006870 function Effects 0.000 claims description 14
- 238000000034 method Methods 0.000 claims description 7
- 230000009183 running Effects 0.000 claims description 6
- 238000012546 transfer Methods 0.000 claims description 3
- 238000007726 management method Methods 0.000 description 7
- 230000011664 signaling Effects 0.000 description 4
- 230000005540 biological transmission Effects 0.000 description 3
- 238000012545 processing Methods 0.000 description 3
- 230000008901 benefit Effects 0.000 description 2
- 238000013461 design Methods 0.000 description 2
- DFUSDJMZWQVQSF-XLGIIRLISA-N (2r)-2-methyl-2-[(4r,8r)-4,8,12-trimethyltridecyl]-3,4-dihydrochromen-6-ol Chemical compound OC1=CC=C2O[C@@](CCC[C@H](C)CCC[C@H](C)CCCC(C)C)(C)CCC2=C1 DFUSDJMZWQVQSF-XLGIIRLISA-N 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 230000000977 initiatory effect Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 238000007781 pre-processing Methods 0.000 description 1
- 230000000576 supplementary effect Effects 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W8/00—Network data management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/465—Distributed object oriented systems
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/14—Charging, metering or billing arrangements for data wireline or wireless communications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/14—Charging, metering or billing arrangements for data wireline or wireless communications
- H04L12/1403—Architecture for metering, charging or billing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/02—Standardisation; Integration
- H04L41/0233—Object-oriented techniques, for representation of network management data, e.g. common object request broker architecture [CORBA]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/24—Accounting or billing
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Databases & Information Systems (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- Accounting & Taxation (AREA)
- Multi Processors (AREA)
- Mobile Radio Communication Systems (AREA)
- Non-Alcoholic Beverages (AREA)
- Separation By Low-Temperature Treatments (AREA)
- Computer And Data Communications (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Telephonic Communication Services (AREA)
Description
WO 01/10139 PCT/SEOO/01497 OBJECT REQUEST BROKER WITH CAPABILITY TO HANDLE MULTIPLE ASSOCIATED OBJECTS Technical Field 5 The present invention relates to the implementation of the Ericsson GPRS application. Technical Background 10 The GSM based GPRS network enables users always to stay at tached for information exchange over the World Wide Web. The end-user is only charged for the words of data con tained in the packages transmitted to and from the mobile 15 station. Ericsson's GPRS Support Nodes (GSNs) are based on widespread software and hardware components provided by third party vendors. The application software realises GPRS specific protocols and functionality like mobility manage ment and session management for mobile users. 20 When developing application software for the Ericsson GPRS Support Nodes (GSNs) different programming languages are chosen for different purposes. The traffic control system e.g. handling signalling messages is implemented in Erlang 25 to achieve robustness, while the transmission system e.g. handling payload traffic is implemented in C to achieve high throughput. At run-time the software instances are distributed over any number of processors (CPUs) either lo cated in the same network element or networked communicat 30 ing over a LAN or WAN. The interwork between the software instances in this envi ronment must be smooth both with regard to the software de velopment itself and when the GPRS network is put into op 35 eration. The software development project therefore uses object oriented methods and tools and has developed its own object request broker (ORB) according to the Corba standard for efficient object communication.
WO 01/10139 PCT/SEOO/01497 2 Problems To overcome the complexity of GPRS application software the 5 functionality is modelled into several classes. Thus, when a GPRS subscriber attaches to a SGSN, several objects are instantiated both in the traffic control system and in the transmission system. Each object is highly optimized for the execution of a limited set of tasks. 10 Since all these objects are associated with one subscriber, there is a need to treat these objects as one unity e.g. in order to: 15 * Synchronize the state machines implemented in (some of) the objects * Complete transactions, or do rollback if necessary 20 * Terminate all associated objects if one of the objects is terminated (i.e. clean up the system) * Restore all associated objects to a stable state if one of the objects crashes 25 Conventional middleware solutions do not have the knowledge about which objects actually depend on each other and thus they leave to the client and server implementations to han dle cases as listed above. This implies that developers of 30 client and server functions must spend a lot of time to tailor solutions for each case, and it also implies extra neous method invocations through the middleware. The solution to this problem is to implement an ORB with 35 knowledge about objects with relationships as described above. This opens up the possibility for a range of support functions in the middleware.
WO 01/10139 PCT/SEOO/01497 3 KNOWN SOLUTIONS OMG's Corba standard (ref. [1]) specifies the principles of how to address software objects so that they may be invoked 5 independently of which computing environment they are run ning in and where they are situated. This invention is an extension of these principles. There is known no prior art that address the problem of 10 handling associated objects in the middleware. THE INVENTION The invention in brief 15 In other words: Corba defines an architecture for object communication. An advantage with Corba is that the differ ent objects do not need to be implemented in the same pro gramming language, and they do not need to know where the 20 different objects are executing (i.e. which computer they are instantiated in). The objects defines an interface which they communicate through, while an Object Request Broker ("middleware) transfers a function call from a cli ent object to a server object (ref. 25 http://www.omg.org/corba/whatiscorba.html). There are different implementations of ORBs, and this in vention describes particular features of the ORB which is implemented in connection with GPRS and which we call 'con 30 nection broker'. As far as we know other ORBs only imple ments direct communication between objects without sfurther knowledge concerning how the objects are tied together. Thus each application have to implement some system func tions for operation (e.g. synchronisation) of the objects. 35 In a complex system comprising several objects this is awk ward; the application has to find out itself which objects that are instantiated.
WO 01/10139 PCT/SE00/01497 4 Of this reason we have introduced the conception of connec tion which defines a set of objects which naturally are as sociated. E.g. if one of the objects disappears, the ORB should be able to remove the associated objects. This is 5 not necessarily tied to GPRS per se, but GPRS is an example of an application in need of middleware for performing sys tem functionality in an effective way. Connection broker itself is in reality application independent as the inven tion not restricts what a 'connection' can represent. The 10 invention is thus an ORB which has knowledge about related objects - which makes it possible to implement a multitude of support functions in this ORB and facilitate design of client/server objects. 15 According to the present invention there is provided an ar rangement in a telephone communication system, wherein each subscriber is represented by a set of objects running in different environments, said objects taking part in the same chain of related events for a specific subscriber, 20 comprising an Object Request Broker (ORB) which is adapted for providing communication between the objects by transfer of functions calls from client objects to server objects, which arrangement is characterized in that the ORB contains a register of all objects that are associated for each sub 25 scriber and is arranged to treat all objects as one unity. Further features of the invention appears from the appended dependant claims. 30 Brief description of the drawings Fig. 1 shows an implementation of the connection broker for an GPRS application software. 35 Fig. 2 shows part of the connection broker data structure. Fig. 3 shows a traffic use case of the connection broker.
WO 01/10139 PCT/SEOO/01497 5 Description of the invention General 5 All associated and dependent objects taking part in the same chain of related events for a specific GPRS subscriber within a GSN are hereafter denoted a 'connection'. The ORB implementation with knowledge about all objects in a con nection is called a 'connection broker'. 10 According to Corba each object will have a unique object reference which is used by the ORB to address a specific object. In this invention the object reference will always contain the connection id (Cid) which is specific for the 15 subscriber and a general addressing entity like the name of the class defining the operations (functionality) for this object. All objects instantiated for one subscriber have the same Cid. 20 Since one GPRS subscriber may have several active PDP con texts at the same time, it may sometimes be necessary to address one specific PDP context. For this purpose an op tional sub-address is used together with the Cid to point out the appropriate sub-object for that PDP context. 25 The connection broker mechanism extends the standard OMG ORB middleware specification by keeping a register of all objects instantiated for a single user within a network element. This facilitates control of all objects belonging 30 to this user. The object interfaces are defined in IDL files. The connec tion broker mechanism offers pragmas for synchronous or asynchronous communication between any object. A pragma is 35 a directive for automatic code generation which is used in pre-processing or compilators. The designer of a server ob ject only needs to pick the pragma suited for the wanted object communication when designing an interface in IDL.
WO 01/10139 PCT/SEOO/01497 6 The IDL compiler will then generate the appropriate client stubs and server skeletons automatically. The client ob jects may now simply call the generated stub code which will redirect the object invocation through the connection 5 broker. Use of pragmas is in general according to OMG stan dards, however, the pragmas offered by the connection bro ker are tailored. The implementation of the connection broker for the GPRS 10 application software is based on a three-layered structure as shown in Fig. 1: * The Traffic Control (TC) layer typically runs applica tions related to the signalling traffic to and from the 15 network element. Traffic routing, VLR and networked sup plementary services are examples of TC layer functions. Objects representing the end-user in the TC layer are addressed by the Cid and the TC class in the object ref erence. 20 * The Network element Object Control (NOC) layer repre sents the generic middleware. It offers a range of pro gramming support functions including the connection bro ker mechanism which raise the level of abstraction for 25 application designers. Fig. 2 shows parts of the connec tion broker data structure. NOC has a table of all classes in the system, given at system initiation. All allocated Cids are stored in an 30 other table. In addition there is a table for each class, which will point at a specific object given the Cid. By iterating all classes for one Cid in the 'all objects' tables, all associated object for one connec tion are found. 35 * The Resource Deployment layer is dedicated to switching payload traffic and represents the application's trans mission system. The RD layer objects implement the pro- WO 01/10139 PCT/SEOO/01497 7 tocol stacks for network element external communication. Objects representing the end-user in the RD layer are addressed by the Cid and a so-called device type or al ternatively a device id in the object reference. A de 5 vice typically represents the implementation of a part of a protocol stack or other payload processing func tions like charging. The different objects may execute on different CPUs inter 10 connected e.g. via an Ethernet LAN. The connection broker in NOC and the underlying computing environment (realising the node internal switch) provides the inter-object commu nication. All object communication is done via the connec tion broker. 15 In the current implementation the TC objects and the con nection broker run in the same processor, while the RD ob jects may run on other processors. In a multiprocessor com puter the objects and the connection broker are distributed 20 over the available processing resources. Traffic Use Case and Examples of Benefits Use case: 25 When an end-user switches on her mobile station (MS), an attach request message is sent to the appropriate SGSN. Here a device object is instantiated in the RD layer and a request for path data is sent as a TC object invocation to 30 the connection broker. The IMSI of the MS and the class of the TC object are used as addressing information. The con nection broker does not recognise the IMSI, and allocates a new Cid for this MS. Then it spawns a new process in the TC layer and forwards the message to the requested TC class on 35 this process. Now several TC objects are instantiated - among them ob jects for handling of mobility management, session manage- WO 01/10139 PCT/SEOO/01497 8 ment and VLR functions as needed. If the attach request is accepted, the mobility management TC object orders the es tablishment of a payload path between device objects in the RD layer. When the attach transaction is complete, the ob 5 jects needed for this user are instantiated and will per sist as long as the user stays attached in this area. Other objects may be instantiated as needed at the reception of other signalling messages. Fig. 3 shows the associated ob jects in a connection in an SGSN. 10 Example 1 - Connection restart: The NOC connection broker has implemented a software super vision function. If one of the objects belonging to a con 15 nection crashes (e.g. due to a software error), the super visor function will detect the crash and initiate a restart of all objects associated for this end-user. Some of the objects are implemented as state machines. If all influenced state machines are in a stable state, the 20 process data may be restored from replicated memory and the objects may be recovered. However, if (some of) the objects are in an unstable state, NOC will remove all objects in the connection from the network element and the end-user must reconnect. 25 Example 2 - Transaction monitoring: A transaction may in this context be defined as a set of signalling messages between network elements with the goal 30 to complete a common task. Before a transaction may be com mitted, all associated objects must be finished processing and state machines must have reached a stable state. When one of the objects' state machines has reached a sta 35 ble state, it sends an indication to NOC that a transaction is ended, and NOC will inform all associated objects about this. They must then return an indication whether this is acceptable or not. If the transaction is complete, the data WO 01/10139 PCT/SEOO/01497 9 for this connection is stored persistently. Otherwise NOC waits for another 'transaction ended' indication. Broadening 5 The connection broker does not contain any GPRS specific functionality and is thus suited as a generic layer in any network element in a packet or line switched network with a heterogeneous software environment. 10 Further, the current implementation handles objects running within one network element. The principles in this inven tion allow, however, for communication between objects run ning in different computing environments at different loca 15 tions. This invention is also not limited to any specific carrier for the inter-object communication. The objects handled by the connection broker could in principle be run ning on any networked computer resource. 20 ADVANTAGES 1. Simplifies design and implementation of client and server objects since the generic middleware (i.e. con nection broker) may take care of object management and 25 synchronization. By keeping the client and server ob jects simple they also become less error prone. 2. Minimize number of function calls related to object man agement and synchronization, i.e. improve network ele 30 ment performance. ABBREVIATIONS Cid Connection identity 35 Corba Common object request broker architecture GPRS General Packet Radio Services IDL Interface Definition Language IMSI International Mobile Subscriber Identity WO 01/10139 PCT/SEOO/01497 10 LAN Local Area Network MS Mobile Station NOC Network element Object Control OMG Object Management Group 5 ORB Object Request Broker RD Resource Deployment SGSN Serving GPRS Support Node TC Traffic Control VLR Visitor Location Register 10 WAN Wide Area Network References [1] OMG's Corba standard: http://www.omg.org 15
Claims (7)
1. Arrangement in a telephone communication system, wherein each user is represented by a set of objects, said 5 objects taking part in the same chain of related events for a spesific user, comprising an Object Request broker (ORB) conformed to the Corba standard which is adapted for pro viding communication between the object by transfer of function calls from client objects to server objects, 10 c h a r a c t e r i z e d i n that the ORB contains a register of all objects that are associated for each user, said objects each associated with one or more execution threads implemented in one or more programming languages running at one or more distributed processors, said ORB 15 adapted to treat all said objects as one unity and to syn chronise the state machines implemented in some or all of the objects.
2. Arrangement according to claim 1, 20 c h a r a c t e r i z e d i n that the user is a sub scriber, a network node or another external user.
3. Arrangement according to claim 2, c h a r a c t e r i z e d i n that the ORB is adapted to 25 terminate all associated objects if one of the objects is terminated.
4. Arrangement according to claim 3, c h a r a c t e r i z e d i n that the ORB is adapted to 30 restore all associated objects to a stable state if one of the objects crashes.
5. Arrangement according to one of the preceding claims, c h a r a c t e r i z e d i n that the objects object 35 reference contain a common, unique identity and a general address entity like the name of the class defining the method for these objects. WO 01/10139 PCT/SEOO/01497 12
6. Arrangement according to one of the preceding claims, c h a r a c t e r i z e d i n a pragma for automatic code generation to obtain method invocation. 5
7. Use of the arrangement according to one of the preced ing claims in a GPRS communication system.
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
NO19993699 | 1999-07-29 | ||
NO19993699A NO310750B1 (en) | 1999-07-29 | 1999-07-29 | Handling of objects in telecommunication systems |
PCT/SE2000/001497 WO2001010139A2 (en) | 1999-07-29 | 2000-07-14 | Object request broker with capability to handle multiple associated objects |
Publications (1)
Publication Number | Publication Date |
---|---|
AU6195600A true AU6195600A (en) | 2001-02-19 |
Family
ID=19903619
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
AU61956/00A Abandoned AU6195600A (en) | 1999-07-29 | 2000-07-14 | Object request broker with capability to handle multiple associated objects |
Country Status (5)
Country | Link |
---|---|
EP (1) | EP1201092A2 (en) |
AU (1) | AU6195600A (en) |
CA (1) | CA2380466A1 (en) |
NO (1) | NO310750B1 (en) |
WO (1) | WO2001010139A2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
NO20001655L (en) * | 2000-03-30 | 2001-10-01 | Ericsson Telefon Ab L M | Implementation of multiple state machines in the same process |
CN110888633B (en) * | 2019-10-18 | 2023-04-11 | 福建天晴数码有限公司 | Unity and H5 component synchronization method and system |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1996010787A1 (en) * | 1994-10-04 | 1996-04-11 | Banctec, Inc. | An object-oriented computer environment and related method |
GB2320594A (en) * | 1996-12-20 | 1998-06-24 | Ibm | Dispatching client method calls to parallel execution threads within a server |
US5826065A (en) * | 1997-01-13 | 1998-10-20 | International Business Machines Corporation | Software architecture for stochastic simulation of non-homogeneous systems |
JP2000517453A (en) * | 1997-06-18 | 2000-12-26 | シトル プロプライエタリー リミテッド | System development tool for distributed object-oriented computing |
US5808911A (en) * | 1997-06-19 | 1998-09-15 | Sun Microsystems, Inc. | System and method for remote object resource management |
AU8398298A (en) * | 1997-07-11 | 1999-02-08 | Northern Telecom Limited | Cellular system employing an object request broker |
GB2332288A (en) * | 1997-12-10 | 1999-06-16 | Northern Telecom Ltd | agent enabling technology |
US6516354B2 (en) * | 1997-12-18 | 2003-02-04 | Sun Microsystems, Inc. | Method and apparatus for efficient representation of variable length identifiers in a distributed object system |
-
1999
- 1999-07-29 NO NO19993699A patent/NO310750B1/en unknown
-
2000
- 2000-07-14 CA CA002380466A patent/CA2380466A1/en not_active Abandoned
- 2000-07-14 AU AU61956/00A patent/AU6195600A/en not_active Abandoned
- 2000-07-14 EP EP00948475A patent/EP1201092A2/en not_active Withdrawn
- 2000-07-14 WO PCT/SE2000/001497 patent/WO2001010139A2/en active Application Filing
Also Published As
Publication number | Publication date |
---|---|
WO2001010139A2 (en) | 2001-02-08 |
WO2001010139A3 (en) | 2001-12-06 |
NO993699D0 (en) | 1999-07-29 |
CA2380466A1 (en) | 2001-02-08 |
NO310750B1 (en) | 2001-08-20 |
NO993699L (en) | 2001-01-30 |
EP1201092A2 (en) | 2002-05-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6964050B1 (en) | Arrangement for simplifying the design and implementation of mobile services in a communication system | |
US5551035A (en) | Method and apparatus for inter-object communication in an object-oriented program controlled system | |
Pagurek et al. | Integration of mobile agents with SNMP: Why and how | |
US6253252B1 (en) | Method and apparatus for asynchronously calling and implementing objects | |
US6832238B1 (en) | Local transaction management | |
Schmidt | A family of design patterns for applications-level gateways | |
US6317428B1 (en) | Method of providing a service to users of a telecommunication network, service control facility, and processing node | |
CN101262498B (en) | A distributed message call method and device | |
EP0648354A1 (en) | System for implementation-independent interface specification | |
EP0405829B1 (en) | Object oriented software system architecture | |
GB2336969A (en) | PC-based PBX | |
US20060294493A1 (en) | Non blocking persistent state machines on enterprise java bean platform | |
Rine et al. | Using adapters to reduce interaction complexity in reusable component-based software development | |
AU6195600A (en) | Object request broker with capability to handle multiple associated objects | |
JP3924279B2 (en) | Service application architecture for integrated network service providers | |
US20010032233A1 (en) | Efficient implementation of several independent state machines in the same process | |
Berg et al. | CORBA and intelligent network (IN) interworking | |
MXPA05003667A (en) | Method and apparatus for a service integration system. | |
KR100579130B1 (en) | Routing Entry Information Duplication Method for Router Redundancy | |
Ledru | Smart proxies for jini services | |
KR100417850B1 (en) | Integration system of wireless network and the internet | |
Du et al. | A framework for web-based intelligent decision support enterprise | |
Schmidt | A domain analysis of network daemon design dimensions | |
Lin et al. | Signalling adaptors between distributed systems and telecommunication networks | |
Poo et al. | Modularity versus efficiency in OSI system implementations |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
MK6 | Application lapsed section 142(2)(f)/reg. 8.3(3) - pct applic. not entering national phase | ||
TH | Corrigenda |
Free format text: IN VOL 15, NO 21, PAGE(S) 4494-4498 UNDER THE HEADING APPLICATIONS LAPSED, REFUSED OR WITHDRAWN PLEASE DELETE ALL REFERENCE TO APPLICATION NO. 61956/00, 64352/00, 64373/00, 68246/00 AND 69811/00 |
|
MK1 | Application lapsed section 142(2)(a) - no request for examination in relevant period |