EP0890276A1 - Dienstanwender für mobiles telekommunikationssystem - Google Patents

Dienstanwender für mobiles telekommunikationssystem

Info

Publication number
EP0890276A1
EP0890276A1 EP97916626A EP97916626A EP0890276A1 EP 0890276 A1 EP0890276 A1 EP 0890276A1 EP 97916626 A EP97916626 A EP 97916626A EP 97916626 A EP97916626 A EP 97916626A EP 0890276 A1 EP0890276 A1 EP 0890276A1
Authority
EP
European Patent Office
Prior art keywords
service user
core
handler
comprises means
user
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.)
Withdrawn
Application number
EP97916626A
Other languages
English (en)
French (fr)
Inventor
Augustine Collins
Joseph Cunningham
Aidan Dillon
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Markport Ltd
Original Assignee
Markport Ltd
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
Priority claimed from IE960259A external-priority patent/IE80764B1/en
Priority claimed from IE960256A external-priority patent/IE80765B1/en
Application filed by Markport Ltd filed Critical Markport Ltd
Publication of EP0890276A1 publication Critical patent/EP0890276A1/de
Withdrawn legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W80/00Wireless network protocols or protocol adaptations to wireless operation
    • H04W80/08Upper layer protocols
    • H04W80/12Application layer protocols, e.g. WAP [Wireless Application Protocol]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/14Backbone network devices

Definitions

  • the invention relates to a service user, often referred to in the standards as a Mobile Application Part-User (MAP- User) for a mobile telecommunications system.
  • MAP-User is the equivalent of an application program in a data processing system in that it provides the top-level processing for a particular function. More often than not, it will interact with a signalling system of a mobile system via a MAP-Provider and a signalling system stack. It may, for example, form part of a network access processor (NAP) of a home location register (HLR) .
  • NAP network access processor
  • HLR home location register
  • the applications are many and it may perform short message service centre (SMSC), visitor location register (VLR) , or authentication centre (AuC) processing.
  • SMSSC short message service centre
  • VLR visitor location register
  • AuC authentication centre
  • MAP-Users have been implemented as integrated code within a larger system, for example, a HLR as described in WO 95/28812 (L. M. Ericsson). While such a MAP-User generally operates quite effectively, they sometimes suffer from the problems of being difficult to modify or upgrade, and secondly there is a long lead time in development.
  • a service user for a mobile telecommunications system comprising:-
  • a core comprising means for processing transaction messages; and a plurality of handlers connected to the core for communication with external entities.
  • the service user further comprises a signal interface connected between the core and each handler.
  • said handlers include an API comprising means for connecting the core to a service provider which is in turn connected to a signalling system.
  • the service user further comprises a management handler connected to the core for communication with a management system entity of the system, and preferably also comprises a database handler for connecting the core to a database system, and preferably further comprises an authentication centre handler for connecting the core to an authentication centre entity.
  • the user comprises means for creating Inter-Process Communication binding the core to the handlers during operation of the service user.
  • the core comprises means for creating a finite state machine instance for each transaction.
  • the core comprises a finite state machine distributor instance which remains active throughout operation of the service user and comprises means for initiating a transaction.
  • the distributor comprises means for activating a responde instance for receiving signals from a signalling system, and an initiator instance comprising means fo transmitting signals to the signalling system.
  • the service user furthe comprises a threshold controller finite state machine instance which is created at start-up and remains active during operation of the service user and which comprises means for monitoring operation of the core.
  • the distributor, the initiators, and the responders comprise means for updating the threshold controller with status information indicating operation of the core.
  • the management handler comprises means for start-up and shut-down of the database and authentication centre handlers.
  • the management handler comprises means for connecting and disconnecting the core from a service provider external entity.
  • the management handler comprises means for initialisation and on-line configuration of the service user global parameters.
  • Fig. 1 is a diagrammatic representation of a service user of the invention and the environment in which it is connected; 4 -
  • Fig. 2 is a diagram illustrating construction of the service user
  • Fig. 3 is a more detailed diagram illustrating construction of the service user.
  • a service user hereinafter referred to as a MAP-User 1 is shown in a GSM environment.
  • the GSM system comprises an SS7 signalling system 2 connected to various system entities including a VLR, an MSC and an SMSC.
  • the system comprises an SS7 stack 3 which interfaces between the signalling system 2 and a MAP- Provider 4.
  • the MAP-User 1 is connected to the MAP- Provider 4 and comprises a database 5.
  • the MAP-User 1 is connected to user systems including an AuC 7 and a management system 6.
  • MAP-User of the invention may be connected in a variety of different contexts, including providing some of the core control programs for a HLR.
  • the MAP-User 1 comprises a core 10 connected on one side via a MAP-Provider -signal interface 15 and a MAP-Provider API 16 to the MAP-Provider 4.
  • the core 10 is connected via a management signal interface 21 to a management handler 22, via a database signal interface 19 with a database handler 20, and via an AUC signal interface 17 with an AuC handler 18.
  • the handlers 18, 20 and 22 are connected to an AuC system, a database system, and a management system, respectively.
  • the core 10 does not store data or code relating to operation of the external entities - it simply interacts with the handlers so that operation of the external entities is transparent to it.
  • the core 10 comprises a distributor 11, a threshold handler 12, a plurality of responders 13, and a plurality of initiators 14.
  • the core 10 operates according to a finite state machine mechanism, whereby there is one instance of the finite state machine (FSM) for each transaction.
  • the distributor 11 manages creation of an instance, whereas the threshold controller 12 manages the operational state of the core 10 and reports events regarding thresholds to the management handler 22.
  • the responders 13 handle requests from the network, while the initiators 14 issue requests to the network.
  • the distributor 11 is effectively the manager of the other handlers within the core 10 and it is an FSM instance which is created on start-up and remains in place throughout operation of the core 10.
  • the distributor in effect creates the responder and initiator instances when a particular signal is received. For example, when the distributor 11 receives a request from the MAP-Provider, it creates an instance of a responder 13, which in turn sends a response to the MAP-Provider. All subsequent messages from the MAP-Provider 4 are then directed to that responder 13.
  • the instances are implemented by SDL code routines. Operations initiated by the management handler 22 cause the creation of an initiator 14, which issues requests to the network.
  • a responder or initiator 13 or 14 is responsible for a whole transaction or dialogue. They are programmed to receive, process, lock or shut down signals at any waiting state.
  • a responder 13 can invoke one of the following routines or macros:-
  • NetworkLocUpd handles location updating and data restoration operations
  • LocInfoRetrieval handles requests for location information
  • InfoRetrieval handles requests for authentication/subscriber details
  • VLRReset handles receipt of resets from a VLR
  • NetworkFunctionalSs- handles receipt of signalling system (SS) operations
  • NetworkUnstructuredSs- handles receipt of unstructured SS operations
  • ShortMsgGateway handles SMS routing requests
  • MwdMgt - handles requests for message waiting data operations.
  • the initiator 14 is programmed to invoke one of the following routines or macros:- LocationCancellation - handles issuing of cancel Locations;
  • HLRReset handles the issuing of resets to VLRs at startup
  • SubscriberDataMngt handles issuing of standalone ISDs/DSDs
  • SubTracing - handles issuing of standalone tracing activation/deactivation
  • ShortMsgAlert- handles issuing of SMS alerts.
  • the threshold controller 12 keeps track of the number of transactions or dialogues and each time one is created or halts, an appropriate signal is sent to the threshold controller 22. If there are too many the dialogue is not allowed to be started.
  • routines for receiving incoming messages with either ind or cnf, representing an indication (received request) or a confirmation (received response) respectively.
  • routines for sending outgoing messages are postfixed with either req. or rsp. , representing request or response respectively.
  • a system services function 23 handles the IPC sockets and ensures that they are not blocked.
  • management handler 22 the implementation is dependent on the management entity but it is capable of interfacing with the core 10 using a protocol defined by the management signal interface 21.
  • the management handler 22 provides the following functionality:-
  • the signal interface 21 is defined using SDT signals and all signals sent by the handler 22 to the core 10 are handled by the distributor.
  • the database handler 20 provides the core 10 and the other external handlers 18 and 22 with a means to access the database 5 shown in Fig. 1.
  • the implementation is dependent on the nature of the database 5, but it must be capable of interfacing with the core 10 using the protocol defined in the database signal interface 19.
  • An important aspect is the fact that the core 10 does not make specific decisions regarding locking of objects in the database 5 - it will simply request whatever data it needs for a particular operation. Accordingly, the core 10 is separated from the low-level database operations.
  • the core Due to the size of some of the objects retrieved from the database (using db_access, the average subscriber occupies about 2K), it would be expensive to pass these structures in SDL signals. This is because when the core receives a DB_DATA signal from the database handler, its contents would generally be copied to a local variable (in order that it can be accessed for the remainder of the process, even though the signal is freed upon completion of the immediate transition) . Therefore the DB_DATA signal contains a pointer to an area of memory containing the information. This memory is maintained by the database handler. The core may access this as it pleases (but not change it) . When the core has finished with the memory, it uses the DB_FINISH signal to indicate this to the database handler.
  • the database handler creates a separate process to handle each database request. This new process declares a local variable which will hold the retrieved data. It is the address of this local variable which is passed to the Core MAP User in the DB_DATA signal.
  • this provides the core 10 with the ability to request authentication triplets from an authentication centre.
  • the core 10 will request a set of five triplets each time it receives an authentication request.
  • the invention provides a service user which is configured largely independently of external entities at a low level.
  • the handlers and signal interfaces isolate the core from the external entity low- level operation.
  • the MAP-User may be easily ported and quickly re-configured for different uses or for similar uses interacting with different external entities. For example, if the MAP-User is to be changed for use with a different AuC entity, it is only necessary to modify the AuC handler 18.
  • the invention is not limited to the embodiments hereinbefore described, but may be varied within the scope of the claims in construction and detail.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
EP97916626A 1996-03-28 1997-03-27 Dienstanwender für mobiles telekommunikationssystem Withdrawn EP0890276A1 (de)

Applications Claiming Priority (7)

Application Number Priority Date Filing Date Title
IE960254 1996-03-28
IE960256 1996-03-28
IE960259 1996-03-28
IE960259A IE80764B1 (en) 1996-03-28 1996-03-28 A home location register for a mobile telecommunications network
IE960256A IE80765B1 (en) 1996-03-28 1996-03-28 A service provider for interaction with a telecommunication network signalling system
IE960254 1996-03-28
PCT/IE1997/000028 WO1997036440A1 (en) 1996-03-28 1997-03-27 A service user for a mobile telecommunications system

Publications (1)

Publication Number Publication Date
EP0890276A1 true EP0890276A1 (de) 1999-01-13

Family

ID=27270505

Family Applications (1)

Application Number Title Priority Date Filing Date
EP97916626A Withdrawn EP0890276A1 (de) 1996-03-28 1997-03-27 Dienstanwender für mobiles telekommunikationssystem

Country Status (4)

Country Link
EP (1) EP0890276A1 (de)
AU (1) AU2520797A (de)
IE (2) IES73870B2 (de)
WO (1) WO1997036440A1 (de)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6134544A (en) * 1997-11-21 2000-10-17 Telefonaktiebolaget Lm Ericsson (Publ) Query supporting interface between a customer administrative system and database network elements in a telecommunications system
ATE410891T1 (de) 1999-12-23 2008-10-15 Markport Ltd Einrichtung für drahtlose mobile dienste
CN113258933B (zh) * 2021-05-28 2022-09-16 山西阳光三极科技股份有限公司 多区间自适应旋转门算法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO9736440A1 *

Also Published As

Publication number Publication date
IES970241A2 (en) 1997-07-02
AU2520797A (en) 1997-10-17
IES73870B2 (en) 1997-07-02
IE970240A1 (en) 1997-10-08
WO1997036440A1 (en) 1997-10-02

Similar Documents

Publication Publication Date Title
US10735950B2 (en) Terminal setting change notification
US7369851B2 (en) Communications network capable of determining SIM card changes in electronic devices
US6473795B1 (en) In-band/out-of-band alert delivery system
US7970375B2 (en) System and method for expiring modular software components for wireless communication devices
CN100421484C (zh) 在具体使用gsm标准的移动电话网络上处理和发送数字数据的方法和嵌入式微芯片系统
CN1046178C (zh) 控制移动式无线电话系统的方法
US5664010A (en) System and method for providing an improved telecommunications service node
JPH09331579A (ja) 移動端末へのプログラムダウンロード方法
EP1088422B1 (de) Benachrichtigungssystem in einer telekommunikationssteuereinrichtung
EP0890276A1 (de) Dienstanwender für mobiles telekommunikationssystem
US20050020268A1 (en) Mobile phone telephony
US6778822B1 (en) Distributed intelligent network triggering system
CN117156429A (zh) 卡应用写入方法、装置、设备及存储介质
CN111030839B (zh) 一种自动切换运维模式的方法、装置、设备及存储介质
KR100259867B1 (ko) 통신관리 망에서 네트워크 관리 시스템과 네트워크 소자간의명령 인터페이스 방법
US20050118995A1 (en) Radiocommunication module that runs a main software program the low-level layers of which are open to a cleint software program which is also run by the module
Flynn et al. No Harm to Networks
KR19990058596A (ko) 이동통신망의 홈위치등록기-방문자위치등록기간 링크 비활성시호처리 방법
CN116192622A (zh) 一种集群部署方法、系统、设备及存储介质
KR20020052771A (ko) 홈 위치 등록기의 데이터 관리방법
WO1999026443A1 (en) Method of controlling a stand-alone authentication center in a radio telecommunications network
KR20020048021A (ko) 에이치엘알 시스템의 상태 정보 관리 장치 및 방법
JPH05336111A (ja) Isdn障害切離し装置
KR20010090659A (ko) 신호 프로토콜 장비에 독립적인 호처리 시스템 및 방법
IE981058A1 (en) A Telecommunications controller Messging System

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 19980924

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: MARKPORT LIMITED

17Q First examination report despatched

Effective date: 20030310

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20030923