Вы находитесь на странице: 1из 7

EXCHANGE FILE FORMAT

FOR TERRESTRIAL LINKS


IN THE FIXED SERVICE

1 Goal

This format will be used to exchange microwave data between telecommunication operators and the regulatory
commission. It will be used under those circumstances:

- The regulator can ask the operator a file with all its links to initialise its own database. In order to fulfil its
mission of assigning, coordinating, and notifying microwave links, the regulator may need some
administrative or technical parameters that were not communicated by the operator in the past but may
have become necessary to take into account the evolution of techniques and international practices.

- The operator may send its application forms for new links as a file, this will allow for an automatic import
of data inside the regulator’s database, with two advantages : data imported quickly and with no error.

- The regulator can send as a file the operator’s links back to the operator with supplementary information
so as the link’s status (rejected, accorded, coordinated, notified), the frequencies assigned to the link, the
link’s annual fee…

2 Description of format

The data file consists of one table with one record per microwave link ; it may be sent in two forms :

- Either a .CSV file delimited with comma or semicolon ; (You may use Microsoft Excel o a similar tool
to input the data, then save as a CSV file. Be aware that you may lose some information in the process,
for example the digits after the decimal point may be limited to two; In the Windows control panel, in
regional preferences, check the number of digits after the decimal point : 4 at a minimum, check the
delimiter : comma or semicolon) check the date format : Day/month/year)
 Date fields must be entered either as an integer calculated with the formula (Year*10000)+
(Month*100)+Day (19991123 holds for 23 nov 1999), either with the form
<day>/<month>/<year> (23/11/99 or 23/11/1999 for 23 november 1999)
 The first line of the CSV file must hold the column names (uppercase or lowercase).

- Either an MDB file (Microsoft Access database) with a single table.

Note:
- Some of the information is facultative ; if you don’t have the information, it is possible to omit the
column in the CSV file or in the MDB table (For example, colunns AL_EMAIL et BL_EMAIL may be
skipped if you don’t have the email address of the guy esponsible for a site.)
- The order of columns may be changed
- New columns can be added in the exchange file, under the condition that the first letter of their name
be different from L, A, and B. They will be ignored by the regulatory instance.

Sample files will be provided by the regulator to the operator with sample links.

Each line of the file allows to input a simple unidiectional or bidirectional link :

Station A <-> Station B

A_FREQ is the frequency transmitted from A to B, and B_FREQ the frequency transmitted back from B to A.
Sub tables
The regulator’s database is organized into specific sub tables for :
- Geographic positions (Precise geographic coordinates of the transmitting tower)
- Frequency plans
- Emission equipments (more precisely equipment configurations, whose characteristics are ITU
Designation of emission, reception thresholds,…)
- Antenna models, as described in the antenna manufacturers catalogs, for example Andrew VHP4-77
- A microwave link table with references to operator, equipment, antenna, frequency plan,

When the regulator imports link data from the operator, the antenna… equipment objects must be identified or
created in the regulator’s database so it is very important to take care of the so called “key” fields :
Let’s take the antenna model as an example :
- If the operator’s database has its own antenna model table, then the pimary key of this table should be
copied into the AA_KEY column : When the regulator imports for the first time a record with the value
AA_KEY= xxxx1(for example), a record is created into the regulator’s database and will be initialised
with the values from the AA_MANUF, AA_MODEL, and so on... Later, as soon as the value 'xxxx1' is met
we can retrieve the already created antenna model and reuse it for the new link. Please take note that the
regulator’s database records the primary keys of your database.
- If the operator’s database does not have its antenna model table, then leave the AA_KEY field blank.

Fields list
Each field has a name; the first letter of that name can be ‘L’, ‘A’ or ‘B’ ; The L prefix identifies a link
characteristics, whereas a A or B prefix identifies a characteristics of one of the two stations. In fact, all fields
beginning with a A have their counterpart beginning with a B, since a bi-directional link is a symmetrical
object.
In the following, the character ‘*’ is indicating a A or a B.

Link table
L_… : General informations on the link
L_OPID Char(20) Facultative : The operator ident for this link. When the
regulator sends link data back to the operator, this ident will
be included and help the operator retrieve the link it refers to
in his database. The operator can put whatever he wants in
this field (limited to 20 characters)
L_BIUSE Date Mandatory : Bring Into Use date
L_EOUSE Date End of use date (if known)
If the link is a temporary link, the information is mandatory ;
on the contrary the operator must leave the field blank.
L_APPL_DAT Date Mandatory : Application date
L_APPL_REF Char(20) Mandatory : Application operator’s reference
L_APPL_REM Char(100) Facultative : Operator’s remarks concerning the link
L_MBIT_S Number Mandatory : link bitrate in Mbit/s
L_PROGRAM Char(50) Facultative : Name of the broadcast program
L_BW Number Mandatory : Necessary bandwidth (kHz) needed by the link;
must be equal to the channel separation in the used frequency
plan
L_OPERATOR Char(50) Mandatory : Name of the operator operating the link, if
different from the licencee. A short name will suffice. The
operating operator is the one the regulator should contact in
case of interference or other operating technical problem.
L_STUDY_DATE Date Date of technical study by the regulator. Only the regulator
can fill in this field
L_STUDY_AUTHOR Char(3) Person who has done the technical study
Only the regulator can fill in this field
L_AVIS_ART Char(1) Regulator outcome following technical study :
C Agreement
D Agreement with comments
E Agreement under conditions
Z Refused
Only the regulator can fill in this field

Sub-table for frequency plans


LP_… : Prefixes a frequency plan characteristics

LP_KEY Char(50) Facultative : Key for the frequency plan. Fill in this field only
if a given key value implies always the same value in
following fields.
LP_PLAN Char(16) Name of the fequency plan Ex : 38G-14M
Mandatory if the link is to be assigned a frequency plan
channel.
LP_CH_SEP Number Channel separation in kHz
Mandatory if the link is to be assigned a frequency plan
channel.; must be identical to L_BW

Remark 1 : A link can refer to only one frequency plan ; if a bidirectional link has Go and Return frequencies
belonging to distinct plans, you have to declare two unidirectional links.
Une liaison ne peut faire référence qu’à un seul plan de fréquence, si une liaison bidirectionnelle utilise une
fréquence Aller et une fréquence retour appartenant à des plans de fréquence différents, alors il faut déclarer
séparément deux liaisons unidirectionnelles.

Remark 3 : The frequency plan channel description is a public information that should not be included into the
exchange file ; starting from the frequency plan reference and the assigned frequencies in MHZ, the regulator
can retrieve the channel number.

Sub-table of users
LO_… : Prefixes owner of the link characteristics (O=Owner)

It will be the licensee (the applicant) ; if the licensee delegates the operation of the link to some other operator,
then this operator will appear in the L_OPERATOR field. The Licensee/Owner is the one who owns the licence
and may have to pay for it.

LO_KEY Char(50) Facultative : User primary key. Fill in this field only if a given
key value implies always the same value in following LO_
fields.
LO_NAME Char(50) Facultative : Applicant name Ex: “Bandit
telecommunications”
LO_IDENT Char(32) Facultative : Do not fill
LO_REPRESENT Char(50) Facultative : Contact name
LO_ADDRESS Char(100) Facultative : Adress (it is a multiline field, 3 lines maximum)
Ex : « First bank building
Plot 5, Imam Abib Adetoro str., off Ajose adeogun »
LO_POSTCODE Char(10) Facultative : Zip Code
LO_CITY Char(50) Facultative : City
LO_PROVINCE Char(50) Facultative : Province (state)
LO_COUNTRY Char(3) Facultative : Country
LO_TEL Char(20) Facultative : Phone number
LO_FAX Char(20) Facultative : Fax number
LO_EMAIL Char(50) Facultative : Email address

Sub-table of equipments (or equipment configuration)


LE_… : Prefixes the transmitting equipment characteristics
LE_KEY Char(50) Facultative : Primary key of the equipment table. Fill in this
field only if a given key value implies always the same value
in following LE_… fields. (In particular for a given
equipment key, a single designation of emission is possible)
LE_MANUF Char(50) Mandatory : Manufacturer
LE_MODEL Char(50) Mandatory : Name (Model)
LE_RXTH_3 Number Mandatory : Bit error rate 10-3
LE_RXTH_6 Number Mandatory : Bit error rate 10-6
LE_KTBF Number Mandatory : K.T.B.F.
LE_CLASS Entier Equipment class
LE_TYP_POWER Number Mandatory : Typical power (dBm)
LE_MIN_POWER Number Mandatory : Minimum power (dBm)
LE_MAX_POWER Number Mandatory : Maximum power (dBm)
LE_DESIG_EM Char(9) Mandatory : Designation of emission Ex:23M0G7WXX
The first part (necessary bandwidth) must always be less than
the L_BW parameter (With the exception of 29M7 is Okay for
L_BW=29.65MHz rounding up being a good practice for
coordination and notification)
LE_NOISE_F Number Noise factor
LE_MODUL Char(20) Mandatory : Modulation type Ex : 64QAM

Remark 1: Fill in LE_KEY only if you have the same definition


Remark 2 : You cannot specify different equipments in Station A and station B ;
If you have a unidirectional link then create a fictitious equipment with the transmitting characteristics of the
transmitting equipment and the receiving characteristics of the receiving equipment;
If you have a bi-directional link the characteristics should be similar, in that case take one of the two
equipments, if the characteristics are dissimilar split the bi-directional link into two unidirectional links.

Remark 1 : Beware, the equipment defined in this table may be different from the equipment defined in the
operator’s database ; Fill in LE_KEY only if there is a good match. In particular from the regulator point of
view the nominal power is a characteristics of the link, and the designation of emission is a characteristic of
Attention, l’équipement défini dans cette table peut être différent de la table des modèles d’équipements de
l’opérateur ; Pour l’ART la puissance nominale de l’équipement est une caractéristique de la liaison, mais la
désignation d’émission est une caractéristique de l’équipement. Si l’opérateur utilise LE_KEY, il doit être sûr
que cela implique toujours la même désignation d’émission.

Remarque 2 : Si la station A est un passif il faut laisser les champs LE_… vides ;

Sous-table des localisations géographiques


AL_ : Identification de la localisation géographique A
BL_ : Identification de la localisation géographique B

Par localisation géographique, il faut entendre la coordonnée géographique précise du support de l’antenne, et
non un site plus ou moins étendu ;

*L_KEY Char(50) Facultative : Clé de la table de localisation. Fill in this field


only if a given key value implies always the same value in
following *L_… fields. (En particulier un seul jeu de
coordonnées par clé)
*L_NAME Char(50) Mandatory : Nom du site. Si la position a déjà été déclarée au
fichier national des fréquences par l’opérateur, il faut
reprendre de préférence le nom déclaré
*L_X Number Mandatory : Longitude ou coordonnée X
*L_Y Number Mandatory : Latitude ou coordonnée Y
*L_CSYS Char(15) Mandatory : Système de projection utilisé Ex : 1DMS et
X=23.3456 -> 23°34’56"E NGF, 4DMS for WGS84, 1DEC
et X=23.5 -> 23°30’ NGF
*L_ASML Number Mandatory : Altitude du point (above sea medium level) (m)
*L_PLACE Char(50) Facultative : Lieu-dit
*L_ADDRESS Char(50) Facultative : Adresse (numéro, rue)
*L_CITY Char(50) Mandatory : Ville
*L_PROVINCE Char(50) Facultative : Province
*L_POSTCODE Char(10) Mandatory : Code postal
*L_GEOZONE Char(3) Mandatory : Zone géographique Exemple F=France
métropolitaine, GDL=Guadeloupe, REU=Réunion, etc…)
*L_TEL Char(20) Facultative : Téléphone
*L_FAX Char(20) Facultative : Fax
*L_EMAIL Char(50) Facultative : e-mail
*L_REF_CADASTRE Char(20) Mandatory : Reference cadastre
*L_NUM_ANFR Char(20) Numéro ANFR. Mandatory si l’opérateur dispose de
l’information au moment de la demande.

Sous-table des modèles d’antenne


AA_ Identification du modèle d’antenne utilisé sur la station A pour cette liaison :
BA_ Identification du modèle d’antenne utilisé sur la station B pour cette liaison :

*A_KEY Char(50) *A_KEY identifie de manière unique l'antenne


constructeur, c'est à dire que l'antenne de modele VHX-54
doit toujours être associée avec les mêmes valeurs de
Diamètre, Gain, ,etc...
Si vous ne pouvez garantir cet etat de fait, (c'est à dire si
votre base de données ne comporte pas de table de type
d'antennes) alors laissez le champ *A_KEY à blanc
*A_MANUF Char(50) Mandatory : Constructeur Ex : Andrew
*A_MODEL Char(50) Mandatory : Réf. Constructeur (Modèle) Ex : VHX-54
*A_LOW_FREQ Number Facultative : Limite inférieure de fonctionnement de
l’antenne (MHz)
*A_HIGH_FREQ Number Facultative : Limite supérieure de fonctionnement de
l’antenne (MHz)
*A_DIAM Number Mandatory : Diamètre de l’antenne (m)
*A_L_GAIN Number Facultative : Gain isotrope minimum de l’antenne (dB)
dans la bande de fonctionnement
*A_GAIN Number Mandatory : Gain isotrope moyen de l’antenne (dB) dans
la bande de fonctionnement
*A_H_GAIN Number Facultative : Gain isotrope maximum de l’antenne dans la
bande de fonctionnement
*A_BEAMW Number Mandatory : Angle d’ouverture (°) à 3dB

Remarque 1: Si l’antenne utilisée sur la station B est identique à celle utilisée en Station A, il est possible de
laisser l’ensemble des champs BA_… vide ; l’ART prendra pour défaut l’antenne de la station A (AA_…).;
Enfin si toutes les liaisons du fichier sont dans ce cas il est possible même de supprimer les colonnes BA_… du
fichier.

Remarque 2 : Si la station A est un passif plan il faut laisser les champs AA_… vides ; Si la station B est un
passif plan il faut laisser les champs BA_… vides.

Paramètres techniques
A_… Champs décrivant les paramètres de la liaison côté station A
B_… Champs décrivant les paramètres de la liaison côté station B

*_PASSIVE entier Indique le type de station :


0=La station n’est pas un passif
1=La station est un passif réflecteur plan,
2=La station est un passif back to back
La valeur par défaut est 0;
*_COMSYS Char(20) Identificateur COMSYS de la station pour cette fréquence
*_PSURFACE Number Mandatory : Surface du réflecteur plan (m2)
Uniquement si la station est un passif réflecteur plan
*_PLOSSES Number Mandatory : Pertes du dispositif back to back (dB)
Uniquement si la station est un passif back to back
*_NOM_POWER Number Mandatory : Puissance nominale en dBm
Cette valeur doit être comprise entre *E_MIN_POWER et
*E_MAX_POWER de l’équipement
Uniquement si la station n’est pas un passif et émet.
*_FREQ Number Mandatory : Fréquence émise en MHz
Uniquement si la station émet.
*_POLAR Char(4) Mandatory : Polarisation de la fréquence émise(H,V,…)
Uniquement si la station émet.
*_TX_LOSSES Number Mandatory : Pertes d’émission (dB)
Uniquement si la station n’est pas un passif et émet.
*_RX_LOSSES Number Mandatory : Pertes de réception (dB)
Uniquement si la station n’est pas un passif et reçoit.
*_AGL1 Number Mandatory : Hauteur de l’antenne 1 au dessus du sol (m)
*_AGL2 Number Facultative : Hauteur de l’antenne 2 au dessus du sol
Uniquement si la station n’est pas un passif et s’il y a une
deuxième antenne dans une configuration de diversité d’espace

Remarque 1 : Si le fichier ne contient aucune liaison avec passif, il est possible de supprimer les colonnes
A_PASSIVE et B_PASSIVE, la valeur par défaut s’appliquant alors.

Remarque 2 : La PIRE ne fait pas partie du fichier, car ce champ est recalculé par l’ART ;
- En cas de station non passive, la formule utilisée est la suivante :
(Si A_PASSIVE=0)
PIRE(dBW)= A_NOM_POWER(dBm)-30+AA_GAIN(dBi)-A_TX_LOSSES(dB)
- En cas de passif réflecteur plan, il est tenu compte de la surface du passif (B_PSURFACE);
- En cas de passif back to back, il est tenu compte du gain des antennes et des pertes du dispositif
(B_PLOSSES) affaiblissement guide d’ondes, etc…

Liaisons utilisant deux équipements différents


Si la liaison est unidirectionnelle, il faudra définir un équipement regroupant les caractéristiques d’émission de
l’équipement utilisé en station A, et les caractéristiques de réception de l’équipement utilisé en station B.
Si la liaison est bidirectionnelle, il faut la déclarer comme deux liaisons unidirectionnelles, et se rapporter au
cas précédent pour traiter chacune des deux liaisons.

Liaisons unidirectionnelles
Si la liaison est unidirectionnelle, on placera l’émetteur en A et le récepteur en B.
Un champ B_FREQ non rempli indique que la liaison est unidirectionnelle ;

Réflecteur passif
Cas d'une liaison utilisant un réflecteur passif plan ou back to back :
Il faut utiliser deux lignes consécutives (dans l’ordre indiqué) pour coder cette liaison :

Station 1 <-> Station passif 1 (ligne 1)


Station passif 2<-> Station 2 (ligne 2)

L'ART reconstituera une seule liaison avec passif; Le deuxième enregistrement présente les contraintes
suivantes :
- Le champ L_OPID peut être différent, mais seul le premier sera mémorisé par l’ART (L’ART ne
mémorise qu’un identifiant par liaison, aussi si l’opérateur a deux identifiants pour les liaisons de
part et d’autre d’un passif, seul un des identifiants sera retenu)
- Tous les champs commençant par L_ devraient être identiques, aussi l’ART ignorera leur valeur
sur la deuxième ligne. On peut parfaitement ne pas les renseigner dans le deuxième
enregistrement.
- Les champs LE_(ligne 2) ne doivent pas être remplis : un passif ne possède pas d’équipement ; Ils
seront ignorés
- Si les champs BA_(ligne 2) ne sont pas remplis, l’ART prendra pour défaut la valeur des champs
AA_(ligne 1) : L’antenne par défaut pour la station 2 est celle de la station 1.
- Tous les champs AL_ et BL_ doivent être remplis.
- B_AGL2(ligne 1) et A_AGL2(ligne 2) seront ignorés : pas de diversité d’espace au niveau du
passif.
- B_TX_LOSSES(ligne 1), B_RX_LOSSES(ligne 1), A_TX_LOSSES(ligne 2),
A_RX_LOSSES(ligne 2) sont ignorés

Si le réflecteur est plan :


- les champs AL_(ligne 2) doivent être identiques aux BL_(ligne 1) ; B_AGL1(ligne 1) doit être
égal à A_AGL1(ligne 2) : Le dispositif réflecteur est un seul et même miroir donc une seule
localisation géographique, une seule hauteur d’antenne.
- les champs BA_(ligne 1) et AA_(ligne 2) ne doivent pas etre remplis : le réflecteur plan ne
contient pas d’antenne;
- A_PASSIVE(ligne 1)=0, B_PASSIVE(ligne 1)=1, A_PASSIVE(ligne 1)=1, B_PASSIVE(ligne
2)=0 ;
- La surface du passif peut être indiquée dans B_PSURFACE(ligne 1) ou dans A_PSURFACE(ligne
2); En cas de valeurs différentes cette dernière fera foi
- Les valeurs B_NOM_POWER(ligne 1), A_NOM_POWER(ligne 2), B_EIRP(ligne 1),
A_EIRP(ligne 2) sont facultatives.
- A_FREQ, A_POLAR, B_FREQ, B_POLAR doivent être identiques en ligne 1 et ligne 2 : ces
informations ne sont pas modifiées après réflexion sur le passif plan.

Si le réflecteur est back to back :


- les champs AL_(ligne 2) peuvent être différents des BL_(ligne 1); De même B_AGL1(ligne 1)
peut être différent de A_AGL1(ligne 2) ; En effet la position peut être légérement différente pour
tenir compte de l’existence d’un guide d’onde entre les deux antennes. Cette distance ne peut être
supérieure à 1 km.
- les champs AA_(ligne 1) doivent être remplis ; si l’ensemble des champs BA_(ligne 1) ne sont
pas remplis, par défaut l’antenne AA_(ligne 1) sera copiée ; Si l’ensemble des champs AA_(ligne
2) ne sont pas remplis, l’antenne BA_(ligne 1) sera copiée ; Si l’ensemble des champs BA_(ligne
2) ne sont pas remplis, l’antenne AA(ligne 1) sera copiée.
- A_PASSIVE(ligne 1)=0, B_PASSIVE(ligne 1)=2, A_PASSIVE(ligne 2)=2, B_PASSIVE(ligne
2)=0 ;
- B_PSURFACE(ligne 1) et A_PSURFACE(ligne 2) sont ignorés.
- Les valeurs B_NOM_POWER(ligne 1), A_NOM_POWER(ligne 2), B_EIRP(ligne 1),
A_EIRP(ligne 2) sont Facultatives.
- A_FREQ, B_FREQ doivent être identiques en ligne 1 et ligne 2.
- A_POLAR(ligne 1) peut être différent de A_POLAR(ligne 2), même chose pour B_POLAR : le
passif back 2 back pouvant introduire un changement de polarité
- La perte dûe au dispositif back to back (connecteurs, affaiblissement du guide d’onde) peut être
indiquée dans B_PLOSSES(ligne 1) ou dans A_PLOSSES(ligne 2); En cas de valeurs différentes
cette dernière fera foi.

Diversité de fréquence
Cas d'une liaison utilisant la diversité de fréquence : Si la station A émet fA1,fA2,fA3 et reçoit de la station B
les fréquences fB1,fB2 il faut décomposer en trois enregistrements :
Station A fA1 <-> Station B fB1
Station A fA2 <-> Station B fB2
Station A fA3 <-> Station B -
L'ART ne gère pas la diversité de fréquence et considérera avoir affaire à trois liaisons indépendantes.
Il n’est pas gênant pour l’ART que ces trois liaisons aient le même identifiant opérateur (L_OPID)

Вам также может понравиться