5G-MAG / Standards

Specifications related to 5G-MAG's areas of work. Tracking comments, bug-fixing, request for new features, etc.
https://www.5g-mag.com/standards
11 stars 2 forks source link

TS 26.512: Add missing `filterType` parameter to `ServiceDataFlowDescription` #103

Open rjb1000 opened 6 months ago

rjb1000 commented 6 months ago

Context

Service Data Flow filters are used in connection with Dynamic Policy Instances and Network Assistance Sessions in the 5GMS System. They are mapped into data structures that are ultimately used by the UPF to identify IP packets belonging to particular 5GMS application data flows in order to apply special QoS or charging treatments to them.

Problem description

TS 26.512 defines a common enumeration type SdfMethod describing the type of Service Data Flow filter:

This enumeration is not currently used anywhere in the M1 or M5 APIs.

The ServiceDataFlowDescription data type can be either a domain name or an IpPacketFilterSet. It is not currently possible for the 5GMS AF to validate whether the correct parameters have been supplied.

Suggested solution

Add a mandatory filterType property (of type SdfMethod) to the ServiceDataFlowDescription data type to explicitly signal which kind of Service Data Flow filter is being described.

rjb1000 commented 4 months ago

Change agreed at SA4#127 (Sophia Antipolis):

rjb1000 commented 4 months ago

Reopening to allow for possible Rel-16/Rel-17 CR later this year.