You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Section ActualEquipment in Chapter 9 of TransmitterEquipment Specification is requesting for the ActualEquipment object (incl. associated objects) to contain as much as possible information about the currently plugged hardware component, but at least a list of specified attributes. So the listed attributes are to be represented as a minimum.
Section ExpectedEquipment in Chapter 9 of TransmitterEquipment Specification is requesting for an exact list of attributes to be copied from the ActualEquipment if not configured differently from the user before the hardware got plugged.
Section ExpectedEquipment in Chapter 10 of TransmitterEquipment Specification is defining the OperationalState of the ExpectedEquipment to be disabled unless there is an ActualEquipment that has the same values in all attributes that are not empty in the ExpectedEquipment.
There is no definition, of the group of attributes that have to be taken into account for this comparison.
Some of the attributes cannot represent an empty string (due to pattern or integer).
Potential Solutions:
Section ExpectedEquipment in Chapter 10 of TransmitterEquipment Specification should be complemented by a definition of the attributes that shall exclusively been taken into account (e.g. ManufacturerProperties::manufacturerIdentifier, ManufacturerProperties::manufacturerName, EquipmentType::partTypeIdentifier and EquipmentType::version).
Section ActualEquipment in Chapter 9 should define a defaultValue, which shall be represented in case the value cannot be taken from the hardware, for every listed attribute.
The text was updated successfully, but these errors were encountered:
Decision during the LF ONMI x-haul call on 24th of April 2024: Updated by adding "ActualEquipment and ExpectedEquipment " in the second part on 9th of April 2024:
The existing §35 in the section ExpectedEquipment of Chapter 10 of the TransmitterEquipment Specification shall be replaced by the following formulation:
"
The value of the ExpectedEquipment::operationalState attribute must be 'disabled', unless an ActualEquipment object is instantiated (regardless of its operational state) that has the exact same values in the following attributes, in which case the ExpectedEquipment::operationalState attribute must be 'enabled':
ManufacturedThing :: manufacturerName
ManufacturedThing :: partTypeIdentifier
ManufacturedThing :: version
"
Some of the relevant values may not be supported as a concept by the vendor or not be available due to unavailability on the device. Default values shall be defined for ActualEquipment and ExpectedEquipment to harmonize the handling of such situations across implementations. Even after a possible restructuring of Chapter 9 of the TransmitterEquipment Specification, the attributes listed above shall be described as follows:
Problem:
Potential Solutions:
The text was updated successfully, but these errors were encountered: