The field applicationSessionContext.sliceInfo.sd seems to accept values of an invalid format. By definition in TS 26.512 17.7.0 and TS29571_CommonData.yamlapplicationSessionContext.sliceInfo.sd needs to follow the following pattern: ^[A-Fa-f0-9]{6}$.
The following configuration is accepted when updating a dynamic policy configuration:
Description
The field
applicationSessionContext.sliceInfo.sd
seems to accept values of an invalid format. By definition in TS 26.512 17.7.0 andTS29571_CommonData.yaml
applicationSessionContext.sliceInfo.sd
needs to follow the following pattern:^[A-Fa-f0-9]{6}$
.The following configuration is accepted when updating a dynamic policy configuration:
The
sd
field does not follow the aforementioned pattern and should be rejected.Note that I am using the REST interface of the AF and not the m1-session-tool.