systemtopology.dtd
: Elements - Entities - Source | Intro - Index
FRAMES / NO FRAMES
<system-topology> | Root element |
Defines the system topology for the emulator. The system topology is where you define System and WACN IDs as well as the IP addresses and the ports where the emulated and actual components run. You define your RFSS IDs ( as defined in 102 BACA ) here. This xml document is relevant to both the DIETS tester and the DIETS packet monitor.
Element's model:
<system-topology>'s children Name Cardinality rfssconfig At least one systemconfig At least one wacn-config At least one
(wacn-config+, systemconfig+, rfssconfig+)
<rfssconfig/> | Child of system-topology |
Defines an RFSS configuration.
<rfssconfig>'s attributes Name Values Default color BLACK, BLUE, MAGENTA, GREEN, RED, CYAN BLACK emulated true, false true ipAddress port rfssId rfssName Match the ID rules. systemName Match the IDREF rules.
This element is always empty.
<wacn-config/> | Child of system-topology |
A tag that defines a WACN. You can have multiple of these tags and assign RFSSs to different systems.
<wacn-config>'s attributes Name Values Default wacnId wacnName Match the ID rules.
This element is always empty.
<systemconfig/> | Child of system-topology |
A tag that defines a system configuration.
<systemconfig>'s attributes Name Values Default systemId systemName Match the ID rules. wacnName Match the IDREF rules.
This element is always empty.
@rfssName | Attribute of rfssconfig |
- The symbolic name which we use to refer to the RFSS in the test system.
Possible values: Match the ID rules. - Required
@rfssId | Attribute of rfssconfig |
- is the rfss Id for the rfss.
Required
@ipAddress | Attribute of rfssconfig |
- is the Ip address where the Rfss will run. You can precede this with an \
Required
@port | Attribute of rfssconfig |
- is the sip signaling port where the rfss will accept incoming sip messages.
Required
@emulated | Attribute of rfssconfig |
- a true/false flag that indicates whether the Rfss is emulated or real.
Possible values: true, false - Default value: true
@systemName | Attribute of rfssconfig |
- The system name to which this RFSS belongs
Possible values: Match the IDREF rules. - Required
@color | Attribute of rfssconfig |
- the color to use to fill the box on the graphical panel.
Possible values: BLACK, BLUE, MAGENTA, GREEN, RED, CYAN - Default value: BLACK
@wacnName | Attribute of wacn-config |
the unique symbolic name to assign to this Wacn.
Possible values: Match the ID rules. - Required
@wacnId | Attribute of wacn-config |
the numeric WACN ID to assign to the WACN.
Required
@systemName | Attribute of systemconfig |
is the unique symbolic name.
Possible values: Match the ID rules. - Required
@systemId | Attribute of systemconfig |
is the numerical ID assigned for the system as defined in 102 BACA.
Required
@wacnName | Attribute of systemconfig |
is the name of the WACN for this system.
Possible values: Match the IDREF rules. - Required