Skip to content

r2.3

Latest

Choose a tag to compare

@camara-release-automation camara-release-automation released this 04 Jun 06:15
02bf4e1

Release Notes

This public release contains the definition and documentation of

  • network-slice-booking 0.2.0
  • network-slice-assignment 0.1.0

The API definition(s) are based on

  • Commonalities 0.8.0
  • Identity and Consent Management 0.5.0

network-slice-booking 0.2.0

network-slice-booking 0.2.0 is the second public version of the Network Slice Booking API.

Added

  • Align with Commonalities r4.3 - Add mandatory templates and fix schemas in #130
  • Add maxLength requirement applies to all string properties in #108

Changed

  • Rename the term "session" to "slice" for clarity in #87
  • Split 422 SERVICE_NOT_APPLICABLE error into SERVICE_AREA_NOT_SUPPORTED and RESOURCES_INSUFFICIENT for better problem understanding in #92
  • Change the callback request body schema from CloudEvent to ApiNotificationEvent aligning with Commonalities r4.2 in #108
  • Update API definitions with corrected defaults and schema constraints aligning with Commonalities r4.2 in #116
  • Replace inline CloudEvent + sink-credential schemas and inline area / geometry schemas with $refs into CAMARA_event_common.yaml in #120

Removed

  • Remove the local schema definitions for CloudEvent, sink-credential, area and geometry in favor of $refs into CAMARA_event_common.yaml in #120

network-slice-assignment 0.1.0

network-slice-assignment 0.1.0 is the initial public version of the Network Slice Assignment API.

Added

  • Initial public definition of the Network Slice Assignment API, which lets an API consumer manage the devices that use a booked network slice:
    • Assign a device to a network slice
    • Get the devices assigned to a network slice
    • Release a device from a network slice
    • Retrieve all network slices for a given device
    • Receive a notification when a device assignment changes

Full Changelog: r1.2...r2.3