Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • ITS ITS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ITS - Intelligent Transport SystemsITS - Intelligent Transport Systems
  • ITSITS
  • Issues
  • #12
Closed
Open
Issue created Apr 10, 2019 by landau@landau

DEN_EVRP_BV_11 understanding

Hello,

In the test case DEN_EVRP_BV_11, a DENM is triggered with a validityDuration absent and a repetitionDuration set to 700 sec.

(ttcn) const ValidityDuration c_duration1 := defaultValidity + 100; ... f_utTriggerEvent( m_utTriggerEvent( v_situation, omit, c_duration1, c_interval1 ) ); (traces TS) validityDuration := omit, repetitionDuration := 700, (traces IUT) triggerDenm parameters validityDuration(absent) repetitionDuration=700

This results in the trigger DENM request to be rejected by our stack because the repetitionDuration (700 ) is detected as greater than the default validityDuration (600): (traces IUT ) Error: 50271.79s Ev=0011 Unit:DENM validityDuration(600 Sec) < repetitionDuration(700 Sec)

in ETSI EN 302 637-3 V1.3.1 (2019-04), clause 8.2.1.5 .. the default offset of 600 s starting from the detectionTime, if the validityDuration is not provided by the application. ... For all application request types, the T_Repetition and T_RepetitionDuration shall not be greater than the validityDuration

From the test case DEN_EVRP_BV_11, do we have to assume that: WHEN the validityDuration is omitted AND the repetitionDuration is greater than 600 sec (in the trigger DENM request), THEN the request is valid AND the validityDuration is set to the repetitionDuration (instead of the defaultValue).

Regards, Marc

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking