Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A ATS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TST
  • ATS
  • Issues
  • #102
Closed
Open
Issue created Nov 25, 2020 by Bogdan Stanca-Kaposta@stanca-spirent

f_AE_PCH_001 uses wrong send function

line 2136: mcaPortIn.send(m_response(v_response_rsp1));

should be changed to:

f_send(e_mca_in_port, m_response(v_response_rsp1));

Additionally it missing from field (marked in local resource as NotInitialized):

{
  "m2m:rqp": {
    "op": 5,
    "to": "CSE1_NAME/my_ressource/my_ressource",
    "fr": "NotInitialized",
    "rqi": "TC_AE_PCH_001-m_notify702974",
    "pc": {
      "m2m:sgn": {}
    },
    "rvi": "2a"
  }
}
Edited Nov 25, 2020 by Bogdan Stanca-Kaposta
Assignee
Assign to
Time tracking