Skip to content
  1. Mar 18, 2015
  2. Mar 16, 2015
  3. Mar 13, 2015
  4. Mar 12, 2015
  5. Mar 11, 2015
  6. Mar 10, 2015
  7. Mar 09, 2015
  8. Mar 06, 2015
  9. Mar 04, 2015
  10. Mar 03, 2015
  11. Mar 02, 2015
    • tepelmann's avatar
      dte's first validation: · 1243e0f8
      tepelmann authored
      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.
      1243e0f8
    • tepelmann's avatar
      f_GEONW_PON_GUC_BO_13_nodeB: Changed expectation for the test verdict to be aligned to the TP. · 9e7fe303
      tepelmann authored
      f_GEONW_PON_TSB_BO_07_nodeB: Clearing vc_utInds, fixed sync point.
      f_GEONW_PON_GAC_BO_09_nodeB: Initializing GN packet, clearing vc_utInds.
      9e7fe303
  12. Feb 27, 2015
  13. Feb 26, 2015
  14. Feb 13, 2015
  15. Feb 12, 2015