EP0492252B1 - Communication system comprising exchange connection groups, a switching network, a central signalling channel and a multiprocessor system for centralized control - Google Patents
Communication system comprising exchange connection groups, a switching network, a central signalling channel and a multiprocessor system for centralized control Download PDFInfo
- Publication number
- EP0492252B1 EP0492252B1 EP91121083A EP91121083A EP0492252B1 EP 0492252 B1 EP0492252 B1 EP 0492252B1 EP 91121083 A EP91121083 A EP 91121083A EP 91121083 A EP91121083 A EP 91121083A EP 0492252 B1 EP0492252 B1 EP 0492252B1
- Authority
- EP
- European Patent Office
- Prior art keywords
- patch
- procedures
- data
- modules
- patches
- 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.)
- Expired - Lifetime
Links
- 238000004891 communication Methods 0.000 title claims abstract description 33
- 230000011664 signaling Effects 0.000 title 1
- 238000000034 method Methods 0.000 claims description 82
- 239000013256 coordination polymer Substances 0.000 claims description 11
- 238000012937 correction Methods 0.000 claims description 11
- 230000015654 memory Effects 0.000 claims description 9
- 101100274508 Oryza sativa subsp. japonica CKI1 gene Proteins 0.000 claims description 3
- 238000011161 development Methods 0.000 description 10
- 230000000875 corresponding effect Effects 0.000 description 7
- 230000003936 working memory Effects 0.000 description 5
- 238000012545 processing Methods 0.000 description 4
- 241001136792 Alle Species 0.000 description 2
- 102100024170 Cyclin-C Human genes 0.000 description 2
- 101000980770 Homo sapiens Cyclin-C Proteins 0.000 description 2
- 230000003993 interaction Effects 0.000 description 2
- 102100034460 Cytosolic iron-sulfur assembly component 3 Human genes 0.000 description 1
- 101710095809 Cytosolic iron-sulfur assembly component 3 Proteins 0.000 description 1
- 230000002596 correlated effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000003780 insertion Methods 0.000 description 1
- 230000037431 insertion Effects 0.000 description 1
- 230000007257 malfunction Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04Q—SELECTING
- H04Q11/00—Selecting arrangements for multiplex systems
- H04Q11/04—Selecting arrangements for multiplex systems for time-division multiplexing
- H04Q11/0407—Selecting arrangements for multiplex systems for time-division multiplexing using a stored programme control
Definitions
- the invention relates to a device according to the preamble of patent claim 1.
- patches can be used to make small software corrections at short notice.
- the changes are directly supplied to the code sequences to be corrected in the respective procedures by instructions via an operating terminal.
- the incorrect code is overwritten.
- the patch is connected to a so-called 'backpack'. This contains the additional program code that is necessary to correct the logical error and is stored in a memory area specially provided for this purpose.
- the creation of the procedures of a communication system implies several, complex development steps, because on the one hand, the procedure immediately after the coding process still contains errors, which are only eliminated after further development steps and, on the other hand, further performance features are added, which usually means that further procedures are integrated in the software of the communication system.
- each version step is assigned a version number.
- a patch only brings temporary error corrections into the system that do not create new versions. If new procedure components are created and integrated into the system in the course of the use of new performance features, to which new version numbers are then assigned, this opportunity is used to completely incorporate the - temporarily - introduced patches into the procedures. In the one procedures with a new version number are no longer included in the "former" patches.
- the invention has for its object to provide a method to expand the communication system during operation by additional subscriber data with sufficient practicality, without limiting the availability.
- the external storage medium is designed in the form of a disk storage SP.
- This has access to the coordination processor CP via one of the connection modules IOP. All read / write processes between the working memories LMY, CMY of the coordination processor CP and the disk memory SP take place via this interface.
- the system software and special subscriber data running in the working memories LMY of the communication system are generally stored on the disk memory SP; the latter are organisationally combined in files, hereinafter referred to as data libraries, and consist of several library elements, which in turn contain several tables, which are implemented in the form of software modules.
- patches are introduced into the software during the development process of the procedures of a communication system. In the specific case of data tables, this means that patches are stored in any order between the subscriber data contained in the tables. These patches - like the other subscriber data, by the way - are stored under fixed physical addresses that are accessed by switching procedures and processes.
- Each module is also assigned a so-called patch and module management. All data relating to a module, such as its logical start address and its length, are stored in the module management. Based on the knowledge of the starting address of a module and its length, procedures can be used to determine the logical addresses of the individual subcomponents of the module - namely the stored subscriber data and any patches that may be present.
- the patch management contains all data relating to a patch, such as the addresses of the patch within the module in question, its start address, all changes made in this module and the status of the patch being introduced. This means that the patch management assigned to a module can be traced at any time as to which data at which address was changed during the development process.
- the code of the procedures of the communication system is organisationally summarized in libraries, the so-called "TASKLIBs".
- patches with possibly attached "backpacks” are inserted in any order during the development process of the software.
- patch administrations and - since the procedures are implemented in software modules - module administrations are assigned to the tables containing the code.
- the code stored in the 'TASKLIB' accesses the data in the data library when it runs in the working memory. It must be ensured under all circumstances that the data stored in the data library is always stored at the same address so that the TASKLIB procedures can find the data relevant to them at the correct address at all times when accessing the data library. As a rule, this is also ensured.
- a first step the previously inserted patches are removed from the corresponding modules using special procedures; the original state of the data is therefore restored. Because every patch, i.e. every change of participant data in the patch management assigned to the module this process can be carried out without particular difficulty. During this process, the switching procedures continue to use the tables in the main library, which eliminates the risk that the corresponding malfunctions will occur again when the patch is removed - which is basically equivalent to inserting old 'logical coding errors'.
- an expansion procedure ensures that data modules containing the subscriber data are expanded by additional memory area; the new participant data can be entered here later.
- a so-called shift procedure combines the data modules expanded in this way to form a new data library. It also assigns the new start addresses of the data modules to the old start addresses. Furthermore, the addresses must now be entered in the module management and the patch management. As a result of the binding process, the addresses under which the patches were previously located have also changed. Although the patches were removed from the data modules before the expansion, they are still contained in the patch administrations assigned to the data modules; Their status register only shows the status 'INACTIVE', which means that they are not considered to exist for the data modules and any procedures of the 'TASKLIB' that access them.
- a further procedure now inserts the previously removed patches.
- the associated new patch addresses are changed accordingly in the patch management of the data modules. This automatically updates the jump addresses to these patches in the code of the TASKLIB procedures. This ensures that, despite the physical addresses being shifted due to the expansion of the data modules, the TASKLIB procedures do not access patches of the data modules incorrectly.
- the libraries expanded in this way can now be loaded step by step into the main memory of the communication system.
- a communication system designed in this way ensures that the general availability of the system is maintained for all participants.
- FIGS. 2 to 5 show the TASKLIB, the data library and the associated patch and module administrations.
- a patch is inserted in module 3 of the data library. This patch is addressed by a patch from TASKLIB.
- FIG 3 the patch in module 3 of the data library is removed.
- FIG 4 demonstrates how the individual modules are expanded by additional storage space. This additional storage space is quasi 'attached' to the modules and later described with the corresponding subscriber data.
- the 'new' modules are then linked by a shift procedure to an updated data library, the 'new' module start addresses being communicated to the module administrations. As can be seen from FIG. 3, the address at which the patch was originally inserted has been shifted.
- the patch is inserted again.
- the patch address is updated in the patch management.
- the updated patch address is also communicated to the patch management of TASKLIB and, as a consequence, the addressing code of the patch of TASKLIB, which addresses the patch of the data library, is changed accordingly.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Exchange Systems With Centralized Control (AREA)
- Mobile Radio Communication Systems (AREA)
- Multi Processors (AREA)
- Telephonic Communication Services (AREA)
Abstract
Description
Die Erfindung betrifft eine Einrichtung gemäß Oberbegriff des Patentanspruchs 1.The invention relates to a device according to the preamble of
Komplexe Kommunikationssystemen sind meist als Multiprozessorsysteme realisiert. Diese besitzen gegenüber Monoprozessorsystemen Vorteile, wie zum Beispiel eine drastischen Erhöhung der Verarbeitungsgeschwindigkeit. Dies wird durch eine parallele Bearbeitung mehrerer Aufgaben erreicht, die jeweils Teilaufgaben einer zu bearbeitenden Aufgabe darstellen; jeder Prozessor bearbeitet eine Teilaufgabe und die Teilergebnisse werden zu einem Gesamtergebnis zusammengesetzt. Neben der hohen Verarbeitungsgeschwindigkeit besteht ein weiterer Anspruch, der an moderne Kommunikationssysteme gestellt wird, darin die jederzeitige Verfügbarkeit des Systems für alle Teilnehmer sicherzustellen, was durch eine weitgehende Doppelung zentraler Teile des Systems erreicht wird. So stellen internationale Normierungsgremien für Kommunikationssysteme/Kommunikationsnetze - beispielsweise CCITT - die Forderung nach einer hohen Verfügbarkeit des Systems über die gesamte Lebensdauer, z.B. in der Form, daß eine Kommunikationsanlage auf die Dauer von 20 Jahren höchstens zwei Stunden ausfallen darf. Um diesen Ansprüchen gerecht zu werden, müssen die systeminternen Abläufe von einer Vielzahl von Prozessen und Prozeduren gesteuert und überwacht werden. Damit erhöht sich aber die Komplexität der in einem Kommunikationssystem ablaufenden Prozeduren und Prozesse drastisch. Allgemein gilt, daß je komplexer und vielschichtiger ein System ist, um so höher die Fehlerwahrscheinlichkeit wird. Daher müssen die während des Betriebes auftretenden Fehler analysiert und anschließend Korrekturdaten unmittelbar in das System eingebracht werden, um damit die Fehlerwahrscheinlichkeit des Systems zu vermindern und somit die Verfügbarkeit des Systems zu erhöhen. Generell sind Fehler bei der Erstellung von Prozeduren unvermeidbar. Zwar können Syntaxfehler im Zuge der Erstellung durch spezielle Prozeduren, wie z. B. Compilerprozeduren, eliminiert werden, jedoch können logische Codierungsfehler über eine solche Syntaxprüfung nicht ermittelt werden; sie wirken sich somit während des laufenden Betriebes aus und treten insbesondere dort auf, wo ein komplexes Zusammenspiel von Prozeduren und Prozessen stattfindet. Die Komplexität eines derartiges Systems macht aber das Auftreten eines logischen Codierungsfehlers erst nach längerer Betriebszeit möglich und erschwert ein unmittelbares Beheben eines solchen Fehlers.Complex communication systems are mostly implemented as multiprocessor systems. These have advantages over monoprocessor systems, such as a drastic increase in processing speed. This is achieved by processing several tasks in parallel, each of which represents subtasks of a task to be processed; Each processor processes a subtask and the subtotals are put together to form an overall result. In addition to the high processing speed, another requirement placed on modern communication systems is to ensure that the system is available to all participants at all times, which is achieved by largely duplicating central parts of the system. International standardization bodies for communication systems / communication networks - for example CCITT - make demands for high availability of the system over its entire lifespan, for example in the form that a communication system may fail for a maximum of two hours over a period of 20 years. In order to meet these requirements, the system's internal processes must be controlled and monitored by a large number of processes and procedures. However, this increases the complexity of the procedures and processes taking place in a communication system drastically. In general, the more complex and complex a system is, the higher the probability of errors. Therefore, the errors that occur during operation must be analyzed and correction data must then be introduced directly into the system in order to reduce the likelihood of errors in the system and thus increase the availability of the system. In general, mistakes when creating procedures are inevitable. Although syntax errors in the course of the creation by special procedures, such. B. compiler procedures, can be eliminated, but logical coding errors can not be determined via such a syntax check; they therefore have an effect during ongoing operation and occur particularly where there is a complex interplay of procedures and processes. However, the complexity of such a system only makes the occurrence of a logical coding error possible after a long operating time and makes it difficult to rectify such an error immediately.
Zwar gestatten es Monoprozessorsysteme herkömmlicher Art, bei geringem Zeit- und Arbeitsaufwand korrigierte und damit neu codierte Prozedurabläufe nochmals zu editieren, zu compilieren, zu binden sowie erneut in das System einzubringen, jedoch ist bei den heute verwendeten, auf Multiprozessorbasis basierenden Kommunikationssystemen ein derartiges Vorgehen praktisch nicht mehr möglich, da das Einbringen auch kleinster Korrekturen ein erneutes Editieren, Kompilieren sowie Binden aller Prozeduren des gesamten Kommunikationssystems bedeuten würde. Ein solcher Prozeß würde im allgemeinen aber mehrere Tage in Anspruch nehmen, und somit Rechenzentren lange Zeit für weitere Aufgaben blockieren.Although conventional monoprocessor systems allow the time-consuming and labor-intensive work to correct, compile, and then re-encode and re-encode the procedure sequences, and to reintroduce them into the system, such a procedure is practical with the multiprocessor-based communication systems used today no longer possible, since the introduction of even the smallest corrections would mean re-editing, compiling and binding of all procedures of the entire communication system. Such a process would generally take several days and would block data centers for a long time.
Die Notwendigkeit, Verfahren zu entwickeln, die ein schnelles, kurzfristiges Einbringen kleinerer Fehlerkorrekturen in die Software eines Kommunikationssystems gestatten, führte zur Entwicklung von Prozeduren zur Schnellkorrektur von logischen Codierungsfehlern, im folgenden Patches genannt. Mit Patches lassen sich kleine Software-Korrekturen kurzfristig ausführen. Die Änderungen werden durch Anweisungen über ein Bedienterminal unmittelbar den zu korrigierenden Codeabläufen in den jeweiligen Prozeduren zugeführt. Bei einfacheren logischen Codierungsfehlern wird dabei der fehlerhafte Code überschrieben. Falls jedoch darüberhinaus im Programmablauf zusätzlicher Code eingefügt werden muß, wird der eingebrachte Patch mit einem sogenannten 'Rucksack' verbunden. Dieser enthält jenen zusätzlichen Programmcode, der zur Behebung des logischen Fehlers notwendig ist, und wird in einem speziell zu diesem Zweck vorgesehenen Speicherbereich abgelegt. Die Korrektur des nun geänderten Programmcodes macht sich beim späteren Ablauf dahingehend bemerkbar, daß die Prozedur an der entsprechenden 23derungsstelle zu dem eingebrachten 'Rucksack' verzweigt, und nach Abarbeitung desselben ein Rücksprung zum ursprünglichen Programmcode erfolgt. Gesteuert wird dieser Vorgang über eine sogenannte Patch-Verwaltung. In dieser sind in Tabellenform die Adressen der den Patches zugeordneten 'Rucksäcke' abgelegt.The need to develop methods that allow minor error corrections to be introduced quickly and quickly into the software of a communication system has led to the development of procedures for the rapid correction of logical ones Coding errors, hereinafter referred to as patches. Patches can be used to make small software corrections at short notice. The changes are directly supplied to the code sequences to be corrected in the respective procedures by instructions via an operating terminal. In the case of simpler logical coding errors, the incorrect code is overwritten. However, if additional code has to be added to the program flow, the patch is connected to a so-called 'backpack'. This contains the additional program code that is necessary to correct the logical error and is stored in a memory area specially provided for this purpose. The correction of the now changed program code becomes noticeable in the later sequence in that the procedure branches to the inserted 'backpack' at the corresponding change point, and after processing it returns to the original program code. This process is controlled via a so-called patch management. In this table the addresses of the 'backpacks' assigned to the patches are stored.
Die Erstellung der Prozeduren eines Kommunikationssystems impliziert mehrere, komplexe Entwicklungsschritte, da zum einen die Prozedur unmittelbar nach dem Codierungsprozeß noch mit Fehlern behaftet ist, die erst nach weiteren Entwicklungsschritten beseitigt werden und zum anderen weitere Leistungsmerkmale hinzugefügt werden, was in der Regel ein Einbinden weiterer Prozeduren in die Software des Kommunikationssystems bedeutet.The creation of the procedures of a communication system implies several, complex development steps, because on the one hand, the procedure immediately after the coding process still contains errors, which are only eliminated after further development steps and, on the other hand, further performance features are added, which usually means that further procedures are integrated in the software of the communication system.
Aus organisatorischen Gründen wird jedem Entwicklungsschritt eine Versionsnummer zugeteilt. Über einen Patch werden aber nur vorübergehende, keine neuen Versionen begründenden Fehlerkorrekturen in das System eingebracht. Werden nun im Zuge der Verwendung neuer Leistungsmerkmale neue Prozedurkomponenten erstellt und in das System eingebunden, denen dann entsprechend neue Versionsnummern zugeteilt werden, so wird diese Gelegenheit dazu benutzt, die - vorübergehend - eingeführten Patches vollständig in die Prozeduren einzuarbeiten. In den mit einer neuen Versionsnummer versehenen Prozeduren werden die "ehemaligen" Patches also nicht mehr mitgeführt.For organizational reasons, each version step is assigned a version number. However, a patch only brings temporary error corrections into the system that do not create new versions. If new procedure components are created and integrated into the system in the course of the use of new performance features, to which new version numbers are then assigned, this opportunity is used to completely incorporate the - temporarily - introduced patches into the procedures. In the one procedures with a new version number are no longer included in the "former" patches.
Mit diesem Verfahren zur schnellen Fehlerkorrektur (Patch-Verfahren) lassen sich kurzfristig einfachere logische Codierungsfehler korrigieren und in die Prozeduren des Kommunikationssystems einbringen. Unter einfacheren logischen Codierungsfehlern sind z. B. solche Fehler zu verstehen, die in einem von einem einzigen Prozessor zu bearbeitenden Modul auftreten. Durch die Entwicklung zu Multiprozessorsystemen gibt es aber Konstellationen, die in einer Monoprozessor-Architektur nicht auftreten. Logische Codierungsfehler sind dabei durch das Zusammenspiel mehrerer Prozeduren und Prozesse derart komplex, daß ein unmittelbares Korrigieren von fehlerhaftem Code in den jeweiligen Prozeduren nicht mehr ohne weiteres möglich ist. So sind neben denen aus der bisherigen "Monoprozessorwelt" bekannten Fehlern solche Fehlerarten hinzugekommen, die
- modulübergreifend auftreten,
- prozessorübergreifend auftreten,
- nur dann auftreten, wenn eine bestimmte Netzumgebung vorhanden ist, oder
- nur in Verbindung mit einer entsprechenden Firmware auftreten.
- occur across modules,
- occur across processors,
- only occur if a certain network environment is available, or
- only occur in connection with the corresponding firmware.
Derartige komplexe logische Codierungsfehler können aber mit dem beschriebenen Patch-Verfahren nicht mehr korrigiert und in das System eingebracht werden, da die Fehlerkorrekturen - z. B. im falle modulübergreifender logischer Codierungsfehler - in einem Änderungsschritt eingebracht werden müssen.Such complex logical coding errors can no longer be corrected with the described patch method and introduced into the system, since the error corrections - e.g. B. in the case of cross-module logical coding errors - must be introduced in one change step.
Wie bereits erwähnt, ist die Komplexität eines Systems unmittelbar mit seiner Fehlerwahrscheinlichkeit - und damit einhergehend - seiner Verfügbarkeit korreliert. Dies bedeutet in der Praxis, daß je Komplexer das System ist, sich um so mehr Patches - also schnelle Fehlerkorrekturen - in seinen Modulen, Prozeduren und Tabellen befinden. Auf diese Patches greifen aber im weiteren Verlauf des Entwicklungsprozesses der Prozeduren eines Kommunikationssystems - in diesem Fall also bis zur Erteilung der nächsten Versionsnummer - weitere Prozeduren zu.As already mentioned, the complexity of a system is directly correlated with its probability of error - and with it, its availability. In practice, this means that the more complex the system, the more patches - i.e. fast error corrections - in its modules, Procedures and tables are located. However, these patches access further procedures in the further course of the development process of the procedures of a communication system - in this case until the next version number is issued.
Den Patches sind im Arbeitsspeicher feste physikalische Adressen zugeordnet. Sollen nun im Laufe eines Entwicklungsprozesses zusätzliche Daten in die Tabellen des Kommunikationssystems eingefügt werden - insbesondere, wenn zusätzliche Teilnehmer an das Kommunikationssystem angeschlossen werden - so ist dies an sich mit einer Verschiebung dieser physikalischen Adressen verbunden. Dies wird jedoch dadurch vermieden, daß in einer Abfolge mühsamer Einzelschritte die in Frage kommenden Patches analysiert und - vorübergehend - entfernt werden, um die entsprechenden Daten einzubringen. Insbesondere das Entfernen bereits eingebrachter Patches bereitet in der Praxis aber enorme Probleme, da ehemals bereinigte Fehler nun unter Umständen wieder zum Vorschein treten können. Da - wie erwähnt - auf bereits eingebrachte Patches im weiteren Verlauf des Entwicklungsprozesses des Kommunikationssystems weitere Prozeduren zugreifen, besteht eine nicht zu vernachlässigende Wahrscheinlichkeit eines Totalabsturzes bzw. einer drastischen Eingrenzung der Verfügbarkeit des gesamten Kommunikationssystems.Fixed physical addresses are assigned to the patches in the working memory. If additional data are now to be inserted into the tables of the communication system in the course of a development process - in particular if additional participants are connected to the communication system - this is inherently associated with a shift in these physical addresses. However, this is avoided by analyzing the patches in question in a series of laborious individual steps and - temporarily - removing them in order to introduce the corresponding data. In particular, the removal of patches that have already been applied creates enormous problems in practice, since previously corrected errors can now appear again under certain circumstances. Since - as mentioned - patches already introduced access further procedures in the further course of the development process of the communication system, there is a not negligible probability of a total crash or a drastic limitation of the availability of the entire communication system.
Der Erfindung liegt die Aufgabe zugrunde, ein Verfahren anzugeben, das Kommunikationssystem während des laufenden Betriebes um zusätzliche Teilnehmerdaten mit einer ausreichenden Praktikabilität zu erweitern, ohne dabei die Verfügbarkeit einzugrenzen.The invention has for its object to provide a method to expand the communication system during operation by additional subscriber data with sufficient practicality, without limiting the availability.
Diese Aufgabe wird ausgehend vom Oberbegriff des Patentanspruchs 1 erfindungsgemäß durch dessen kennzeichnende Merkmale gelöst.Starting from the preamble of
Wesentlich für die Erfindung ist das Erweitern von Tabellen um zusätzliche Teilnehmer, ohne besondere Einschränkung des vermittlungstechnischen Verkehrs. Das Problem, in den Tabellen noch existierende Patches kurzfristig zu entfernen, wird dadurch gelöst, daß das Hinzufügen zusätzlicher Teilnehmerdaten auf einem externen Speichermedium durchgeführt wird. Nach Abschluß des Einfügeprozesses werden dan die neuen Tabellen in die entsprechenden Bereiche der Arbeitsspeicher Schritt für Schritt nachgeladen. Dadurch wird eine ins Gewicht fallende Eingrenzung der Verfügbarkeit des gesamten Kommunikationssystems vermieden.It is essential for the invention to expand tables by additional participants, without any particular restriction of the switching traffic. The problem of temporarily removing patches that still exist in the tables is solved by adding additional subscriber data to an external storage medium. After the insertion process has been completed, the new tables are then loaded into the corresponding areas of the working memory step by step. This avoids a significant limitation in the availability of the entire communication system.
Im folgenden wird die Erfindung anhand eines figürlich dargestellten Ausführungsbeispiels erläutert.In the following the invention will be explained with reference to an exemplary embodiment shown in the figures.
FIG 1 zeigt ein modular strukturiertes Kommunikationssystem. Dieses ist ausgestaltet durch
- ein der Durchschaltung von Verbindungen dienendes Koppelfeld SN
- dem Anschluß von Teilnehmergeräten dienende Anschlußbaugruppen LTG₁...LTGn mit Prozessoren P
- eine der Steuerung eines zentralen Zeichenkanals CCNC dienende Anschlußbaugruppe mit Prozessoren P
- einen Koordinationsprozessor CP, bestehend aus
- -- einem für alle Einheiten des Koordinationsprozessors CP gemeinsamen Speichersystem CMY
- -- einem für alle Einheiten des Koordinationsprozessors CP gemeinsamen zentralen Bussystem B:CMY
- -- mehreren
Prozessoren P
- sowie weitere Anschlußbaugruppen IOP₁...IOPn , die an den zentralen Systembus B:CMY des Koordinationsprozessors CP angeschlossen und über die externe Speichersysteme SP, externe Ein-/Ausgabegeräte PC sowie ein externes Rechenzentrum RZ anschaltbar sind.
- a switching network SN serving for switching connections
- the connection of subscriber devices serving connection modules LTG₁ ... LTG n with
processors P - a connection module with processors P used to control a central character
channel CCNC - a coordination processor CP consisting of
- - A memory system CMY common to all units of the coordination processor CP
- - A central bus system B: CMY common to all units of the coordination processor CP
- - Several processors P
- and further
connection modules IOP 1 ... IOP n , which are connected to the central system bus B: CMY of the coordination processor CP and can be connected via the external storage systems SP, external input / output devices PC and an external data center RZ.
Im Ausführungsbeispiel ist das externe Speichermedium in Form eines Plattenspeichers SP ausgestaltet. Dieser hat über eine der Anschlußbaugruppen IOP Zugang zu dem Koordinationsprozessor CP. Alle Schreib-/ Lesevorgänge zwischen den Arbeitsspeichern LMY, CMY des Koordinationsprozessors CP und des Plattenspeichers SP erfolgen über diese Schnittstelle. Generell sind auf dem Plattenspeicher SP die in den Arbeitsspeichern LMY des Kommunikationssystems ablaufende System-Software und spezielle Teilnehmerdaten abgelegt; letztere sind organisatorisch in Dateien, im folgenden Datenbibliotheken genannt, zusammengefaßt und bestehen aus mehreren Bibliothekselementen, die wiederum mehrere Tabellen, die in Form von Software-Modlen realisiert sind, enthalten. Wie bereits eingangs erwähnt, werden während des Entwicklungsprozesses der Prozeduren eines Kommunikationssystems Patches in die Software eingeführt. Im speziell vorliegenden Fall von Datentabellen bedeutet dies, daß in beliebiger Reihenfolge zwischen den in den Tabellen enthaltenen Teilnehmerdaten Patches abgespeichert sind. Diese Patches - wie übrigens auch die anderen Teilnehmerdaten sind unter festen physikalischen Adressen, auf die vermittlungstechnische Prozeduren und Prozesse zugreifen, abgespeichert.In the exemplary embodiment, the external storage medium is designed in the form of a disk storage SP. This has access to the coordination processor CP via one of the connection modules IOP. All read / write processes between the working memories LMY, CMY of the coordination processor CP and the disk memory SP take place via this interface. The system software and special subscriber data running in the working memories LMY of the communication system are generally stored on the disk memory SP; the latter are organisationally combined in files, hereinafter referred to as data libraries, and consist of several library elements, which in turn contain several tables, which are implemented in the form of software modules. As already mentioned at the beginning, patches are introduced into the software during the development process of the procedures of a communication system. In the specific case of data tables, this means that patches are stored in any order between the subscriber data contained in the tables. These patches - like the other subscriber data, by the way - are stored under fixed physical addresses that are accessed by switching procedures and processes.
Jedem Modul ist darüber hinaus eine sogenannte Patch - sowie eine Modulverwaltung zugeordnet. In der Modulverwaltung sind alle ein Modul betreffenden Daten wie zum Beispiel dessen logische Anfangsadresse sowie dessen Länge abgelegt. Aufgrund der Kenntnis der Anfangsadresse eines Moduls sowie seiner Länge lassen sich über Prozeduren die logischen Adressen der einzelnen Teilkomponenten des Moduls - nämlich die abgelegten Teilnehmerdaten sowie eventuell vorhandene Patches - ermitteln. Die Patch-Verwaltung enthält alle einen Patch betreffenden Daten, wie z.B. die Adressen des Patches innerhalb des betreffenden Moduls, dessen Anfangsdresse, alle Änderungen, die in diesem Modul durchgeführt wurden, sowie den Status des eingeführten Patch's. Somit ist aus der einem Modul zugeordneten Patch-Verwaltung jederzeit nachvollziehbar, welche Daten an welcher Adresse im Laufe des Entwicklungsprozesses geändert wurden.Each module is also assigned a so-called patch and module management. All data relating to a module, such as its logical start address and its length, are stored in the module management. Based on the knowledge of the starting address of a module and its length, procedures can be used to determine the logical addresses of the individual subcomponents of the module - namely the stored subscriber data and any patches that may be present. The patch management contains all data relating to a patch, such as the addresses of the patch within the module in question, its start address, all changes made in this module and the status of the patch being introduced. This means that the patch management assigned to a module can be traced at any time as to which data at which address was changed during the development process.
Weiterhin ist auf Platte der Code der Prozeduren des Kommunikationssystems organisatorisch ebenfalls in Bibliotheken, den sogenannten "TASKLIB's" zusammengefaßt. Auch hier werden in beliebiger Reihenfolge während des Entwicklungsprozesses der Software Patches mit eventuell angehängten "Rucksäcken" eingefügt. Daher sind auch hier Patch-Verwaltungen und - da die Prozeduren in Software-Modulen realisiert sind - Modulverwaltungen den den Code enthaltenden Tabellen zugeordnet. Der in der 'TASKLIB' abgelegte Code greift beim Ablauf im Arbeitsspeicher auf die Daten der Datenbibliothek zu. Es muß unter allen Umständen sichergestellt werden, daß die in der Datenbibliothek abgelegten Daten stets unter derselben Adresse gespeichert sind, damit die Prozeduren der TASKLIB jederzeit beim Zugriff auf die Datenbibliothek die für sie relevanten Daten unter der richtigen Adresse wiederfinden. In der Regel ist dies auch sichergestellt.Furthermore, the code of the procedures of the communication system is organisationally summarized in libraries, the so-called "TASKLIBs". Here too, patches with possibly attached "backpacks" are inserted in any order during the development process of the software. For this reason, patch administrations and - since the procedures are implemented in software modules - module administrations are assigned to the tables containing the code. The code stored in the 'TASKLIB' accesses the data in the data library when it runs in the working memory. It must be ensured under all circumstances that the data stored in the data library is always stored at the same address so that the TASKLIB procedures can find the data relevant to them at the correct address at all times when accessing the data library. As a rule, this is also ensured.
Nun werden an ein Kommunikationssystem oft neue Teilnehmer hinzugeschaltet. Dies bedeutet in der Praxis, daß die Teilnehmerdaten enthaltende Datenbibliotheken in diesem Fall erweitert werden müssen; damit erhalten aber die Datenpatches neue Adressen, die den in der 'TASKLIB' abgelegten Zugriffsprozeduren mitgeteilt werden müssen.Now, new participants are often added to a communication system. In practice, this means that data libraries containing the subscriber data must be expanded in this case; however, this gives the data patches new addresses that must be communicated to the access procedures stored in the 'TASKLIB'.
Bevor die Datenbibliotheken um weitere Teilnehmerdaten erweitert werden, findet zunächst ein Umkopieren in Hilfsbibliotheken statt. In diesen werden die eigentlichen Erweiterungsvorgänge durchgeführt. Dies hat insbesondere den Vorteil, daß die vermittlungstechnischen Prozeduren währenddessen noch auf die alten, Teilnehmerdaten enthaltenden Datenbibliotheken zugreifen können und demzufolge der vermittlungstechnische Verkehr nicht unterbrochen wird.Before the data libraries are expanded to include further subscriber data, they are first copied to auxiliary libraries. The actual expansion processes are carried out in these. This has the particular advantage that the switching procedures can still access the old data libraries containing subscriber data and consequently the switching traffic is not interrupted.
In einem ersten Schritt werden nun die vormals eingefügten Patches durch spezielle Prozeduren aus den entsprechenden Modulen wieder entnommen; der ursprüngliche Zustand der Daten wird also wiederhergestellt. Da jeder Patch, also jede Änderung von Teilnehmerdaten in der dem Modul zugeordneten Patch-Verwaltung festgehalten ist, kann dieser Prozeß ohne besondere Schwierigkeiten durchgeführt werden. Die vermittlungstechnischen Prozeduren benutzen während dieses Prozesses nach wie vor die Tabellen der Hauptbibliothek, womit die Gefahr gebannt ist, daß beim Entfernen des Patches - was im Grunde einem Einfügen alter 'logischer Codierungsfehler' gleichkommt -, die entsprechenden Fehlfunktionen wieder auftreten.In a first step, the previously inserted patches are removed from the corresponding modules using special procedures; the original state of the data is therefore restored. Because every patch, i.e. every change of participant data in the patch management assigned to the module this process can be carried out without particular difficulty. During this process, the switching procedures continue to use the tables in the main library, which eliminates the risk that the corresponding malfunctions will occur again when the patch is removed - which is basically equivalent to inserting old 'logical coding errors'.
In einem zweiten Schritt sorgt eine Erweiterungsprozedur dafür, daß die Teilnehmerdaten enthaltende Datenmodule um zusätzlichen Speicherbereich erweitert werden; hier können später die neuen Teilnehmerdaten eingetragen werden. Eine sogenannte Shift-Prozedur bindet die derart erweiterten Datenmodule zu einer neuen Datenbibliothek zusammen. Sie führt darüber hinaus die Zuordnung der neuen Anfangsadressen der Datenmodule zu den alten Anfangsadressen durch. Des weiteren müssen jetzt die Adressen in der Modul-Verwaltung sowie der Patch-Verwaltung eingetragen werden. Durch den Bindevorgang haben sich aber auch insbesondere die Adressen verändert, unter denen früher die Patches gelegen haben. Zwar sind die Patches vor der Erweiterung aus den Datenmodulen entfernt worden, in den den Datenmodulen zugeordneten Patchverwaltungen sind sie jedoch nach wie vor enthalten; ihr Statusregister zeigt dort lediglich den Zustand 'INACTIVE' an, womit sie für die Datenmodule und eventuell auf diese zugreifende Prozeduren der 'TASKLIB' als nicht existent gelten. In einem dritten Schritt fügt nun eine weitere Prozedur die vormals entnommenen Patches wieder ein. Synchron dazu werden die dazugehörigen neuen Patchadressen in der Patchverwaltung der Datenmodule entsprechend geändert. Dadurch werden automatisch die Sprungadressen auf diese Patches im Code der TASKLIB-Prozeduren aktualisiert. Damit ist sichergestellt, daß trotz Verschiebung der physikalischen Adressen durch die Erweiterung der Datenmodule keine fehlerhaften Zugriffe der TASKLIB-Prozeduren auf Patches der Datenmodule erfolgen.In a second step, an expansion procedure ensures that data modules containing the subscriber data are expanded by additional memory area; the new participant data can be entered here later. A so-called shift procedure combines the data modules expanded in this way to form a new data library. It also assigns the new start addresses of the data modules to the old start addresses. Furthermore, the addresses must now be entered in the module management and the patch management. As a result of the binding process, the addresses under which the patches were previously located have also changed. Although the patches were removed from the data modules before the expansion, they are still contained in the patch administrations assigned to the data modules; Their status register only shows the status 'INACTIVE', which means that they are not considered to exist for the data modules and any procedures of the 'TASKLIB' that access them. In a third step, a further procedure now inserts the previously removed patches. At the same time, the associated new patch addresses are changed accordingly in the patch management of the data modules. This automatically updates the jump addresses to these patches in the code of the TASKLIB procedures. This ensures that, despite the physical addresses being shifted due to the expansion of the data modules, the TASKLIB procedures do not access patches of the data modules incorrectly.
In einem letzten Schritt können nun die derart erweiterten Bibliotheken schrittweise in die Arbeitsspeicher des Kommunikationssystems geladen werden.
Mit einem derart ausgestalteten Kommunikationssystem ist somit sichergestellt, daß die generelle Verfügbarkeit des Systems für alle Teilnehmer erhalten bleibt.In a final step, the libraries expanded in this way can now be loaded step by step into the main memory of the communication system.
A communication system designed in this way ensures that the general availability of the system is maintained for all participants.
Die Vorgehensweise ist detailliert im Ausführungsbeispiel in den Figuren 2 bis 5 demonstriert.
FIG 2 zeigt die TASKLIB, die Datenbibliothek sowie die zugeordneten Patch- und Modulverwaltungen. Zur näheren Erläuterung sei hier ein Patch in Modul 3 der Datenbibliothek eingefügt. Dieser Patch wird von einem Patch der TASKLIB adressiert. In FIG 3 wird der Patch in Modul 3 der Datenbibliothek entfernt.
FIG 4 demonstriert, wie die einzelnen Module um zusätzlichen Speicherplatz erweitert werden. Dieser zusätzliche Speicherplatz wird quasi an die Module ' angehängt' und im späteren Verlauf mit den entsprechenden Teilnehmerdaten beschrieben. Die 'neuen' Module werden dann von einer Shift-Prozedur zu einer aktualisierten Datenbibliothek zusammengebunden, wobei die 'neuen' Modulanfangsadressen den Modulverwaltungen mitgeteilt werden. Wie aus FIG 3 ersichtlich, ist die Adresse, an der ursprünglich der Patch eingefügt war, verschoben.
In FIG 5 wird der Patch wieder eingefügt. Durch das Einfügen des Patches wird die Patchadresse in der Patchverwaltung aktualisiert. Die aktualisierte Patchadresse wird darüber hinaus der Patchverwaltung der TASKLIB mitgeteilt und als Konsequenz der Adressierungscode des Patches der TASKLIB, der den Patch der Datenbibliothek adressiert, entsprechend geändert.The procedure is demonstrated in detail in the exemplary embodiment in FIGS. 2 to 5.
2 shows the TASKLIB, the data library and the associated patch and module administrations. For a more detailed explanation, a patch is inserted in module 3 of the data library. This patch is addressed by a patch from TASKLIB. In FIG 3, the patch in module 3 of the data library is removed.
FIG 4 demonstrates how the individual modules are expanded by additional storage space. This additional storage space is quasi 'attached' to the modules and later described with the corresponding subscriber data. The 'new' modules are then linked by a shift procedure to an updated data library, the 'new' module start addresses being communicated to the module administrations. As can be seen from FIG. 3, the address at which the patch was originally inserted has been shifted.
5 the patch is inserted again. By inserting the patch, the patch address is updated in the patch management. The updated patch address is also communicated to the patch management of TASKLIB and, as a consequence, the addressing code of the patch of TASKLIB, which addresses the patch of the data library, is changed accordingly.
Claims (1)
- Method for controlling subscriber data in a communications system having- line trunk groups (LTG₁...LTGN) via which subscribers are connected to the communications system,- a multiprocessor system (CP) which is used for central system control,- an external storage medium (SP) on which procedures and data, in particular subscriber data relating to the communications system, are combined in files comprising a plurality of modules, and- the respective modules for patch procedures for correction of software errors in resident module controllers and patch controllers assigned to procedures/datacharacterized in that new subscriber data are inserted into the files in such a manner that, after the files have been copied into auxiliary files, patches which have been inserted into procedures/data of the communications system are cancelled again by means of first procedures in accordance with the patch data stored in the patch controller, the modules which have been freed of patches are expanded by an additional memory space by means of a second procedure, and a shift procedure connects the modules which have been expanded in such a manner together to form an updated file and updates the initial addresses of the modules stored in the module and patch controllers assigned to the modules, the patches which were initially removed are inserted, via a fourth procedure according to the patch data stored in the patch controller, at new addresses, which are shifted by means of the attachment process, of the patches which were previously inserted, updating of the patch addresses which are stored in the patch controller being carried out by means of system-internal patch procedures, and the new subscriber data being written into the additional memory space via a fifth procedure and all the files being loaded successively into the main memory of the communications system.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
DE4041277 | 1990-12-21 | ||
DE4041277 | 1990-12-21 |
Publications (3)
Publication Number | Publication Date |
---|---|
EP0492252A2 EP0492252A2 (en) | 1992-07-01 |
EP0492252A3 EP0492252A3 (en) | 1993-11-18 |
EP0492252B1 true EP0492252B1 (en) | 1995-11-15 |
Family
ID=6421091
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP91121083A Expired - Lifetime EP0492252B1 (en) | 1990-12-21 | 1991-12-09 | Communication system comprising exchange connection groups, a switching network, a central signalling channel and a multiprocessor system for centralized control |
Country Status (5)
Country | Link |
---|---|
EP (1) | EP0492252B1 (en) |
AT (1) | ATE130485T1 (en) |
DE (1) | DE59106916D1 (en) |
ES (1) | ES2079021T3 (en) |
GR (1) | GR3018100T3 (en) |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
SE378690B (en) * | 1973-12-13 | 1975-09-08 | Ellemtel Utvecklings Ab | |
DE2646330C3 (en) * | 1976-10-14 | 1983-11-03 | Telefonbau Und Normalzeit Gmbh, 6000 Frankfurt | Circuit arrangement for the delivery of information to a stored-program control in telecommunication systems, in particular telephone systems |
GB8901932D0 (en) * | 1989-01-28 | 1989-03-15 | Int Computers Ltd | Data processing system |
-
1991
- 1991-12-09 ES ES91121083T patent/ES2079021T3/en not_active Expired - Lifetime
- 1991-12-09 DE DE59106916T patent/DE59106916D1/en not_active Expired - Fee Related
- 1991-12-09 EP EP91121083A patent/EP0492252B1/en not_active Expired - Lifetime
- 1991-12-09 AT AT91121083T patent/ATE130485T1/en not_active IP Right Cessation
-
1995
- 1995-11-16 GR GR950403021T patent/GR3018100T3/en unknown
Also Published As
Publication number | Publication date |
---|---|
GR3018100T3 (en) | 1996-02-29 |
EP0492252A3 (en) | 1993-11-18 |
ES2079021T3 (en) | 1996-01-01 |
EP0492252A2 (en) | 1992-07-01 |
DE59106916D1 (en) | 1995-12-21 |
ATE130485T1 (en) | 1995-12-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
DE4235193C2 (en) | Network system and associated software management process | |
EP0635792B1 (en) | Coordination method for parallel access to resource configurations by a plurality of processors | |
EP0807883B1 (en) | Communications system with means for exchanging software processes | |
DE4125389C1 (en) | ||
EP0492251B1 (en) | Communication system with interface circuits, a switching network, a central character channel and a multiprocessor system for central control | |
EP0632668B1 (en) | Method for updating a system program in an exchange | |
DE4429969A1 (en) | Process for exchanging program packages in a multi-computer system and computer therefor | |
DE3016452A1 (en) | CONTROL DEVICE, ESPECIALLY FOR TELEPHONE SWITCHING SYSTEMS | |
DE19803697A1 (en) | Software update | |
DE68920989T2 (en) | METHOD FOR AUTOMATICALLY PREPARING DATA FOR REGULATING A PROCESSOR THAT PROVIDES A DISTRIBUTED REGULATION, AND SYSTEM FOR USE. | |
DE3334773A1 (en) | METHOD FOR OPERATING A PAIR OF MEMORY BLOCKS OPERATING IN NORMAL OPERATING TIME | |
DE1180171B (en) | Number calculator | |
EP0492252B1 (en) | Communication system comprising exchange connection groups, a switching network, a central signalling channel and a multiprocessor system for centralized control | |
DE69520841T2 (en) | DATA BACKUP PROCEDURE FOR DEVICE SETTINGS | |
DE69829909T2 (en) | Dialing from the active station in a secure information processing system | |
DE19701322C2 (en) | Procedure for updating the operating software | |
EP0821533B1 (en) | Method for loading an instruction sequence in a telecommunications exchange | |
DE19701323C2 (en) | Method and device for updating the operating software | |
DE19843048C2 (en) | Method for a software access change in a network node of a telecommunications network and a network node suitable for performing such a method | |
DE3329556A1 (en) | Arrangement for telecommunication installations, in particular telephone exchanges, having centralised and/or intermediate-level program-controlled processors and their assigned memories | |
EP0141984A2 (en) | Multiprocessor central control unit for a telephone switching system | |
EP0645703B1 (en) | Method for checking the proper coupling of integrated circuit modules | |
DE1814000A1 (en) | Method for transferring variable data from a first address in a first area of a first memory field to a second address in a second area of a second memory field in the data memory of a computer | |
DE1941265B2 (en) | Programmed special service device for telephone exchanges - has special service memory transferring instructions to sub control | |
DE2819224A1 (en) | Fixed program changer for telephone PBX - has settings which are transferred to inserted adaptor, with unit readjusted and returned |
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 |
|
AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE CH DE ES FR GB GR IT LI LU NL SE |
|
PUAL | Search report despatched |
Free format text: ORIGINAL CODE: 0009013 |
|
AK | Designated contracting states |
Kind code of ref document: A3 Designated state(s): AT BE CH DE ES FR GB GR IT LI LU NL SE |
|
17P | Request for examination filed |
Effective date: 19931206 |
|
17Q | First examination report despatched |
Effective date: 19950426 |
|
GRAA | (expected) grant |
Free format text: ORIGINAL CODE: 0009210 |
|
AK | Designated contracting states |
Kind code of ref document: B1 Designated state(s): AT BE CH DE ES FR GB GR IT LI LU NL SE |
|
REF | Corresponds to: |
Ref document number: 130485 Country of ref document: AT Date of ref document: 19951215 Kind code of ref document: T |
|
REF | Corresponds to: |
Ref document number: 59106916 Country of ref document: DE Date of ref document: 19951221 |
|
REG | Reference to a national code |
Ref country code: ES Ref legal event code: FG2A Ref document number: 2079021 Country of ref document: ES Kind code of ref document: T3 |
|
REG | Reference to a national code |
Ref country code: GR Ref legal event code: FG4A Free format text: 3018100 |
|
ITF | It: translation for a ep patent filed | ||
REG | Reference to a national code |
Ref country code: CH Ref legal event code: NV Representative=s name: SIEMENS-ALBIS AKTIENGESELLSCHAFT |
|
GBT | Gb: translation of ep patent filed (gb section 77(6)(a)/1977) |
Effective date: 19960122 |
|
ET | Fr: translation filed | ||
PLBE | No opposition filed within time limit |
Free format text: ORIGINAL CODE: 0009261 |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT |
|
26N | No opposition filed | ||
REG | Reference to a national code |
Ref country code: GB Ref legal event code: IF02 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: AT Payment date: 20021120 Year of fee payment: 12 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: GR Payment date: 20021129 Year of fee payment: 12 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: NL Payment date: 20021205 Year of fee payment: 12 Ref country code: GB Payment date: 20021205 Year of fee payment: 12 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: LU Payment date: 20021212 Year of fee payment: 12 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: SE Payment date: 20021217 Year of fee payment: 12 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: BE Payment date: 20021218 Year of fee payment: 12 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: FR Payment date: 20021220 Year of fee payment: 12 Ref country code: ES Payment date: 20021220 Year of fee payment: 12 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: DE Payment date: 20030217 Year of fee payment: 12 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: CH Payment date: 20030307 Year of fee payment: 12 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: LU Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20031209 Ref country code: GB Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20031209 Ref country code: AT Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20031209 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: SE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20031210 Ref country code: ES Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20031210 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: LI Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20031231 Ref country code: CH Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20031231 Ref country code: BE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20031231 |
|
BERE | Be: lapsed |
Owner name: *SIEMENS A.G. Effective date: 20031231 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: NL Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20040701 Ref country code: DE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20040701 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: GR Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20040705 |
|
GBPC | Gb: european patent ceased through non-payment of renewal fee |
Effective date: 20031209 |
|
EUG | Se: european patent has lapsed | ||
REG | Reference to a national code |
Ref country code: CH Ref legal event code: PL |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: FR Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20040831 |
|
NLV4 | Nl: lapsed or anulled due to non-payment of the annual fee |
Effective date: 20040701 |
|
REG | Reference to a national code |
Ref country code: FR Ref legal event code: ST |
|
REG | Reference to a national code |
Ref country code: ES Ref legal event code: FD2A Effective date: 20031210 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: IT Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES;WARNING: LAPSES OF ITALIAN PATENTS WITH EFFECTIVE DATE BEFORE 2007 MAY HAVE OCCURRED AT ANY TIME BEFORE 2007. THE CORRECT EFFECTIVE DATE MAY BE DIFFERENT FROM THE ONE RECORDED. Effective date: 20051209 |