Commit 1243e0f8 authored by tepelmann's avatar tepelmann
Browse files

dte's first validation:

LibItsDenm_Templates:
1) mw_denmMgmtCon
- relevanceDistance and relevanceTrafficDirection are optional from ASN.1, is it indented to set '?' here? I change it to '*'.

ItsDenm_TpFunctions:
1) f_DEN_EVGN_BV_03
- The UT trigger returns us the actionID, so we should use it.
2) f_DEN_EVUP_BV_03, f_DEN_EVTR_BV_08
- v_diff could be of the same type as v_referenceTime1 and v_timestampIts, from where the diff is done
- v_timestampIts is the newer time than v_referenceTime1, so should the diff be
  v_diff := v_referenceTime1 - v_timestampIts; (negative value?)
or
  v_diff := v_timestampIts - v_referenceTime1; (positive value)
I have chosen now the last option.
3) f_DEN_EVTR_BV_03, f_DEN_KAFW_BV_02, f_DEN_KAFW_BV_06
- fixed position of parameters for mw_denmMgmtConTermination.
4) f_DEN_EVTR_BO_06
- TP saying own stationID, so let's directly use it. However it might be that I misinterpret now the NOTE.
parent 9e7fe303
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment