1. 16 Mar, 2015 1 commit
  2. 13 Mar, 2015 4 commits
  3. 12 Mar, 2015 4 commits
  4. 11 Mar, 2015 2 commits
  5. 10 Mar, 2015 1 commit
  6. 09 Mar, 2015 5 commits
  7. 06 Mar, 2015 1 commit
  8. 04 Mar, 2015 1 commit
  9. 03 Mar, 2015 4 commits
  10. 02 Mar, 2015 2 commits
    • 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
  11. 27 Feb, 2015 1 commit
  12. 26 Feb, 2015 1 commit
  13. 13 Feb, 2015 4 commits
  14. 12 Feb, 2015 2 commits
  15. 11 Feb, 2015 2 commits
  16. 10 Feb, 2015 3 commits
  17. 09 Feb, 2015 1 commit
  18. 06 Feb, 2015 1 commit