openBackhaul / airInterface

Technology specific interface definition for microwave air interfaces
Apache License 2.0
3 stars 0 forks source link

AcmThresholdCrossAlarmType :: amountOfSeconds cannot contain the number of seconds of a day #47

Closed niloda closed 2 years ago

niloda commented 3 years ago

This attribute is defined as int16 in the current model, this means that it can contain a number between -32768 and +32767, not allowing to set a value equal to the maximum number of seconds of a day (86400) for instances related to 24 Hours .

Proposal: change the type from int16 to int32

openBackhaul commented 3 years ago

Decision on the 5G-xhaul-call on 12th of May 2021: Datatype of AcmThresholdCrossAlarmType :: amountOfSeconds = -1 shall be increased from Integer16 to Integer32.

PrathibaJee commented 2 years ago

As per the issue#38 , the attribute AcmThresholdCrossAlarmType::amountOfSeconds is renamed to AcmThresholdCrossAlarmType::secondsForRaisingAlarm. So , Datatype of AcmThresholdCrossAlarmType::secondsForRaisingAlarm = -1 shall be increased from Integer16 to Integer32.

openBackhaul commented 2 years ago

Fixed with AirInterface_2.0.0-tsp.220328.1245.