<< Click to display Table of content >> XML Format |
![]() ![]() ![]() |
In version 2, antennas are simplified and supports become useless. In parallel, the antennas evolve with electric tilt, 5G, … so we had to update the XML format for antenna.
Fields are very close. Here is a list of changes.
•Tag Operators and Operator become the main tags.
•Antenna is now list as element of the Base station tag (not in support which disappear). A consequence in Antenna element, the reference to the base station is useless.
•At the end of the file, there is a new element called ModelFiles. This is basically a list and ModelFile, with is a simple copy of the pattern. The name is the reference for Model Name of the antenna.
•Transmitters elements evolve;
oIs version 1.6, the model attribute was a reference to a file. Now model is a list of elements (see my example for electric tilt). No_Band is optional and could be 0 for MSI/PLN Files.
oIsPowerPIRE is always to 0 for Belgium process. If not 0, it means Effective radiated power (so it includes the Gain)
oFrequency was an Id, this is not clear because only linked with MithraREM. This is now a full element, with a name, f min and f max in MHz. f min, fmax and Techno are optional if your name is the same than MithraREM name. If you specify an Fmin, an Fmax and a technology, the software searches for the corresponding frequency among those of its base. If no frequency matches, an error is returned.
Transmitter 1.6
<Transmitter Model="HAQU4518R8_Q_1800_C3-6_L.MSI" SystemId="6" Gain="17.12" Power="40.49" Electrical_Tilt="-3" />
Transmitter 2.0
<Transmitter Gain="17.12" Electrical_Tilt="-3" Power="40.49" isPowerPIRE="0">
<Frequency Name="GSM 1800" fmin="1805" fmax="1880" Techno="GSM" />
<Models>
<Model Name="HAQU4518R8_Q_1800_C3-6_L.MSI" No_Band="0" />
</Models>
</Transmitter>
Example: multi tilt files v2. For multi tilt files, the Gain is useless and depends of each file.
<Transmitters>
<Transmitter Power="45.35" isPowerPIRE="0" SystemId="18">
<Model Name="6880300_1710_M45_-01.txt" No_Band="0" />
<Model Name="6880300_1710_M45_-02.txt" No_Band="0" />
<Model Name="6880300_1710_M45_-03.txt" No_Band="0" />
<Model Name="6880300_1710_M45_-04.txt" No_Band="0" />
<Model Name="6880300_1710_M45_-05.txt" No_Band="0" />
</Transmitter>
</Transmitters>