/subscription-data/{ueId}/context-data/smf-registrations/{pduSessionId}

get:

Summary: Retrieves the individual SMF registration of a UE

Operation ID: QuerySmfRegistration

Tags:

- SMF Registration (Document)

Parameters:

- name: ueId

In: path

Description: UE id

Required/Optional: true

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/VarUeId'

- name: pduSessionId

In: path

Description: PDU session id

Required/Optional: true

Schema:

Type: string

- name: fields

In: query

Description: attributes to be retrieved

Required/Optional: false

Schema:

Type: array

items:

Type: string

minItems: 1

style: form

explode: false

- name: supported-features

In: query

Description: Supported Features

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'

Responses:

'200' Expected response to a valid request

Content:

Application/JSON:

Schema:

Reference: '#/components/schemas/SmfRegistration'

default:

Description: Unexpected error

Content:

application/problem+json:

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'

put:

Summary: To create an individual SMF context data of a UE in the UDR

Operation ID: CreateSmfContextNon3gpp

Tags:

- SMF Registration (Document)

Parameters:

- name: ueId

In: path

Description: UE id

Required/Optional: true

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/VarUeId'

- name: pduSessionId

In: path

Description: PDU session id

Required/Optional: true

Schema:

Type: integer

Request Body:

Content:

Application/JSON:

Schema:

Reference: '#/components/schemas/SmfRegistration'

Responses:

'201' Upon success, a response body containing a representation of the created Individual SmfRegistration resource shall be returned

default:

Description: Unexpected error

Content:

application/problem+json:

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'

Headers:

Location:

Description: 'Contains the URI of the newly created resource, according to the structure: {apiRoot}/nsmf-pdusession/v1/sm-contexts/{smContextRef}/subscription-data/{ueId}/context-data/smf-registrations/{pduSessionId}'

Required/Optional: true

Schema:

Type: string

delete:

Summary: To remove an individual SMF context data of a UE the UDR

Operation ID: DeleteSmfContext

Tags:

- SMF Registration (Document)

Parameters:

- name: ueId

In: path

Description: UE id

Required/Optional: true

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/VarUeId'

- name: pduSessionId

In: path

Description: PDU session id

Required/Optional: true

Schema:

Type: string

Responses:

'204' Upon success, an empty response body shall be returned.

default:

Description: Unexpected error

Content:

application/problem+json:

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'