Skip to content

Revise version handling in socom #84

Description

@NEOatNHNG

From my experience we do have the following use cases when it comes to service id / version / instance:

  • Service instance identifier: service id + major + minor + instance id
  • Service identifier (if different service is considered completely separate thing): service id + major
  • Find service request: service id + major + optional + optional

There is the theoretic possibility for find service to have major = FF in the someip-sd AUTOSAR spec but that doesn't make much sense as the client will not be able to handle the result.

From my point of view we should design the service_interface type in such a way that it can handle those use cases. Therefore we might exclude the minor version and make it a property of the service instance to be able to better compare and index compatible service instances.

Originally posted by @NEOatNHNG in #16

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions