camaraproject / DeviceLocation

Repository to describe, develop, document and test the DeviceLocation API family
Apache License 2.0
21 stars 32 forks source link

Does DeviceLocation itself really need to define all ways to identify a User equipment identifier #51

Closed RogerJL closed 9 months ago

RogerJL commented 1 year ago
UeId:
  description: User equipment identifier
  type: object
  properties:
    externalId:
      $ref: '#/components/schemas/ExternalId'
    msisdn:
      $ref: '#/components/schemas/MSISDN'
    ipv4Addr:
      $ref: '#/components/schemas/Ipv4Addr'
    ipv6Addr:
      $ref: '#/components/schemas/Ipv6Addr'
  minProperties: 1
- - -  

Shouldn't this be in CAMARA_common.json?

jlurien commented 1 year ago

Currently all subprojects are self-contained, but it would make sense in some cases to maintain a common schema for reusable schemas, such as UeId (to be renamed to device). This could be something to be discussed at Commonalities level

bigludo7 commented 9 months ago

Suggest to close as managed by https://github.com/camaraproject/DeviceLocation/issues/117