-
2006-10-31
10/173,974
2002-06-19
US 7,130,907 B2
2006-10-31
-
-
Viet D. Vu
2024-08-05
A wireless mobility services platform (1) has a high-speed network interconnecting an operations and maintenance processor (2) for performing platform administration and management functions, a network access processor for handling signalling traffic, and a database server (4) comprising a memory subscriber database distributed across hardware platforms according to a fault-tolerant redundancy scheme. A platform software layer (12) comprising common communication and database access functions is hosted on the operations and maintenance processor, the network access processor, and on the database server. A signal relay layer (13) is hosted on the network access processor.
Get notified when new applications in this technology area are published.
G06F13/00 IPC
Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
This is a continuation of PCT/IE00/00165, filed Dec. 21, 2000 and published in English.
The invention relates to a wireless mobility services platform for deployment in any of a range of network protocols including GSM, ANSI41, or PDC.
The objects of the invention are to provide some or all of the following:
According to the invention, there is provided a wireless mobility services platform comprising a network interconnecting:
In one embodiment, the signal relay layer comprises means for monitoring signal traffic according to filter criteria.
In one embodiment, the signal relay layer comprises means for triggering applications based on said monitoring.
In one embodiment, the signal relay layer comprises means for forwarding signals to an original destination and for relaying signals to an alternative destination according to inspection of operations in incoming signals.
In one embodiment, the signal relay layer comprises means for generating a response by simulating an application residing on the platform.
In another embodiment, the database server comprises means for maintaining a package-based database structure.
In one embodiment, the structure comprises core, HLR, routing, application, and trigger packages.
In one embodiment, the database server is configured in a 2N redundant configuration with two real time locations for all subscriber data.
In one embodiment, the database server comprises means for maintaining a disk subscriber database on the operations and maintenance processor in addition to internal live and standby subscriber databases.
In one embodiment, the operations and maintenance processor comprises means for allowing user updating of subscriber data on said database.
In one embodiment, the operations and maintenance processor comprises means for performing event handling in which events are received from within the platform and are logged to a database.
In one embodiment, the operations and maintenance processor comprises means for synchronising timing across all processors of the platform.
The invention will be more clearly understood from the following description of some embodiments thereof, given by way of example only with reference to the accompanying drawings in which:
FIG. 1 is an overview schematic representation of a platform of the invention;
FIG. 2 is a software architecture diagram;
FIG. 3 is a diagram illustrating a package-oriented database structure;
FIG. 4 is a diagram illustrating variants supported;
FIG. 5 is a diagram showing service triggering; and
FIGS. 6 and 7 are diagrams showing hardware architectures for two hardware platform configurations, one small scale and the other large scale.
Referring to FIG. 1, the overall architecture of a wireless mobility services platform 1 is illustrated. The platform has a distributed three layer or component architecture whereby the various functional components of the system can be deployed on multiple hardware platforms that can be co-located or geographically distributed.
The layers are:
OMP: Operations and Maintenance Processor 2.
The advantages of this arrangement include:
Centralised Management and Provisioning Interface.
Referring now to FIG. 2, the software structure of the platform 1 is shown. Each layer resides on one or more of the architecture components shown in FIG. 1, as follows.
HP-UX™ (Unix) 11. This is the operating system and resides on the OA & M 2, the NAP 3, and the DBS 4.
HP Open Call™ 11. This is a Hewlett Packard™ third party stack and it resides on the NAP 3.
Platform Layer 12. This comprises the common software functions such as communication functions and database access function. It resides on all components 2, 3, and 4.
Signal Relay Layer (SRL) 13. This monitors incoming signals and performs filtering and relaying operations according to configurable criteria. It resides on the NAP 3.
Major applications 14. These are large-scale applications such as a RIG, a HLR, or an AuC. They reside at least partly on all architecture components 2, 3, and 4.
Smaller applications 15. These are smaller-scale applications which may be added to the platform 1 in a modular manner. They at least partly reside on all three components.
The architecture of FIG. 1 and the software structure of FIG. 2 allow new and custom applications to be quickly developed and deployed in a cost-effective manner. Multiple applications can be co-hosted. Application specific logic resides on the NAP component, where network traffic can be handled according to the particular requirements of the implemented service.
Subscriber data is stored in the DBS RAM database and in secure storage on the OMP. The package oriented database design used allows new data types and structures to be easily implemented without the need for complicated and time-consuming modifications to a fixed database schema. All entries may be dual keyed by MSISDN or IMSI (MDN & MIN in ANSI 41) or equivalents. An illustration of the database package structure is shown in FIG. 3. The structure includes core, HLR, routing, application, and trigger packages. The modular nature of the platform also allows for frequent re-use of common components.
The following describes the architecture components in more detail. The NAP 3 is a highly available, highly perfomant Network Server responsible for handling all SS7 and X.25 network traffic. Each NAP platform can support up to 32 SS7 links. The application logic for the various products resides on the NAP, as this is where MAP, TCAP and SCCP primitives can be managed. NAP stacks are illustrated in FIG. 4.
SS7 Stack Options
The following stack varieties are supported:
GSM ITU SS7
There are two possible NAP configurations, Active/Standby (also known as 2N Redundant) and Load Sharing, where high-availability is provided through N+1 redundancy.
2N Redundant
The DBS provides a fully centralised, redundant, in-memory (RAM) subscriber database for applications running on the platform 1. The DBS is always deployed in a 2N Redundant configuration ensuring that all subscriber data is maintained in at least two real-time locations and thus there is no loss of service in the event of the failure of a single DBS instance.
Each DBS memory database is fully synchronised with its peer DBS (in the 2N Redundant pair) and the disk database stored on the OMP. For each pair, one DBS will be configured to be live and one will be the shadow. The live/shadow combination of DBS systems is configured to maintain maximum redundancy in case of failure.
When an application sends an update request to the active DBS, the active DBS can be configured in one of three ways, depending on the nature of the service and Network Operator's requirements:
The Operations and Maintenance Processor provides full administration and management of the platform 1 including mediation with the operators Subscriber Administration and Network Management systems.
The OMP also contains the disk database and plays a major role in database synchronisation.
The OMP is responsible for the following tasks:
The OMP consists of the following logical entities:
OMP Manager
An advantageous feature of the platform 1 is the Signal Relay Layer 13 as it provides the ability to monitor SS7 traffic in the network and trigger applications based on inspection of operations at SCCP, TCAP or MAP levels. Inspected operations can be:
This ability allows the platform to support applications such as Number Portability, or act as an Address Register in a network containing multiple HLRs.
The decision to Forward, Relay or Respond can be made using data contained on the platform or by querying an external system using MAP, INAP, TCP/IP or other protocol. An example of triggering is shown in FIG. 5, in which the platform is called “Ulysses”. In this example, the platform generates an INAP signal 2 and subsequently a MAP operation 3b for a destination network element, before a MAP response is provided from the destination network element to the source network element.
FIGS. 6 and 7 illustrate two typical configurations that demonstrate the flexibility of the architecture and its ability to be tailored to meet the individual requirements of particular applications and operators. FIG. 6 shows a small to medium deployment with redundancy. This configuration would be suitable for applications that require redundancy but where the capacity and performance requirements are not that high, for example Number Portability applications in a small GSM network.
Three platforms are deployed:
FIG. 10 shows a large scale multi-node configuration with full redundancy. This particular configuration represents an instance of a large Roaming Interworking Gateway (RIG) between ANSI-41 and GSM. There are eleven systems in all.
Regarding transaction rates of the platform 1, it is possible to deploy the platform in configurations handling from 10s to 1000s of transactions per second sustained traffic during the busy hour. Regarding response times, the platform 1 will turn messages around in 200–700 ms depending on the protocol handling needed and the database requirements. Ultimately the response time will be dependent on the application. A reasonable assumption is that they can respond in 500 ms or less for 95% of service instances during the busy hour.
In 95% of cases during the busy hour, the target response times for applications are in the region of:
Regarding database sizing, the platform 1 can support in the order of 6 Million HLR type data records. Other applications, such as Number Portability require less data, and up to 10 million such records can be handled.
The invention is not limited to the embodiments described, but may be varied in construction and detail.
1. A wireless mobility services platform comprising a network interconnecting:
an operations and maintenance processor comprising means for performing platform administration and management functions;
a network access processor comprising means for handling signalling traffic;
a database server comprising a memory subscriber database distributed across a plurality of hardware platforms according to a fault-tolerant redundancy scheme, the server comprising means for maintaining a package-based database structure with core, HLR, routing, application, and trigger packages;
a platform software layer comprising common communication and database access functions hosted on the operations and maintenance processor, the network access processor, and on the database server, and
a signal relay layer hosted on the network access processor, said signal relay layer comprising means for inspecting operations in incoming signals and for, in response to said inspection, relaying signals to an original destination, relaying signals to an alternative destination, or acting as a proxy for an application residing on the platform to generate a response with simulation, and monitoring signal traffic according to filter criteria, and triggering applications based on said monitoring.
2. A wireless mobility services platform as claimed in claim 1, wherein the database server is configured in a 2N redundant configuration with two real time locations for all subscriber data.
3. A wireless mobility services platform as claimed in claim 2, wherein the database server comprises means for maintaining a disk subscriber database on the operations and maintenance processor in addition to internal live and standby subscriber databases.
4. A wireless mobility services platform as claimed in claim 3, wherein the operations and maintenance processor comprises means for allowing user updating of subscriber data on said database.
5. A wireless mobility services platform as claimed in claim 1, wherein the operations and maintenance processor comprises means for performing event handling in which events are received from within the platform and are logged to a database.
6. A wireless mobility services platform as claimed in claim 1, wherein the operations and maintenance processor comprises means for synchronising timing across all processors of the platform.