Skip to content

support for subscription notifications API specifications#17

Open
maheshc01 wants to merge 3 commits intocamaraproject:mainfrom
maheshc01:main
Open

support for subscription notifications API specifications#17
maheshc01 wants to merge 3 commits intocamaraproject:mainfrom
maheshc01:main

Conversation

@maheshc01
Copy link
Contributor

What type of PR is this?

Add one of the following kinds:

  • enhancement/feature

What this PR does / why we need it:

introduces the support for creating subscriptions and receive notifications when there is any change in the media streaming rate.

Which issue(s) this PR fixes:

Fixes #14

Special notes for reviewers:

Changelog input

 release-note

Additional documentation

This section can be blank.

docs

sachinvodafone
sachinvodafone previously approved these changes Dec 9, 2025
@sachinvodafone sachinvodafone dismissed their stale review December 9, 2025 15:50

Need to finalise the API naming first

@maheshc01
Copy link
Contributor Author

the name of the API repo is not finalized and this is being planned for a release based on the latest release management process.
Could i have this yaml approved so that i can start making additional changes from a release management perspective.
@sachinvodafone
@hdamker FYI.. I will have this yaml also merged and start working on the changes required for release management.

Comment on lines +13 to +17
# Relevant terms and definitions

* **Device**: A device refers to any physical entity that can connect to a network and participate in network communication.

At least one identifier for the device out of four options must be provided: IPv4 address, IPv6 address, Phone number, or Network Access Identifier assigned by the mobile network operator for the device. Where more than one device identifier is provided, only one identifier will be selected by the implementation and this choice indicated to the API consumer in the session creation response.
Copy link

@maxl2287 maxl2287 Mar 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

session creation response ? 🤔

Comment on lines +699 to +710
Device:
description: |
End-user equipment able to connect to a mobile network. Examples of devices include smartphones or IoT sensors/actuators.

The developer can choose to provide the below specified device identifiers:

* `ipv4Address`
* `ipv6Address`
* `phoneNumber`
* `networkAccessIdentifier`

NOTE: the MNO might support only a subset of these options. The API invoker can provide multiple identifiers to be compatible across different MNOs. In this case the identifiers MUST belong to the same device.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Device:
description: |
End-user equipment able to connect to a mobile network. Examples of devices include smartphones or IoT sensors/actuators.
The developer can choose to provide the below specified device identifiers:
* `ipv4Address`
* `ipv6Address`
* `phoneNumber`
* `networkAccessIdentifier`
NOTE: the MNO might support only a subset of these options. The API invoker can provide multiple identifiers to be compatible across different MNOs. In this case the identifiers MUST belong to the same device.
Device:
description: |
End-user equipment able to connect to a mobile network. Examples of devices include smartphones or IoT sensors/actuators.
The developer can choose to provide the below specified device identifiers:
* `ipv4Address`
* `ipv6Address`
* `phoneNumber`
* `networkAccessIdentifier`
NOTE1: the network operator might support only a subset of these options. The API invoker can provide multiple identifiers to be compatible across different network operators. In this case the identifiers MUST belong to the same device.
NOTE2: as for this Commonalities release, we are enforcing that the networkAccessIdentifier is only part of the schema for future-proofing, and CAMARA does not currently allow its use. After the CAMARA meta-release work is concluded and the relevant issues are resolved, its use will need to be explicitly documented in the guidelines.

Referencing to the Commonalities r3.4 common Device, I would add these notes here.

https://github.com/camaraproject/Commonalities/blob/r3.4/artifacts/CAMARA_common.yaml#L61C81-L72C1

wdyt?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce subscription notification variant of the media streaming rate API

4 participants