FR2747487A1 - Generation of telecommunications message - Google Patents

Generation of telecommunications message Download PDF

Info

Publication number
FR2747487A1
FR2747487A1 FR9604974A FR9604974A FR2747487A1 FR 2747487 A1 FR2747487 A1 FR 2747487A1 FR 9604974 A FR9604974 A FR 9604974A FR 9604974 A FR9604974 A FR 9604974A FR 2747487 A1 FR2747487 A1 FR 2747487A1
Authority
FR
France
Prior art keywords
message
binary information
address
addresses
locations
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.)
Granted
Application number
FR9604974A
Other languages
French (fr)
Other versions
FR2747487B1 (en
Inventor
Joel Sachy
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.)
Telecommunications Radioelectriques et Telephoniques SA TRT
Original Assignee
Telecommunications Radioelectriques et Telephoniques SA TRT
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Telecommunications Radioelectriques et Telephoniques SA TRT filed Critical Telecommunications Radioelectriques et Telephoniques SA TRT
Priority to FR9604974A priority Critical patent/FR2747487B1/en
Publication of FR2747487A1 publication Critical patent/FR2747487A1/en
Application granted granted Critical
Publication of FR2747487B1 publication Critical patent/FR2747487B1/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The message generation procedure commences with storing in a table (3) data establishing the correspondence between the physical addresses where the data items are stored and the binary position of the data (6') in the message. A program (5) is implemented to execute a sequence of instructions to generate the message. Data is read from the correspondence table to allow reading of binary information from its physical address. The program then assembles the data in the correct position of the message. A hierarchic structure may be created in the table to allow use of classes in the message formulation.

Description

PROCEDE DE GENERATION D'UN MESSAGE
La présente invention a pour objet un procédé de génération d'un message composé d'informations binaires. L'invention trouve plus particulièrement son application dans le domaine des télécommunications.
METHOD FOR GENERATING A MESSAGE
The present invention relates to a method for generating a message composed of binary information. The invention finds more particularly its application in the field of telecommunications.

Le but des télécommunications est de permettre à différents utilisateurs d'échanger des informations à travers un réseau les mettant en relation. Ces utilisateurs peuvent aussi bien être des personnes humaines que des systèmes de traitement de l'information. Avec l'émergence des techniques numériques, les informations sont de plus en plus fréquemment des informations binaires. Elles sont généralement transmises après avoir été rassemblées sous la forme d'un message. Ces informations peuvent être des valeurs issues de signaux analogiques ayant subi un échantillonnage puis une quantification, des caracteres alphanumériques, des instructions destinées à des systèmes informatiques, etc... Dans le cadre de la présente description, le message sera un message renseignant sur l'état d'un circuit électronique, le circuit électronique étant, par ailleurs, lui-même un système de télécommunications. The goal of telecommunications is to allow different users to exchange information through a network connecting them. These users can be human beings as well as information processing systems. With the emergence of digital techniques, information is more and more frequently binary information. They are generally transmitted after having been collected in the form of a message. This information can be values from analog signals having undergone sampling and then quantization, alphanumeric characters, instructions intended for computer systems, etc. In the context of this description, the message will be a message providing information on the state of an electronic circuit, the electronic circuit also being itself a telecommunications system.

Ce message est produit par un programme mémorisé et exécuté par un système informatique. Le système informatique est en charge de constituer le message, de se mettre en relation avec le destinataire du message et de lui envoyer ce message. La tâche essentielle du programme est, pour constituer le message, de lire les informations binaires dans le circuit électronique, la source, et de les placer dans le message à des emplacements prévus. Le système informatique se charge ensuite de transmettre le message au destinataire. Pour réaliser ce programme, un programmeur dispose pour chaque information binaire d'une adresse physique de l'endroit où l'information est accessible dans le circuit électronique, et d'un emplacement où l'introduire dans le message. This message is produced by a program stored and executed by a computer system. The computer system is in charge of creating the message, getting in touch with the recipient of the message and sending him this message. The essential task of the program is, to constitute the message, to read the binary information in the electronic circuit, the source, and to place it in the message in places envisaged. The computer system then takes care of transmitting the message to the recipient. To carry out this program, a programmer has for each binary information a physical address of the place where the information is accessible in the electronic circuit, and of a place where to introduce it in the message.

Ce programme généralement rédigé dans un langage évolué, langage de type C par exemple, est structuré en deux parties: une partie spécification et une partie traitement. La partie spécification permet de définir des variables se rapportant aux informations binaires, les emplacements alloués à chacune d'entre elles dans le message ainsi que les adresses physiques à partir desquelles elles sont accessibles. La partie traitement effectue les opérations de lecture des informations aux adresses physiques pour les introduire dans le message aux emplacements spécifiés dans la première partie. This program, generally written in an advanced language, type C language for example, is structured in two parts: a specification part and a processing part. The specification part makes it possible to define variables relating to binary information, the locations allocated to each of them in the message as well as the physical addresses from which they are accessible. The processing part performs the operations of reading information at physical addresses to introduce it into the message at the locations specified in the first part.

Le programme peut concerner un très grand nombre d'informations. Dans un exemple, le circuit électronique comporte mille points de test délivrant chacun une information à incorporer au message. Pour réaliser le programme, le programmeur va être amené à manipuler un nombre élevé d'adresses physiques et d'emplacements et cela à plusieurs reprises. Pour chaque information binaire, le programmeur devra veiller tout au long de la programmation à la cohérence de l'adresse et de l'emplacement d'information binaire correspondant. La réalisation de ce programme requiert de nombreuses heures de travail. Le risque d'erreurs, notamment au moment de la saisie, est élevé. Dans l'exemple cité, une mise au point d'un tel programme demande trois mois de travail. Si on décide de changer le nombre des informations à transmettre, la séquence de prélèvement des informations pour constituer le message, ou même l'emplacement dans le message de ces informations, tout est à refaire. I1 faut à nouveau trois mois de travail à un programmeur pour réaliser la modification. The program can relate to a very large amount of information. In one example, the electronic circuit includes a thousand test points each delivering information to be incorporated into the message. To carry out the program, the programmer will have to manipulate a large number of physical addresses and locations and this repeatedly. For each binary information, the programmer must ensure throughout the programming that the address and the corresponding binary information location are consistent. Completing this program requires many hours of work. The risk of errors, especially when entering data, is high. In the example cited, it takes three months to develop such a program. If we decide to change the number of information to be transmitted, the sequence of information collection to constitute the message, or even the location in the message of this information, everything has to be done again. Again, a programmer needs three months of work to make the change.

L'invention a pour but de pallier ces inconvénients. L'idée majeure de l'invention est de ne saisir qu'une seule fois les adresses physiques et les emplacements d'information binaire. The invention aims to overcome these drawbacks. The main idea of the invention is to enter physical addresses and binary information locations only once.

Aussi, l'invention a pour objet un procédé de génération d'un message composé d'informations binaires disponibles à différentes adresses physiques d'un circuit électronique, caractérisé en ce qu'il comporte les étapes suivantes: - on mémorise dans un tableau mémoire d'un système informatique des enregistrements permettant d'établir une correspondance biunivoque entre lesdites adresses physiques et des emplacements d'information binaire dans ledit message, - on réalise un programme qui exécute les instructions suivantes, de préférence dans l'ordre des enregistrements du tableau:
a) lire un enregistrement du tableau;
b) lire dans le circuit électronique les informations binaires disponibles à l'adresse physique spécifiée dans l'enregistrement du tableau;
c) les introduire dans ledit message à des emplacements correspondant à l'enregistrement;
d) recommencer les étapes a), b) et c) jusqu'à la fin du tableau pour traiter l'ensemble des enregistrements du tableau.
Also, the subject of the invention is a method of generating a message composed of binary information available at different physical addresses of an electronic circuit, characterized in that it comprises the following steps: - it is stored in a memory table of a computer system of the records making it possible to establish a one-to-one correspondence between the said physical addresses and the locations of binary information in the said message, - a program is executed which executes the following instructions, preferably in the order of the records in the table :
a) read a recording of the table;
b) read in the electronic circuit the binary information available at the physical address specified in the table record;
c) introduce them in said message at locations corresponding to the recording;
d) repeat steps a), b) and c) until the end of the table to process all of the records in the table.

Par ce procédé, l'ensemble des données nécessaires à la réalisation du programme est saisi une fois pour toutes dans un tableau. Le tableau est composé de lignes ou enregistrements comportant chacun une adresse physique se rapportant à une information binaire, et un emplacement d'information binaire dans le message. By this process, all the data necessary for carrying out the program is entered once and for all in a table. The table is composed of lines or records each comprising a physical address relating to binary information, and a location of binary information in the message.

Dans l'état de la technique, le programmeur établissait de manière manuscrite ce tableau mais ne l'utilisait pas en tant que tel. L'élaboration de ce tableau dans l'invention ne nécessite donc pas de travail supplémentaire par rapport à l'état de la technique. In the prior art, the programmer established this table by hand, but did not use it as such. The development of this table in the invention therefore does not require any additional work compared to the state of the art.

Selon un second mode de réalisation, les enregistrements du tableau ne comportent pas d'emplacements dans le message en correspondance avec les adresses physiques. Les emplacements d'information binaire sont déterminés en fonction d'une classification hiérarchique des adresses physiques. According to a second embodiment, the records in the table do not include locations in the message corresponding to the physical addresses. Binary information locations are determined based on a hierarchical classification of physical addresses.

Dans ce cas, le tableau contenant uniquement la liste des adresses physiques permettra de calculer, en une fois ou au fur et à mesure, les emplacements dans le message.In this case, the table containing only the list of physical addresses will make it possible to calculate, at once or progressively, the locations in the message.

En effet, selon ce mode de réalisation, pour réaliser le tableau mémoire établissant la correspondance biunivoque entre lesdites adresses physiques et les emplacements d'information binaire dans ledit message, - on crée une classification hiérarchique de n niveaux desdites adresses, chaque niveau comportant au moins une classe, permettant de repérer chaque adresse par une suite ordonnée de n indices, lesquels indices sont chacun indicatifs par leur rang dans la suite d'un niveau et par leur valeur du rang donné à la classe à laquelle appartient l'adresse dans ce niveau; - on crée un rangement correspondant de n niveaux des emplacements d'information binaire dans ledit message, selon lequel chaque emplacement est repéré par une suite de n indices; - on regroupe dans chaque enregistrement du tableau une adresse physique et l'emplacement d'information binaire qui lui correspond. In fact, according to this embodiment, to produce the memory table establishing the one-to-one correspondence between said physical addresses and the binary information locations in said message, - a hierarchical classification of n levels of said addresses is created, each level comprising at least a class, making it possible to identify each address by an ordered series of n indices, which indices are each indicative by their rank in the sequence of a level and by their value of the rank given to the class to which the address in this level belongs ; - A corresponding arrangement of n levels of the binary information locations in said message is created, according to which each location is identified by a series of n indices; - a physical address and the corresponding binary information location are grouped together in each record of the table.

D'autres caractéristiques et avantages de l'invention apparaîtront à la lecture de la description détaillée qui suit et qui est faite en référence aux dessins annexés dans lesquels:
- la figure 1 représente un schéma de principe pour la mise en oeuvre de l'invention;
- la figure 2 représente une variante du schéma de principe de la figure 1; et
- la figure 3 est une représentation schématique d'un commutateur de réseau téléphonique, lequel commutateur met en oeuvre le procédé de l'invention.
Other characteristics and advantages of the invention will appear on reading the detailed description which follows and which is given with reference to the appended drawings in which:
- Figure 1 shows a block diagram for the implementation of the invention;
- Figure 2 shows a variant of the block diagram of Figure 1; and
- Figure 3 is a schematic representation of a telephone network switch, which switch implements the method of the invention.

Considérant d'abord la figure 1, des informations binaires sont disponibles à des adresses physiques 2 d'un circuit électronique 1. Ces informations binaires peuvent par exemple représenter des états électriques indiquant des fonctionnalités du circuit électronique 1. De préférence, les états électriques dans le circuit électronique 1 sont stockés dans des registres auxquels on accède par adressage. Un tel stockage est connu en soi. Ces états électriques sont produits par un programme de test du circuit 1. Un tableau 3 est prévu pour établir une correspondance biunivoque entre les adresses physiques 2 et des emplacements d'information binaire 6' dans un message 6. Le message 6 est structuré en mots, euxmêmes composés de bits. Chaque enregistrement (ou ligne du tableau) est relatif à une information binaire.  Considering first FIG. 1, binary information is available at physical addresses 2 of an electronic circuit 1. This binary information can for example represent electrical states indicating functionalities of the electronic circuit 1. Preferably, the electrical states in the electronic circuit 1 are stored in registers which are accessed by addressing. Such storage is known per se. These electrical states are produced by a test program for circuit 1. A table 3 is provided for establishing a one-to-one correspondence between the physical addresses 2 and binary information locations 6 ′ in a message 6. The message 6 is structured in words , themselves composed of bits. Each record (or row of the table) relates to binary information.

Chaque enregistrement comporte l'adresse de l'information binaire dans le circuit 1 et l'emplacement qu'elle doit occuper dans le message 6.Each record includes the address of the binary information in circuit 1 and the location it must occupy in message 6.

Comme le message 6 est structuré en mots et en bits, l'emplacement est repéré par un numéro de mot et un numéro de bit. Si on considère l'enregistrement 7 du tableau 3, l'information binaire disponible à l'adresse physique "adresse 1" sera placé dans le deuxième bit du premier mot du message 6. Le tableau 3 est par exemple produit par l'intermédiaire d'un logiciel de traitement de texte ou de base de données ou de tableur.As the message 6 is structured in words and in bits, the location is identified by a word number and a bit number. If we consider the record 7 of table 3, the binary information available at the physical address "address 1" will be placed in the second bit of the first word of the message 6. Table 3 is for example produced via d '' word processing or database or spreadsheet software.

Un programme 5 est prévu pour produire le message 6. Le tableau 3 ainsi que le programme 5 sont mémorisés dans une mémoire 10 du système informatique. A program 5 is provided for producing the message 6. Table 3 and the program 5 are stored in a memory 10 of the computer system.

Le programme 5 est exécuté par un microprocesseur 4. Le programme 5 comporte, pour chaque enregistrement, les instructions suivantes:
- lecture d'un enregistrement du tableau 3, par
exemple l'enregistrement 7;
- lecture dans le circuit 1 de l'information binaire à l'adresse physique "adresse 1" spécifiée dans l'enregistrement 7;
- introduction dans le message 6 à l'emplacement spécifié dans l'enregistrement, c'est-à-dire mot 1 bit 2, de l'information binaire lue à l'adresse "adresse 1"; et
- passage à l'enregistrement suivant du tableau 3.
Program 5 is executed by a microprocessor 4. Program 5 includes the following instructions for each record:
- reading of a recording from table 3, by
example record 7;
- Reading in circuit 1 of the binary information at the physical address "address 1" specified in record 7;
- introduction into the message 6 at the location specified in the recording, that is to say word 1 bit 2, of the binary information read at the address "address 1"; and
- move to the next record in Table 3.

En pratique, le microprocesseur 4 commande deux multiplexeurs : un multiplexeur MUX1 qui permet d'acquérir les informations binaires des adresses dans l'ordre des enregistrements du tableau 3 et un multiplexeur MUX2 qui permet de positionner les informations binaires dans le message 6. A cet effet, les multiplexeurs MUX1 et MUX2 sont reliés au microprocesseur 4 par un bus d'adresses, de commandes et de données 8. Les deux multiplexeurs sont reliés entre eux par un bus de données 9. Le bus 8 met également en relation le microprocesseur 4 avec la mémoire 10 contenant le programme 5 et le tableau 3. In practice, the microprocessor 4 controls two multiplexers: a multiplexer MUX1 which makes it possible to acquire the binary information of the addresses in the order of the records in table 3 and a multiplexer MUX2 which makes it possible to position the binary information in the message 6. To this Indeed, the multiplexers MUX1 and MUX2 are connected to the microprocessor 4 by an address, command and data bus 8. The two multiplexers are linked together by a data bus 9. The bus 8 also puts microprocessor 4 into contact. with memory 10 containing program 5 and table 3.

La figure 2 illustre une variante du schéma de principe de la figure 1. Au moment de la saisie du tableau 3, partie adresse, on définit une classification hiérarchique à n niveaux des adresses physiques. chaque niveau comporte au moins une classe. FIG. 2 illustrates a variant of the principle diagram of FIG. 1. When entering Table 3, address part, a hierarchical classification at n levels of physical addresses is defined. each level has at least one class.

Chaque adresse est repérée par une suite ordonnée de n indices. Le rang d'un indice dans la suite est indicatif d'un niveau. Par exemple, dans l'adresse "adresse 1.3.2", le un est relatif au niveau 1, le trois au niveau 2 et le deux au niveau 3. La valeur de l'indice indique le rang donné à la classe à laquelle appartient l'adresse dans le niveau considéré. Dans ce même exemple, le trois indique la troisième classe du niveau 2.Each address is identified by an ordered series of n indices. The rank of an index in the following is indicative of a level. For example, in the address "address 1.3.2", the one relates to level 1, the three to level 2 and the two to level 3. The value of the index indicates the rank given to the class to which belongs the address in the level considered. In this same example, the three indicates the third class of level 2.

Dans l'exemple de la figure 2, les adresses physiques sont classifiées en trois niveaux: classes d'adresses, sous-classes d'adresses et enfin adresses proprement dites. Par exemple, l'adresse 1.1.2 est la deuxième adresse de la sous-classe 1 de la classe 1. In the example of FIG. 2, the physical addresses are classified into three levels: address classes, address subclasses and finally addresses themselves. For example, address 1.1.2 is the second address of subclass 1 of class 1.

Dans l'exemple représenté, chaque sous-classe de la classe 1 comporte deux adresses. L'unique sous-classe de la classe 2 comporte j adresses.In the example shown, each subclass of class 1 has two addresses. The only subclass of class 2 has j addresses.

Au moment de la saisie du tableau 3, on reprend cette classification hiérarchique des adresses physiques. Dans un premier temps, le tableau 3 ne comportera qu'un type d'informations: les adresses physiques. La partie droite du tableau se rapportant aux emplacements d'information binaire sera déterminée ultérieurement.  When entering Table 3, we use this hierarchical classification of physical addresses. Initially, Table 3 will only include one type of information: physical addresses. The right part of the table relating to binary information locations will be determined later.

On associe à cette classification hiérarchique des adresses un rangement correspondant avec n niveaux des emplacements d'information binaire dans le message. This hierarchical classification of addresses is associated with a corresponding arrangement with n levels of binary information locations in the message.

Dans l'exemple de la figure 2, le rangement comporte trois niveaux. Les emplacements d'information binaire sont classifiés en surmot, mot et bit si les informations binaires ne comportent qu'un seul bit.In the example of Figure 2, the storage has three levels. Binary information locations are classified into word, word and bit if the binary information is only one bit.

Ainsi, à chaque classe d'adresses, sous-classe d'adresses et adresse correspond respectivement un surmot, un mot et un bit. Si le rang de la classe d'adresses est incrémenté de 1, l'emplacement d'information binaire dans le message est incrémenté d'un surmot. De même, si le rang de la sous-classe d'adresses est incrémenté de 1, l'emplacement d'information binaire dans le message est incrémenté d'un mot. Enfin, si le dernier indice de l'adresse est incrémenté de 1, l'emplacement d'information binaire dans le message est incrémenté d'un bit. La correspondance entre la classification et le rangement étant ainsi définie, on peut déduire de la partie gauche relative aux adresses, la partie droite du tableau 3 relative aux emplacements d'information binaire. Thus, for each class of addresses, subclass of addresses and address corresponds respectively a surmot, a word and a bit. If the rank of the address class is incremented by 1, the binary information location in the message is incremented by a word. Similarly, if the rank of the address subclass is incremented by 1, the location of binary information in the message is incremented by a word. Finally, if the last index of the address is incremented by 1, the location of binary information in the message is incremented by one bit. The correspondence between classification and ranking being thus defined, we can deduce from the left part relating to addresses, the right part of Table 3 relating to binary information locations.

Dans l'exemple de la figure 2, l'information binaire disponible à l'adresse "adresse 1.1.1" est placée dans le premier bit ou bit 1 du mot 1 du surmot 1. Selon la correspondance définie dans l'enregistrement 11, l'information binaire disponible à l'adresse physique "adresse 1.2.1" est placée dans le bit 1 du mot 2 du surmot 1. In the example of FIG. 2, the binary information available at the address "address 1.1.1" is placed in the first bit or bit 1 of word 1 of the word 1. According to the correspondence defined in the record 11, the binary information available at the physical address "address 1.2.1" is placed in bit 1 of word 2 of word 1.

La production des emplacements dans le message s'effectue en remarquant qu'il y a changement de surmot lorsqu'il y a changement de classe. Le changement peut être d'incrément unitaire ou autre. Il y a changement de mot lorsqu'il y a changement de sous-classe. Le changement peut être aussi d'incrément unitaire ou autre. Les flèches en noir sur la figure 2 indiquent des changements de ce type. Il y a changement de bit lorsqu'il y a changement de l'adresse proprement dite. The production of the locations in the message is carried out by noting that there is a change of surmot when there is a change of class. The change can be of unit increment or other. There is a change of word when there is a change of subclass. The change can also be of unitary or other increment. The arrows in black in Figure 2 indicate changes of this type. Bit change occurs when the address itself changes.

Là aussi les incréments peuvent être unitaires ou non.Again the increments can be unitary or not.

Dans un programme de production des emplacements dans le message, on devra définir les valeurs des incréments correspondant à chaque changement dans un même niveau hiérarchique.In a program for producing locations in the message, the values of the increments corresponding to each change must be defined in the same hierarchical level.

La figure 3 décrit un exemple d'utilisation du procédé de l'invention dans le domaine de la téléphonie. Un réseau téléphonique interurbain est organisé autour de commutateurs et possède une topologie intermédiaire entre le réseau maillé, réseau dans lequel chaque commutateur serait directement raccordé aux autres, et un réseau hiérarchique à plusieurs niveaux de capacités de commutation et de transmission. En effet, pour des raisons d'encombrement, il est nécessaire que plusieurs trajets possibles existent entre deux points quelconques du réseau mais il est économiquement impensable d'avoir un réseau totalement maillé. FIG. 3 describes an example of use of the method of the invention in the field of telephony. A long distance telephone network is organized around switches and has an intermediate topology between the mesh network, a network in which each switch is directly connected to the others, and a hierarchical network with several levels of switching and transmission capacities. Indeed, for reasons of space, it is necessary that several possible paths exist between any two points of the network but it is economically unthinkable to have a fully meshed network.

La figure 3 représente un commutateur 12 du réseau téléphonique. Des cartes électroniques à l'intérieur du commutateur réalisent les différentes fonctions du commutateur. Tout d'abord, une carte 13 dite AGU est prévue pour adapter un signal provenant d'une fibre optique 14 en un signal numérique adapté au transport sur un bus 15. Cette adaptation consiste généralement en une démodulation du signal optique pour produire un signal en bande de base. Dans cet exemple, le signal optique reçu représente 2430 voies téléphoniques soit un débit de 156 mégabits par seconde. Cette carte transmet ensuite le signal numérique sur le bus 15. FIG. 3 represents a switch 12 of the telephone network. Electronic cards inside the switch perform the various functions of the switch. First of all, a so-called AGU card 13 is provided for adapting a signal coming from an optical fiber 14 into a digital signal suitable for transport on a bus 15. This adaptation generally consists in demodulating the optical signal to produce a signal in base band. In this example, the optical signal received represents 2430 telephone channels, ie a speed of 156 megabits per second. This card then transmits the digital signal on bus 15.

Des cartes telles que 16 dites TRIUn sont également prévues pour extraire du signal numérique des paquets de 32 voies téléphoniques et les transmettre vers d'autres commutateurs du réseau. Cards such as 16 known as TRIUn are also provided for extracting packets from 32 telephone channels from the digital signal and transmitting them to other switches on the network.

Par ailleurs, une carte 17 dite DIU est employée pour multiplexer des voies téléphoniques du signal numérique. A l'inverse de la carte AGU, une carte 18 dite TRU permet de reproduire un signal adapté au transport par une fibre optique 19 à partir du signal numérique. Furthermore, a so-called IUD card 17 is used to multiplex telephone channels of the digital signal. Unlike the AGU card, a so-called TRU card 18 makes it possible to reproduce a signal suitable for transport by an optical fiber 19 from the digital signal.

Enfin, une carte 20 dite SUP est prévue pour superviser l'ensemble des cartes du commutateur. Cette carte est en relation avec un poste de commande 21 à l'extérieur du commutateur. Finally, a so-called SUP card 20 is provided to supervise all the cards of the switch. This card is in relation to a control station 21 outside the switch.

Sur requête du poste de commande, la carte superviseur 20 vient lire des alarmes sur les différentes cartes du commutateur et les transmet au poste de commande sous la forme d'un message par l'intermédiaire d'une liaison série 22. Ces alarmes sont représentatives de l'état des fonctionnalités des cartes. Ce message est ensuite traité par le poste de commande pour engager des actions correctrices face aux éventuelles pannes. C'est le message sur la liaison série 22 qui, dans un exemple, comportait mille informations. At the request of the control station, the supervisor card 20 reads alarms on the various switch cards and transmits them to the control station in the form of a message via a serial link 22. These alarms are representative the state of the card functionality. This message is then processed by the control station to initiate corrective actions in the event of any breakdowns. This is the message on the serial link 22 which, in one example, contained a thousand pieces of information.

Pour collecter l'ensemble des alarmes d'une carte et les transmettre au poste de commande, on utilise le procédé de l'invention. Pour le mettre en oeuvre, il suffit de prévoir un tableau mémoire par type de carte et un unique programme d'interrogation. Le programme et les tableaux mémoires sont mémorisés dans la carte superviseur 20 du commutateur 12. To collect all the alarms on a card and transmit them to the control station, the method of the invention is used. To implement it, it suffices to provide a memory table for each type of card and a single interrogation program. The program and the memory tables are stored in the supervisor card 20 of the switch 12.

Les enregistrements des tableaux mémoires comportent chacun une adresse physique d'une alarme et son emplacement dans le message. Dans un exemple, on peut envisager que toutes les alarmes relatives à l'état de fonctionnement des entrées d'une carte sont regroupées dans une classe d'adresses. I1 pourrait en être de même pour les sorties de cette carte. The records of the memory tables each include a physical address of an alarm and its location in the message. In one example, it can be envisaged that all the alarms relating to the operating state of the inputs of a card are grouped in an address class. I1 could be the same for the outputs of this card.

Pour obtenir les alarmes de la carte 17, par exemple, la carte superviseur sélectionne le tableau mémoire correspondant et le programme d'interrogation. To obtain the alarms on card 17, for example, the supervisor card selects the corresponding memory table and the interrogation program.

A la fin de l'exécution du programme, un message contenant les alarmes de la carte 17 est transmis au poste de commande 21.At the end of the program execution, a message containing the alarms of the card 17 is transmitted to the control station 21.

Selon une variante, on prévoit de n'installer dans la carte superviseur 20 que des programmes d'interrogation, chacun propre à une carte. Ces programmes auront été préalablement générés à partir des tableaux et d'un logiciel. Ce logiciel sera prévu pour lire les enregistrements d'un tableau et générer à partir de ces enregistrements le programme d'interrogation de la carte correspondante. According to a variant, provision is made to install in the supervisor card 20 only interrogation programs, each specific to a card. These programs will have been previously generated from tables and software. This software will be provided to read the records of a table and generate from these records the interrogation program of the corresponding card.

I1 en résulte qu'au moment de la génération du message, l'étape de lecture des enregistrements du tableau n'est plus à effectuer. Cela représente un gain de temps.  As a result, when the message is generated, the step of reading the table records is no longer to be performed. This saves time.

Claims (6)

REVENDICATIONS 1 - Procédé de génération d'un message (6) composé d'informations binaires disponibles à différentes adresses physiques (2) d'un circuit électronique (1), caractérisé en ce qu'il comporte les étapes suivantes: - on mémorise dans un tableau mémoire (3) d'un système informatique des enregistrements (7) permettant d'établir une correspondance biunivoque entre lesdites adresses physiques (2) et des emplacements d'information binaire (6') dans ledit message, - on réalise un programme (5) qui exécute les instructions suivantes, dans l'ordre des enregistrements du tableau: 1 - Method for generating a message (6) composed of binary information available at different physical addresses (2) of an electronic circuit (1), characterized in that it comprises the following steps: - it is stored in a memory table (3) of a computer system of records (7) making it possible to establish a one-to-one correspondence between said physical addresses (2) and binary information locations (6 ') in said message, - a program is produced ( 5) which executes the following instructions, in the order of the records in the table: a) lire un enregistrement (7) du tableau; a) read a record (7) of the table; b) lire dans le circuit électronique les informations binaires disponibles à l'adresse physique (2) spécifiée dans l'enregistrement (7) du tableau; b) read in the electronic circuit the binary information available at the physical address (2) specified in the recording (7) of the table; c) les introduire dans ledit message (6) à des emplacements (6') correspondant à l'enregistrement; c) introduce them in said message (6) at locations (6 ') corresponding to the recording; d) recommencer les étapes a), b) et c) jusqu'à la fin du tableau pour traiter l'ensemble des enregistrements du tableau. d) repeat steps a), b) and c) until the end of the table to process all of the records in the table. 2 - Procédé selon la revendication 1 caractérisé en ce que, pour réaliser le tableau mémoire (3) établissant la correspondance biunivoque entre lesdites adresses physiques (2) et les emplacements d'information binaire (6') dans ledit message, - on crée une classification hiérarchique de n niveaux desdites adresses (2), chaque niveau comportant au moins une classe, permettant de repérer chaque adresse par une suite ordonnée de n indices, lesquels indices sont chacun indicatifs par leur rang dans la suite d'un niveau et par leur valeur du rang donné à la classe à laquelle appartient l'adresse dans ce niveau; - on crée un rangement correspondant de n niveaux des emplacements d'information binaire (6') dans ledit message (6), selon lequel chaque emplacement (6') est repéré par une suite de n indices; - on regroupe dans chaque enregistrement (7) du tableau une adresse physique (2) et l'emplacement d'information binaire (6') qui lui correspond. 2 - Method according to claim 1 characterized in that, to produce the memory table (3) establishing the one-to-one correspondence between said physical addresses (2) and the binary information locations (6 ') in said message, - a hierarchical classification of n levels of said addresses (2), each level comprising at least one class, making it possible to locate each address by an ordered series of n indices, which indices are each indicative by their rank in the sequence of a level and by their value of the rank given to the class to which the address belongs in this level; - A corresponding arrangement of n levels of the binary information locations (6 ') is created in said message (6), according to which each location (6') is identified by a series of n indices; - We group in each record (7) of the table a physical address (2) and the binary information location (6 ') which corresponds to it. 3 - Procédé selon la revendication 1 ou 2 caractérisé en ce que la partie de tableau relative aux adresses physiques est produite par traitement de texte. 3 - Method according to claim 1 or 2 characterized in that the part of the table relating to physical addresses is produced by word processing. 4 - Procédé selon l'une des revendications précédentes caractérisé en ce que les informations binaires sont indicatrices de l'état de fonctionnement d'éléments d'un commutateur (12) d'un réseau téléphonique. 4 - Method according to one of the preceding claims characterized in that the binary information is indicative of the operating state of elements of a switch (12) of a telephone network. 5 - Procédé selon la revendication 4 caractérisé en ce qu'une classe d'adresses de niveau supérieur regroupe les adresses d'alarmes indicatrices de l'état de fonctionnement des entrées d'un élément du commutateur. 5 - Method according to claim 4 characterized in that a class of addresses of higher level groups the alarm addresses indicative of the operating state of the inputs of a switch element. 6 - Procédé selon la revendication 4 ou 5 caractérisé en ce qu'une classe d'adresses de niveau supérieur regroupe les adresses d'alarmes indicatrices de l'état de fonctionnement des sorties d'un élément du commutateur.  6 - Method according to claim 4 or 5 characterized in that a higher level address class includes the alarm addresses indicative of the operating state of the outputs of an element of the switch.
FR9604974A 1996-04-15 1996-04-15 METHOD FOR GENERATING A MESSAGE Expired - Fee Related FR2747487B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
FR9604974A FR2747487B1 (en) 1996-04-15 1996-04-15 METHOD FOR GENERATING A MESSAGE

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
FR9604974A FR2747487B1 (en) 1996-04-15 1996-04-15 METHOD FOR GENERATING A MESSAGE

Publications (2)

Publication Number Publication Date
FR2747487A1 true FR2747487A1 (en) 1997-10-17
FR2747487B1 FR2747487B1 (en) 1998-06-12

Family

ID=9491403

Family Applications (1)

Application Number Title Priority Date Filing Date
FR9604974A Expired - Fee Related FR2747487B1 (en) 1996-04-15 1996-04-15 METHOD FOR GENERATING A MESSAGE

Country Status (1)

Country Link
FR (1) FR2747487B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5189671A (en) * 1991-12-20 1993-02-23 Raynet Corporation Apparatus and method for formatting variable length data packets for a transmission network
US5339434A (en) * 1992-12-07 1994-08-16 Trw Inc. Heterogeneous data translation system
WO1995006992A2 (en) * 1993-08-30 1995-03-09 Hughes Aircraft Company Graphical user interface method and apparatus for communicating with a message processor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5189671A (en) * 1991-12-20 1993-02-23 Raynet Corporation Apparatus and method for formatting variable length data packets for a transmission network
US5339434A (en) * 1992-12-07 1994-08-16 Trw Inc. Heterogeneous data translation system
WO1995006992A2 (en) * 1993-08-30 1995-03-09 Hughes Aircraft Company Graphical user interface method and apparatus for communicating with a message processor

Also Published As

Publication number Publication date
FR2747487B1 (en) 1998-06-12

Similar Documents

Publication Publication Date Title
JP2007516504A (en) Configuration for storing, searching and displaying real-time data
FR2612313A1 (en) PROGRAMMABLE OPTION SELECTOR
FR2728749A1 (en) Controlling sub-operating system in message exchange database
CN111309970A (en) Data retrieval method and device, electronic equipment and storage medium
CN111367873A (en) Log data storage method and device, terminal and computer storage medium
EP0166838B1 (en) Method and arrangement for detecting a particular bit configuration in a serial bit stream
FR2767395A1 (en) METHOD FOR SIMULATING THE CONTROL FUNCTIONS OF A CONTROL APPARATUS
FR2613851A1 (en) INTEGRATED CIRCUIT BOARD AND METHOD FOR RECORDING DATA
EP0027851A1 (en) System for controlling the duration of the time interval between data blocks in a computer-to-computer transmission system
EP0543698A1 (en) Device for employment of fault information in a single/multi-computer aircraft system
CN114528231A (en) Data dynamic storage method and device, electronic equipment and storage medium
FR2747487A1 (en) Generation of telecommunications message
EP1372074B1 (en) System and method for event management
CN111782465A (en) Fluent-based container log collection method and system and storage medium
FR2476952A1 (en) BASIC SIGNAL AND TELEVISION TEST SIGNAL GENERATOR AND SYSTEM COMPRISING SUCH A DEVICE
FR2836321A1 (en) SELECTIVE RECEIVER OF INFORMATION ELEMENTS
EP1341087A1 (en) Method and system for the management of a personal event journal
CN113115069A (en) Video storage method and system of automobile data recorder
CN105488119A (en) Process finding method and device
CN110059421A (en) A kind of optimization method and optimization device of logic circuit
EP3598315B1 (en) Direct memory access
FR2697652A1 (en) A method for automatically determining the probabilities associated with a Boolean function.
EP0441707B1 (en) Serial bus coupler
BE1006934A6 (en) Automatic control process.
KR100246621B1 (en) Replicated-mail delete apparatus and its method

Legal Events

Date Code Title Description
ST Notification of lapse

Effective date: 20081231