Sbi Message Flows


In Service Based Nodal/Node testing, the Sbi Message Flows tab allows you to define subscription, notification, etc commands. In addition, you may also define when/how a message would be constructed and sent out. About the 5G Application.

Per 3GPP TS 23.501, 23.502 and 29.5xx.

 

Message Flows

  • Timeout
  • Action
  • Message FLows

Message Loop Registration

Procedure n

 

Multiple Procedure Flows

  • Number of Procedures
  • Template (Open, save)
  • Session Bring-Up
  • Session Tear-Down
  • Procedure (1 to 8)

Parallel Procedure

Procedure n

Select Procedure n to define commands in the Procedure 1, Procedure 2, etc (Up to 128 Procedures can be added) or Multiple Procedure Flows.  Multiple Procedure Flows is optional for Capacity Test and forced for Session Loading Test. The first two procedures are fixed procedures: Session Bring-Up and Session Tear-Down followed by Procedure 1 to 8. Additional details in Multiple Procedure Flows section.  You can define commands, based on the different specifications.

NOTE: In the Service Based Node test case, when an incoming message cannot be matched in the message flow, it will cancel all the outstanding message transmissions.

^ Back to Top


Message Procedure Flows

The Message Flows pane allows you to define subscription / notification commands.   

Timeout

Indicates the time to wait without receiving a response.

Range: 0 to 3600000

Default: 0 seconds

Tcl Parameter: SbiRspMsgTimeout

Action

Indicates whether to Continue or Abort after the Timeout period expires.

Tcl Parameter: SbiRspMsgTimeoutAction

Message Procedure Flows

Select the number of message procedure flows you required from the list.

Option: 1 - 128

The Procedure n tabs are added depending on the value you select.

You many also click to add a Procedure n tab or click to delete the tab.


Multiple Procedure Flows

The Multiple Procedure Flows pane allows you to configure multiple procedure based flows.

Multiple Procedure Flows

Select "Multiple Procedure Flows" to configure multiple procedure based flows. Multiple Procedure Flows is optional for Capacity Test and forced for Session Loading Test.

  1. The first two procedures are fixed procedures: Session Bring-Up and Session Tear-Down. They are always configurable when “Multiple Procedure Flows” is checked.
  2. Session Bring-Up procedure is to configure the flow executed at activation phase. It’s allowed to be empty in this procedure which means no message exchange is needed for activation. It has a fixed procedure ID "act" which will be used in TCL variables for Test Server (TS).
  3. Session Tear-Down procedure is to configure the flow executed at deactivation phase. It’s allowed to be empty in this procedure which means no message exchange is needed for deactivation. It has a fixed procedure ID "deact" which will be used in TCL variables for Test Server (TS).
  4. Session Tear-Down procedure is to configure the flow executed at deactivation phase. It’s allowed to be empty in this procedure
  5. The first message in Session Bring-Up and Session Tear-Down procedures must be request from Nodal side. It can be determined by the message code which is always odd-number for request message. The rules related to the first message allowed in the "Session Bring-Up" and "Session Tear-Down" procedures:
          a. It must be a request from the Nodal side. (odd numbered message code)
          b. On nodal side, the From NF of the first message must emulated in the test.
          c. On node side, the To NF of the first message must emulated in the test.
  6. Customized Procedure <Index> is to configure the flow executed after Session Bring-Up complete. It’s not allowed to be empty. If multiple customized procedures are configured and their first message is request from nodal side, they will be executed in the order of their indexes. If the first message of a customized procedure is not request from Nodal side, it will be skipped and will only be triggered when this request is received at nodal side.
  7. An option “Following Action” is configured for each customized procedure to indicate the action to be executed when this procedure is complete.
  8. An option "Loop Count" is added for each customized procedure for looping execution of the procedure, but is only configurable for the customized procedures initiated from local side (The first message of the procedure is request from local side).  It will jump out of the loop if deactivation is triggered when the loop is still not complete.
  9. The "Multiple Procedure Flows" will be passed in TCL as multiple procedure flows.
  10. TCL variable naming rule: variable_<proc ID>_<row>. For Session Bring-Up and Session Tear-Down, it will be variable_activation_<row> and variable_deactivation_<row>. For customized procedures, it will be variable_1_<row>, variable_2_<row>, ...
  11. The first column "ID" of the message table is used as <row> in TCL variable, it always starts from 1 for each procedure.
TIP: By design, a session is considered to be up or established only when all the message exchanges in Session Bring-Up procedure are successful. If there is failed message exchange in the bring-up procedure in session loading test, Landslide will skip the message exchanges in Session Tear-Down procedure and execute message exchange in Session Bring-up again when session pending time is expired. Thus, if a session can still be considered as established when there is failed message exchange, please move such message exchange to the procedures after bring-up (such as Procedure 1).

 

Tcl Parameter: SbiMultiFlowEn

Number of Procedures

Select the number of additional Procedures. This does not include the Session Bring-Up and Session Tear-Down which are always present.

  1. Customized Procedure <Index> is to configure the flow executed after Session Bring-Up complete. It’s not allowed to be empty. If multiple customized procedures are configured and their first message is request from nodal side, they will be executed in the order of their indexes. If the first message of a customized procedure is not request from Nodal side, it will be skipped and will only be triggered when this request is received at nodal side. Enter Procedure Name.
  2. An option “Following Action” is configured for each customized procedure to indicate the action to be executed when this procedure is complete. Options are : None, Tear-Down, Go to Idle.
  3. An option "Loop Count" is added for each customized procedure for looping execution of the procedure, but is only configurable for the customized procedures initiated from local side (The first message of the procedure is request from local side).  It will jump out of the loop if deactivation is triggered when the loop is still not complete.

Range: 0 to 8

Default: 0

Execute :

  • Bring-Up, the message flows are in the case "starting"
  • Procedure 1, Procedure 2, … Procedure n are in the case "running"

  • Tear-Down, the message flows are in the case "stopping"

After bring up, Session is established.

After tear down, Session is pending.

Execute (Session Loading) :

  • Session Bring-Up are executed in "starting"

  • Procedure 1, Procedure 2, … Procedure n are executed in "Session holding time"

  • Session Tear-Down are executed in "stopping"

  • Wait for the pending time.

  • Bring-Up are executed in "starting"

Tcl Parameter: SbiMsgCustProcNum

Tcl Parameter: SbiMsgProcName_act

Tcl Parameter: SbiMsgProcName_deact

Tcl Parameter: SbiMsgProcName_1

Tcl Parameter: SbiMsgProcFollowAct_1

Tcl Parameter: SbiMsgProcLoopCnt_1

Open an SBI Procedure Template

Click to open a saved SBI Procedure Flow template. Navigate to the folder as required and open a saved SBI Procedure Flow template.

The templates on each procedure tab are compatible with saved non-procedure message flow templates. The top level procedure templates will save/import the contents of all procedure tabs and are not compatible with the individual flow templates. When importing templates, Message Flow Query and Body Arguments can become invalid if the test case configuration is not already in a state that supports settings linked to other test case tabs.

 

The Tcl suffixes for Message Flows is different when in Procedure mode. Normally the suffix is "<row>". For Procedures it is "<proc>_<row>", where <proc> = act, deact, or 1-8.

When trying to convert an existing single flow to procedures, the user can toggle the "Multiple Procedure Flows" checkbox to go back and forth for copy/paste of messages between the original flow and the procedure tabs. The original message flow will not be lost until the OK button.

Checking "Multiple Procedure Flows" disables the Message Loop Registration button.

Save As SBI Procedure Template

Click to save as SBI Procedure Template.

Parallel Procedure

Available on the Service Based Node Emulator Configuration when NRF Interface and CBCF is enabled plus an additional procedure is enabled (Number of Procedures is > 1).

1. Message Flow configuration in CBCF Node : 

Parallel Procedure MUST be checked to handle multiple AMF scenario.

      The NF Status Subscription Message is set in the Session Bring Up Procedure, The NF Status Subscription is set in the Session Tear Down procedure. 

      The amfSutIndex shall be same in a Procedure. The first message MUST be testRemotePeer to handle AMF SUT register and deregister scenario.

       After the AMF registers again, the procedure will be started from testRemotePeer

       The NonUE Transfer Request MUST be followed by the NonUeTransfer Response because the request message may be skipped because the tai in the configuration of the request doesn't  belong to the TAIs of the AMF.

      The loop count shall be 65535 to make sure the CBCF continues to send message to a AMF

2. NNRF Configuration - Return NF Profile After Status Subscription.  

The above check box must be checked to enable below action in NRF:

    The NRF will return all matched AMF after a new NF Status is received. 

    The NRF will return NF_REGISGTER event  if the AMF registers to NRF again without the deregister message sent to NRF in last stop.

Tcl Parameter: SbiMsgCustProcParaEn

Message Loop Registration

Select to launch the Message Flow Loop Wizard.

Enter # of Looped Sections (up to 32 )

Enter the Start Message ID, End Message ID and Loop Count.


Procedure n

The message flow tab (Procedure n) allows you to define a sequence of command and parameters that specify the command name, source and destination of the message flow, and optional command arguments.  The Subscriber Group you assign to the message flow will execute the message from top to bottom of the list as defined in the message flow table.

 

The number of message flow tabs (Procedure n) depends on the value you select in the Message Flows.

NOTE: Click on the top right-hand corner of the Flow table for Tcl Parameters information.

 

Open

Click to open a saved SBI Message Flow template. Navigate to the folder as required and open a saved SBI Message Flow template.

Save As Template

Click to save as Message Flow Template.

A SBI Message Flow Template consists of one message flow, each Command/Row in the table, and the Message Flow End Action and optional Delay.  

TIPS:

  • When you save a template, copy the keywords and then re-paste them and click save. (When you save a template, the keywords field is initially filled with a list of all of the SBI Interfaces that are emulated or otherwise used. As with any Save Item Dialog, the moment you select an existing item, the keywords field will be replaced with the selected item's keywords)

The keywords are helpful when searching and selecting message flows. If a Test Case does not emulate or use the interfaces in the message flow, they will not load as required.

  • The From/To parameters are successfully populate only if the Test Case has the same types of interfaces and the same numbers of SUTs/Nodes defined for the interfaces.

Add

Click to Add a new message after the selected row.

NOTE: To add a new item at the top of the table: Select the top row, add the item, then select the new row and use the Move Up button. If there are multiple (contiguous or non-contiguous) rows selected, the row will be inserted after the selected row nearest the bottom of the table.

 

Delete, Cut, Copy, Paste, Up, Down

You may Delete a selected row (s), Cut or Copy the selected row to the clipboard, Paste from the clipboard to the message stream, and move the selected message Up or Down the list to indicate it's order of execution.

ID

(mandatory)

Unique command identifier generated every time you Add a new message row.

Sequential (Y / N)

(mandatory)

Indicates whether to wait for the selected command to complete.

Indicates whether the message should follow the time sequence strictly or not. Normally most of the service based message flows / procedures follow strict time sequence, but in some exceptional cases like subscriptions/notifications, they can happen anytime, and can be concurrent.

By default each command is Sequential – Y, for those subscription/notification commands which do not follow time sequence we should set them as Sequential – N.

Delay

Indicates the time (ms) to delay before responding to a message (even after all conditions set have been met).

The max value for the ms delay is 67108864, that is, (65535 * 1024).

Only applies to Sequential command.

Command

(mandatory)

Double-click to open the Choose Command or GOTO window with two tabs.

 

See supported Command Messages.

Command

The tab displays the Service Based message (Request/Response) and the message flow supported.  

GOTO

Allows you to specify the Command ID to go to. Only applies to  the response command.

 

From NF

Identifies the message sender.

From : AMF, PCF, UDM, etc..

See supported NF Types in the Command Messages table listed below.

To NF Identifies the message receiver.

To : AMF, PCF, UDM, etc..

See supported NF Types in the Command Messages table listed below.

Serving Node

Available only if Roaming Scenario with SEPP with H-AMF are enabled in Service Based Nodal test case. Available in messages : 1 through 20, 23 - 34, 67-68, 71-76, 101 - 110.

Select Source or Target. 

Status Code

Indicates the status code for response command, it only applies to Response command.

Additional status codes are available in certain interfaces to perform negative testing by configuring HTTP status codes with Cause Code Mapping (licensed feature).

Additional Status codes support is available for NRF-AMF, UDM-AMF (N8), AUSF-AMF (N13), SMF-AMF (N11) and PCF-AMF (N15).

When available : Select Problem Details under Body Arguments and select a valid Application Error cause code - see comments section for list of application errors in Command Messages.

Example : for Status Code 400 you may select Cause code : MANDATORY_IE_MISSING

If no Application Errors are available for the status code, you will see : Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Supported Status Codes in the Command Messages table are listed below. Click here to see list of status codes and Application Error Cause Code mapping

Additional Allowed Codes

Select to support Multiple status codes for every message. The selectable list of "Additional Allowed Codes" is the same series as the selected "Status Code" except the value of "Status Code". In this example, the available choice of "Status Code" are 200, 201, 204, 403, 429, 503, which can be summed up as 20x series, 40x series and 50x series. If the "Status Code" is selected as 201, then only 20x series values except 201 can be selected as "Additional Allowed Codes". 

Example: 

Based on what can be selected and when, the GUI implements these rules to try to simplify it:

  1. The Additional Codes column is only editable when the Status Code list contains more codes of the same series as the selected Status Code. If there are not any extra codes possible you will not be able to launch the cell editor.
  2. The Additional Codes cell editor only shows the other codes from the same series as the selected Status Code, excluding the selected Status Code.
  3. If the Status Code is changed to a different code in the same series as the one previously selected, and the new Status Code was in the Additional Codes list, it will be removed when the new Status Code is selected.
  4. The Additional Codes column is cleared when the Status Code is changed to a different series.

 

The cell editor is a common multi-select list box.  It will come up with the previous selections highlighted.  CTRL-click to select multiple individual entries, SHIFT-click to select ranges.  Once anything is selected, the “None” button will clear all selections.

Query

Indicates all the mandatory or Optional Query parameters for those Query command. It only applies to those Query Request commands.

Name

Indicate the query name or the argument name. The maximum length for it is 128

Value type

“integer”

 “string”

 “bool”

 “array”.

We only support above simple type array.

Value

If the value type is “array”, all the value are included by a pair of {}. Now we only support simple value type array. The maximum array length is 32. Ex, {“test” “array”  “111” “ddd” “ccc”}

 

Arguments

(mandatory)

Double-click to open the Select/Edit Optional Arguments window. Arguments vary by command type. See supported Arguments in the Command Messages table listed below as well as some listed in this section.

As of Release 17.8, the Sbi Message Editor can be used to create customized patches that can be used in the Body Argument cell editor dialog on the Message Flows tab. The optional Patch argument will be displayed in the Body Argument cell editor dialog. When the Patch option is checked, the user must select at least one index from the “Patches Available” list and move it to the “Patches to Apply” list.  The tables support multiple selections for moving indexes.

 

A Display Name field enhances the usability when assigning Patch indexes within the Message Flows / Body Arguments editor dialogs:

 

When the Patch argument is supported by a message but has no patches defined, the cell editor will display an informational message to that effect.

 

The Patch argument in Message Flows only deals with Patch indexes, so the range is variable based on the “Number of Customized JSON Patches” value set for the message. When working between Message Flows and an SBI Message Editor tab, changes to the “Number of Customized JSON Patches” value are not propagated to the Message Flows tab until a user action causes an update of the Message Flow information. The update is made when:

1)      The user presses the OK button and closes the GUI.

2)      The user selects another message row in the Messages Supporting Patch Operations table.

 

If the user disables Patch for a message on a SBI Message Editor tab and the Patch option is enabled for the message on the Message Flows tab, an error message will be displayed.  The user must open/close the Body Argument cell editor to clear the Patch option and remove the error condition.  When the argument editor is opened, it will be showing the “Patch is available but not provisioned…” panel with error code "Command 2 Body Arguments: patchlist not valid or not enabled for xxxx".

 

 

Some messages have restrictions on the Status Code value.  The Patch feature in the Body Argument cell editor is not altered by the currently selected Status Code value, the validation for this is done at a higher level.  When triggered, an error pop-up will be displayed showing the restriction.  The user must either change the Status Code value or open the Body Argument cell editor and uncheck the Patch option.

 

For the Npcf command types, most require the pduSession: 1 to 11. In addition they may require:

  • PCC Revalidation Time - Select to enter the PCC Revalidation time.
  • PCC Rule Installed - Select to Enter the Number of PCC Rules and the Rule Id.
  • PCC Rule deleted - Select to Enter the Number of PCC Rules and the Rule Id.

 

For pcfSMPolicyControlUpdateReq there are several arguments that can be included:

  • Location Change - Select to indicate a location change.
  • PCC Revalidation Timeout - Select to indicate a PCC Revalidation Timeout.
  • AMBR Change - Select and the AMBR pane becomes available to enter Uplink and downlink and Mbps or ( bps, kbps, Gbps, Tbps)
  • Default QoS - Select and the Default QoS pane becomes available to enter the Default QoS Information.
  • Application Detection - Select and the App Detection pane becomes available to enter: the Number of App Detections as well as Application ID and to enable Start / Stop.
  • 3GPP PS Data Off Status - Select and the 3GPP PS Data Off Status pane becomes available to select On or Off.

 

Service Based Command messages.

Command Definition

All requests/responses on SBI interfaces are defined as commands which are used to configure message flow between SBI NF nodes. In the body argument, if you see “Mandatory:” in the first line, it means the parameter must be present. Otherwise, it’s optional.

Command

Code

From NF

To NF

Serving 

Node

Status Code

 

Additional Allowed Codes - Click here for details

Query

Body Arguments

Comments

UDM                                                    

sdmGetNssaiReq

1

AMF

UDM

Source 

Target

 

PLMN ID (MCC, MNC), Supported Features

 

 

sdmGetNssaiResp

2

UDM

AMF

Source 

Target

status: | 200 | 404

additional status codes:  |400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503|

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

sdmGetAmDataReq

3

AMF

UDM

Source 

Target

 

PLMN ID (MCC, MNC), Supported Features

 

 

sdmGetAmDataResp

4

UDM

AMF

Source 

Target

status: | 200 | 404

additional status codes:  |400 | 401 | 403 | 406 | 411 | 413 | 415 | 429 | 500 | 501 | 503|

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

sdmGetSmfSelectDataReq

5

AMF

UDM

Source 

Target

 

PLMN ID (MCC, MNC), Supported Features

 

 

sdmGetSmfSelectDataResp

6

UDM

AMF

Source 

Target

status: 200 | 404

additional status codes:  |400 | 401 | 403 | 406 | 411 | 413 | 415 | 429 | 500 | 501 | 503|

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

sdmGetSmDataReq

7

SMF

UDM

 

 

 

 

 

sdmGetSmDataResp

8

UDM

SMF

 

status: 200 | 404 | 429 | 503|

additional status codes:  |400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503| 504 |

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

sdmGetSmsDataReq

9

AMF,

SMSF

UDM

Source 

Target

 

PLMN ID (MCC, MNC), Supported Features

 

 

sdmGetSmsDataResp

10

UDM

AMF,

SMSF

Source 

Target

status: 200

additional status codes:  |400 | 401 | 403 | 404 | 406 | 411 | 413 | 415 | 429 | 500 | 501 | 503|

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

sdmGetSmsMngDataReq

11

SMSF

UDM

 

 

PLMN ID (MCC, MNC), Supported Features

 

 

sdmGetSmsMngDataResp

12

UDM

SMSF

 

status: 200 | 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

sdmGetUeCtxInSmfDataReq

13

AMF

UDM

Source 

Target

 

PLMN ID (MCC, MNC), Supported Features

 

 

sdmGetUeCtxInSmfDataResp

14

UDM

AMF

Source 

Target

status: 200 | 404

additional status codes:  |400 | 401 | 403 | 406 | 411 | 413 | 415 | 429 | 500 | 501 | 503|

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

sdmGetMultiDataSetsReq

15

AMF

UDM

Source 

Target

 

dataset-names=AM, SMF_SEL, UEC_SMF,

MF, SM, TRACE, SMS_SUB

PLMN ID (MCC, MNC), Supported Features

 

 

sdmGetMultiDataSetsResp

16

UDM

AMF

Source 

Target

status: 200

additional status codes:  |400 | 401 | 403 | 404 | 406 | 411 | 413 | 415 | 429 | 500 | 501 | 503|

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

sdmSubscribeReq

17

AMF, SMF, SMSF

UDM

Source 

Target

 

 

Mandatory:

monitoredRes: array,

values - nssai, am-data, smf-select-data, ue-context-in-smf-data, ue-context-in-smsf-data, trace-data, sm-data, sms-data, sms-mng-data

If monitoredRes is sm-data and the consumer is SMF, the following optional parameters are enabled:

{“pduSession” “integer” 1 to n} where n is maximum PDU Session count.

If pduSession is selected, one of these parameters or both of them must be selected:

{“incDnn” “bool” true}

{“incSnssai” “bool” true}

Per 3GPP 29.503 table 6.1.6.2.3 SdmSubscription.

Select Implicit Unsubscribe is false/true. If False, then select to enter Expire Time in seconds.

Range : 1 to 4294967295

Default : 7200

PLMN ID (MCC - 3, MNC - 2 to 3 digits),

Supported Features - 1 - 8 hex chars

 

 

sdmSubscribeResp

18

UDM

AMF, SMF, SMSF

Source 

Target

status: 201 | 404 | 501

additional status codes: | 201 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 |  501 | 503 | 504 |

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

sdmUnsubscribeReq

19

AMF, SMF, SMSF

UDM

Source 

Target

 

 

{“pduSession” “integer” 1 to n} where n is maximum PDU Session count.

 

sdmUnsubscribeResp

20

UDM

AMF, SMF, SMSF

Source 

Target

status: 204 | 404

additional status codes: | 204 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

sdmIdTranslationResultReq

21

NEF

UDM

 

 

 

 

 

sdmIdTranslationResultResp

22

UDM

NEF

 

status: 200 | 400 | 403 | 404 | 429 | 500 | 503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

uecmAmf3gppAccessRegisterReq

23

AMF

UDM

Source 

Target

 

 

Optional:

pei: string, 15 or 16 digits

 

imsVoPS: enum, HOMOGENEOUS_SUPPORT – 0, HOMOGENEOUS_NON_SUPPORT – 1, NON_HOMOGENEOUS_OR_UNKNOWN – 2

 

pcscfRestorationCallbackUri: string

 

ratType :

Name value

"NR"          0 (default)

"UETRA"     1

"WLAN"      2

"VIRTUAL"  3

 

uecmAmf3gppAccessRegisterResp

24

UDM

AMF

Source 

Target

status codes: 200 | 201 | 204 | 400 | 401 | 403 |404 | 411 | 413 | 415 | 422 | 429 | 500 | 503|

 

 

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

uecmAmfNon3gppAccessRegisterReq

25

AMF

UDM

Source 

Target

 

 

Optional:

 

pei: string, 15 or 16 digits

 

pcscfRestorationCallbackUri: string

 

uecmAmfNon3gppAccessRegisterResp

26

UDM

AMF

Source 

Target

status codes: 200 | 201 | 204 | 400 | 401 | 403 |404 | 411 | 413 | 415 | 422 | 429 | 500 | 503|

 

 

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

uecmAmf3gppAccessDeregisterReq

27

AMF

UDM

Source 

Target

 

 

 

 

uecmAmf3gppAccessDeregisterResp

28

UDM

AMF

Source 

Target

status: 204

additional status codes: |400 | 401 | 403 |404 | 406 | 411 | 413 | 415 | 429 | 500 | 503|

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

uecmAmfNon3gppAccessDeregisterReq

29

AMF

UDM

Source 

Target

 

 

 

 

uecmAmfNon3gppAccessDeregisterResp

30

UDM

AMF

Source 

Target

status: 204

additional status codes: |400 | 401 | 403 |404 | 406 | 411 | 413 | 415 | 429 | 500 | 503|

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

uecmAmf3gppAccessUpdateReq

31

AMF

UDM

Source 

Target

 

 

Optional:

pei: string, 15 or 16 digits

 

imsVoPS: enum, HOMOGENEOUS_SUPPORT – 0, HOMOGENEOUS_NON_SUPPORT – 1, NON_HOMOGENEOUS_OR_UNKNOWN – 2

 

uecmAmf3gppAccessUpdateResp

32

UDM

AMF

Source 

Target

status: 204 | 404 | 422

additional status codes: |400 | 401 | 403 |404 | 406 | 411 | 413 | 415 | 422 | 429 | 500 | 503|

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

uecmAmfNon3gppAccessUpdateReq

33

AMF

UDM

Source 

Target

 

 

Optional:

pei: string, 15 or 16 digits

 

 

uecmAmfNon3gppAccessUpdateResp

34

UDM

AMF

Source 

Target

status: 204 | 404 | 422

additional status codes: |400 | 401 | 403 |404 | 406 | 411 | 413 | 415 | 422 | 429 | 500 | 503|

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

uecmGetAmf3gppAccessRegistrationReq

35

NEF

UDM

 

 

 

 

 

uecmGetAmf3gppAccessRegistrationResp

36

UDM

NEF

 

status: 200 | 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

uecmGetAmfNon3gppAccessRegistrationReq

37

NEF

UDM

 

 

 

 

 

uecmGetAmfNon3gppAccessRegistrationResp

38

UDM

NEF

 

status: 200 | 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

uecmSmfRegisterReq

39

SMF

UDM

 

 

 

Mandatory:

pduSession: integer

value range: 1~11

 

Optional:

pcscfRestorationCallbackUri: string

 

uecmSmfRegisterResp

40

UDM

SMF

 

status: 201 | 429 | 503|

 

additional status codes: | 201 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

uecmSmfDeregisterReq

41

SMF

UDM

 

 

 

Mandatory:

pduSession: integer

value range: 1~11

 

uecmSmfDeregisterResp

42

UDM

SMF

 

status: 204 | 429 | 503|

 

additional status codes: | 204 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

uecmGetSmfRegistrationReq

43

NEF

UDM

 

 

 

 

 

uecmGetSmfRegistrationResp

44

UDM

NEF

 

status: 200 | 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

uecmSmsf3gppAccessRegisterReq

45

SMSF

UDM

 

 

 

 

 

uecmSmsf3gppAccessRegisterResp

46

UDM

SMSF

 

status: 200 | 201 | 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

uecmSmsfNon3gppAccessRegisterReq

47

SMSF

UDM

 

 

 

 

 

uecmSmsfNon3gppAccessRegisterResp

48

UDM

SMSF

 

status: 200 | 201 | 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

uecmSmsf3gppAccessDeregisterReq

49

SMSF

UDM

 

 

 

 

 

uecmSmsf3gppAccessDeregisterResp

50

UDM

SMSF

 

status: 204 | 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

uecmSmsfNon3gppAccessDeregisterReq

51

SMSF

UDM

 

 

 

 

 

uecmSmsfNon3gppAccessDeregisterResp

52

UDM

SMSF

 

status: 204 | 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

uecmGetSmsf3gppAccessRegistrationReq

53

NEF

UDM

 

 

 

 

 

uecmGetSmsf3gppAccessRegistrationResp

54

UDM

NEF

 

status: 200 | 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

uecmGetSmsfNon3gppAccessRegistrationReq

55

NEF

UDM

 

 

 

 

 

uecmGetSmsfNon3gppAccessRegistrationResp

56

UDM

NEF

 

status: 200 | 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

ueauGenerateAuthDataReq

57

AUSF

UDM

 

 

 

 

 

ueauGenerateAuthDataResp

58

UDM

AUSF

 

status: 200 | 403 | 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

ueauAuthEventsReq

59

AUSF

UDM

 

 

 

Mandatory:

success:  true | false

 

ueauAuthEventsResp

60

UDM

AUSF

 

status: 201| 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

udmEventExposureSubscribeReq

61

NEF

UDM

 

 

 

 

 

udmEventExposureSubscribeResp

62

UDM

NEF

 

status: 201 | 404 | 429 | 501 | 503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

udmEventExposureUnsubscribeReq

63

NEF

UDM

 

 

 

 

 

udmEventExposureUnsubscribeResp

64

UDM

NEF

 

status: 204 | 404 | 429 | 503|

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

udmPpUpdateDataReq

65

NEF

UDM

 

 

 

 

 

udmPpUpdateDataResp

66

UDM

NEF

 

status: 204 | 400 | 403 | 404 | 411 | 429 | 500 | 503 | 504 |

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

Click here to see list of status codes and Application Error

sdmDataChangeNotify

67

UDM

AMF, SMF, SMSF

Source 

Target

 

 

Mandatory:

subscriptionIndex: integer, value >= 1

dataType:

values - nssai, am-data, smf-select-data, ue-context-in-smf-data, sm-data, sms-data, sms-mng-data

 

 

sdmDataChangeNotifyResp

68

AMF, SMF, SMSF

UDM

Source 

Target

status: 204

additional status codes: | 204 | 307 | 308 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

udmEventExposureNotify

69

UDM

NEF

 

 

 

 

 

udmEventExposureNotifyResp

70

NEF

UDM

 

status: 204

 

 

 

nfDeregistrationNotify

71

UDM

AMF

Source 

Target

 

 

mandatory:

accessType: enum,

3GPP – 0,

non 3GPP - 1

deregReason: enum,

UE_INITIAL_REGISTRATION - 0,

UE_REGISTRATION_AREA_CHANGE - 1

SUBSCRIPTION_WITHDRAWN - 2,

5GS_TO_EPS_MOBILITY - 3

 

nfDeregistrationNotifyResp

72

AMF

UDM

Source 

Target

status: 204

additional status codes: | 400 | 401 | 403 |404 | 411 | 413 | 415 | 429 | 500 | 503|

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

pcscfRestorationNotify

73

UDM

AMF, SMF

Source 

Target

 

 

 

 

pcscfRestorationNotifyResp

74

AMF,SMF

UDM

Source 

Target

status: 204 

additional status codes: | 400 | 401 | 403 |404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

sdmSubscribeModifyReq

75

AMF,SMF, SMSF

UDM

Source 

Target

 

PLMN ID (MCC, MNC), Supported Features

optional:

expires,

monitoredRes: array,

values am-data, smf-select-data, ue-context-in-smf-data, ue-context-in-smsf-data, trace-data, sm-data, sms-data, sms-mng-data

“pduSession” “integer” 1 to n} where n is maximum PDU Session count.

"Subscription Index" - integer, . This is the subscription index that refers to the previous subscription create requests on the same interface.

 

 

sdmSubscribeModifyResp

76

UDM

AMF,SMF, SMSF

Source 

Target

status: 200, 400, 404, 429, 500, 503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

ueauAuthEventsRemovalReq

91

AUSF UDM  

 

 

 

 

ueauAuthEventsRemovalResp 92 UDM AUSF   status: 204, 403, 404, 429, 501, 503  

Implicit Unsubscribe (true or false)

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 
ueauGetRgAuthDataReq  93 AUSF UDM          
ueauGetRgAuthDataResp 94 UDM AUSF   Status : 200,  400, 401, 403, 404, 406, 429, 500, 503      
udmNiddAuthDataRetrievalReq 95 NEF UDM          
udmNiddAuthDataRetrievalResp 96 UDM NEF   Status : 200,  400, 403, 404, 411, 429, 500, 501, 503, 504      
udmNiddAuthUpdateNtfReq 97 UDM NEF       Invalidity Indication  
udmNiddAuthUpdateNtfResp 98 NEF UDM   204      
ssauAuthorizeReq 99 NEF UDM          
ssauAuthorizeResp 100 UDM NEF   200, 204, 400, 403, 404, 500, 501, 503      
udmPpGrpUpdateDataReq 30003 NEF UDM          
udmPpGrpUpdateDataResp 30004 UDM NEF   Status : 204,  400, 403, 404, 411, 429, 500,  503, 504  

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
udmPp5gVnGrpPutReq 30101 NEF UDM          
udmPp5gVnGrpPutResp 30102 UDM NEF   Status : 201,  400, 403, 404, 411, 429, 500,  503, 504   Select Problem Details and select a valid Application Error - see comments section for list of application errors. Click here to see list of status codes and Application Error
udmPp5gVnGrpGetReq 30103 NEF UDM          
udmPp5gVnGrpGetResp 30104 UDM NEF   Status : 200,  400, 403, 404, 411, 429, 500,  503, 504   Select Problem Details and select a valid Application Error - see comments section for list of application errors. Click here to see list of status codes and Application Error
udmPp5gVnGrpPatchReq 30105 NEF UDM          
udmPp5gVnGrpPatchResp 30106 UDM NEF   Status : 200, 204, 400, 403, 404, 411, 429, 500,  503, 504   Select Problem Details and select a valid Application Error - see comments section for list of application errors. Click here to see list of status codes and Application Error
udmPp5gVnGrpDelReq 30107 NEF UDM          
udmPp5gVnGrpDelResp 30108 UDM NEF   Status : 204,  400, 403, 404, 411, 429, 500,  503, 504   Select Problem Details and select a valid Application Error - see comments section for list of application errors. Click here to see list of status codes and Application Error
                 
                 

AMF

amfCommN1N2messageTransferReq

911

PCF

AMF

 

 

 

Mandatory

{“cnt_type” “integer” 0-1}

0: JSON

1: Multipart

 

Optional

pti

{“pti” “integer” 1-254}

 

Updated UE Policy

{“updated_ue_policy” bool true | false}

 

UE Policy Section Management List

{“ue_pol_list” array 1, 2,.., Max number of Ue Policy  Section Management Sublist in AMF(N15)/V-PCF(N24)}

 

amfCommN1N2messageTransferRsp

912

AMF

PCF

 

status:

200|202|400|409|500|504

additional status code:

401|403|404|409|411|413|415|

429|503

  Optional: ATTEMPTING _TO_REACH_UE - 0, N1_N2_TRANSFER_INITIATED - 1 WAITING_FOR_ASYNCHRONOUS_TRANSFER - 2 UE_NOT_RESPONDING - 3 N1_MSG_NOT_TRANSFERRED - 4 UE_NOT_REACHABLE_FOR_SEASON - 5   {"inc_loc "bool" true}  

If additional status codes are available:

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

amfCommN1N2messageTransferFailNtfReq

913

AMF

PCF

 

 

  {"cause" : UE Not Responding - 0, not Reachable for Session - 1 }  

amfCommN1N2messageTransferFailNtfRsp

914

PCF

AMF

 

status: 204|400|500

additional status code:

401|403|404|409|411|413|415|

429|503|504|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

amfCommN1N2messageTransferNtfSubReq

915

PCF

AMF

 

 

     

amfCommN1N2messageTransferNtfSubRsp

916

AMF

PCF

 

status: 201|400|500

additional status code:

401|403|404|409|411|413|415|

429|503|504|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

amfCommN1N2messageTransferNtfUnsubReq

917

PCF

AMF

 

 

     

amfCommN1N2messageTransferNtfUnubRsp

918

AMF

PCF

 

status: 204|400|500

additional status code:

401|403|404|409|411|413|415|

429|503|504|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

amfCommN1MessageNotifyReq

919

AMF

PCF

 

 

 

Mandatory

{“uePolDelRelIndex” “interger” 0-1}

{“uePolDelRelSuccess” “bool” true}

Only one of them can be checked.

 
amfCommN1MessageNotifyRsp

920

PCF

AMF

 

status: 204|400|500

additional status code:

401|403|404|409|411|413|415|

429|503|504|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
amfCommNonUeN2MessageTransferReq

921

CBCF

AMF

 

 

 

amfSutIndex, integer, 1 to maximum AMF sut in the SUT configuration

warningMsgIndex, integer 1 to maximum Warning Message index in PWS tab

action , integer, 0: means issuing warning message, 1 means cancelling warning message

 
amfCommNonUeN2MessageTransferResp

922

AMF

CBCF

 

200|400|403|404|411|413|415|

429|500|501

 

amfSutIndex, integer, 1 to maximum AMF sut in the SUT configuration

warningMsgIndex, integer 1 to maximum Warning Message index in PWS tab

 
amfCommNonUeN2InfoSubscribeReq

923

CBCF

AMF

 

 

 

amfSutIndex, integer, 1 to maximum AMF sut in the SUT configuration

subscribeIndex: integer, 1 to maximum subscribe message index in PWS tab

warningMsgIndex, integer 1 to maximum Warning Message index in PWS tab

 
amfCommNonUeN2InfoSubscribeResp

924

AMF

CBCF

 

201|400|403|404|411|413|415|

429|500|503

  amfSutIndex, integer, 1 to maximum AMF sut in the SUT configuration

subscribeIndex: integer, 1 to maximum subscribe message index in PWS tab

warningMsgIndex, integer 1 to maximum Warning Message index in PWS tab

 
amfCommNonUeN2InfoUnsubscribeReq

925

CBCF

AMF

 

 

 

amfSutIndex, integer, 1 to maximum AMF sut in the SUT configuration

subscribeIndex: integer, 1 to maximum subscribe message index in PWS tab

warningMsgIndex, integer 1 to maximum Warning Message index in PWS tab

 
amfCommNonUeN2InfoUnsubscribeResp

926

AMF

CBCF

 

204|400|429|500|503

  amfSutIndex, integer, 1 to maximum AMF sut in the SUT configuration

subscribeIndex: integer, 1 to maximum subscribe message index in PWS tab

warningMsgIndex, integer 1 to maximum Warning Message index in PWS tab

 
amfCommNonUeN2InfoNtfReq

929

AMF

CBCF

 

 

 

amfSutIndex, integer, 1 to maximum AMF sut in the SUT configuration

subscribeIndex: integer, 1 to maximum subscribe message index in PWS tab

 
amfCommNonUeN2InfoNtfResp

930

CBCF

AMF

 

204|400|411|413|415|429

|500|503

 

amfSutIndex, integer, 1 to maximum AMF sut in the SUT configuration

subscribeIndex: integer, 1 to maximum subscribe message index in PWS tab

 
amfCommEbiAssignmentReq

931

AMF

SMF

 

 

     
amfCommEbiAssignmentResp

932

SMF

AMF

 

status: 204|400|500

additional status code:

401|403|404|409|411|413|415|

429|503|504|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
amfLocProvidePosReq

981

AMF

LMF/GMLC

 

 

     
amfLocProvidePosResp

982

AMF

GMLC

 

status: 204|400|503

additional status code:

401|403|404|409|411|413|415|

429|503|504|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

AUSF

ausfUEAuthReq

101

AMF

AUSF

Source 

Target

 

 

 

 

ausfUEAuthResp

102

AUSF

AMF

Source 

Target

status: | 201 | 400  |403 | 500 |

additional status code: 404 | 411 | 413 | 415 | 429 | | 501 | 503|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

ausf5gAkaConfirm

103

AMF

AUSF

Source 

Target

 

 

 

 

ausf5gAkaConfirmResp

104

AUSF

AMF

Source 

Target

status: | 201 | 400  |403 | 500 |

additional status code: 404 | 411 | 413 | 415 | 429 | | 501 | 503|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

ausfAuthResultRemovalReq 107 AMF AUSF

Source 

Target

       
ausfAuthResultRemovalResp 108 AUSF AMF

Source 

Target

status: | 201 | 400  |403 | 500 | 503 |  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
ausfRgAuthReq  109 AMF AUSF

Source 

Target

       
ausfRgAuthResp 110 AUSF AMF

Source 

Target

status: | 201 | 400  | 401 | 403 | 500 |

additional status code: 404 | 411 | 413 | 415 | 429 | | 501 | 503|

     

PCF

pcfSMPolicyControlCreateReq

201

SMF

PCF

 

 

 

mandatory:

pduSession: 1 to 11

 

pcfSMPolicyControlCreateResp

202

PCF

SMF

 

201|308|400|429|500|503

 

additional status codes: | 201 | 308 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

Double click and enter the necessary data.

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Added "Optional IEs" argument. It's Tcl name is "incOptIEs". It is a multiple selection array type.

The list of possible values are shown below (default options shown). This argument allows all selections to be removed.

When the array is empty, the Tcl value will contain one empty string entry in the value field. {"incOptIEs" "array" ""}

Options : sessRules, pccRules, pcscfRestIndication, qosDecs, chgDecs, chargingInfo, traffContDecs, umDecs, qosChars, reflectiveQoSTimer, conds, revalidationTime, offline, online, policyCtrlReqTriggers, lastReqRuleData, lastReqUsageData, praInfos, ipv4Index, ipv6Index, qosFlowUsage, suppFeat, qosMonDecs, relCause, tsnBridgeManCont,

tsnPortManContDstt, tsnPortManContNwtts

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

Note : Select "UE Presence in PRA" or "UE Presence Info Null".

variable SbiMsgCmdBodyParameter_4_1 { "PRA_CH" "bool" "true" }

variable SbiMsgCmdBodyParameter_4_2 { "presenceInfoId" "array" "1" "2" }

variable SbiMsgCmdBodyParameter_4_3 { "presenceInfoNull" "array" "false" "false" }

variable SbiMsgCmdBodyParameter_5_1 { "uePresenceInfoNullEn" "bool" "true" }

 

pcfSMPolicyControlUpdateNotifyReq

203

PCF

SMF

 

 

 

Double click and enter the necessary data.

Note : Select "UE Presence in PRA" or "UE Presence Info Null" or UE Presence Info Updated"

variable SbiMsgCmdBodyParameter_4_1 { "PRA_CH" "bool" "true" }

variable SbiMsgCmdBodyParameter_4_2 { "presenceInfoId" "array" "1" "2" }

variable SbiMsgCmdBodyParameter_4_3 { "presenceInfoNull" "array" "false" "false" }

variable SbiMsgCmdBodyParameter_5_1 { "uePresenceInfoNullEn" "bool" "true" }

variable SbiMsgCmdBodyParameter_5_1 { "uePresenceInfoUpdatedEn" "bool" "true" }

Note: At least one argument besides Patch must be selected

 

pcfSMPolicyControlUpdateNotifyResp

204

SMF

PCF

 

204|400|404

additional status codes: | 204 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

pcfSMPolicyControlUpdateNotifyDeleteReq

205

PCF

SMF

 

 

 

Mandatory

{"terminationCause" "integer" 0-2}

0:UNSPECIFIED

1: UE_SUBSCRIPTION

2: INSUFFICIENT_RES

 

pcfSMPolicyControlUpdateNotifyDeleteResp

206

SMF

PCF

 

204|400|404

additional status codes: | 204 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

pcfSMPolicyControlUpdateReq

207

SMF

PCF

 

 

 

Double click and enter the necessary data.

New Parameter : Pcc Rule Install Result 

0: success

1:UNK_RULE_ID
2:RA_GR_ERR
3:SER_ID_ERR
4:NF_MAL
5:RES_LIM
6:MAX_NR_QoS_FLOW
7:MISS_FLOW_INFO
8:RES_ALLO_FAIL
9:UNSUCC_QOS_VAL
10:INCOR_FLOW_INFO
11:PS_TO_CS_HAN
12:APP_ID_ERR
13:NO_QOS_FLOW_BOUND
14:FILTER_RES
15:MISS_REDI_SER_ADDR
16:CM_END_USER_SER_DENIED
17:CM_CREDIT_CON_NOT_APP
18:CM_AUTH_REJ
19:CM_USER_UNK
20:CM_RAT_FAILED
21:UE_STA_SUSP

 

Editable when "UE Presence in PRA" is checked.

 SbiMsgCmdBodyParameter_3_1 { "PRA_CH" "bool" "true" }

    variable SbiMsgCmdBodyParameter_3_2 { "presenceInfoId" "array" "1" "2" }

    variable SbiMsgCmdBodyParameter_3_3 { "presenceStatus" "array" "0" "0" }

    variable SbiMsgCmdBodyParameter_3_4 { "taiListEn" "array" "true" "false" }

    variable SbiMsgCmdBodyParameter_3_5 { "taiStartIndex" "array" "1" "1" }

    variable SbiMsgCmdBodyParameter_3_6 { "taiEndIndex" "array" "1" "2" }

 

Note: If UE presence in PRA is enabled, you must include at last one List type. e.g. TAI or NCGI, etc

Note: At least one argument besides Patch must be selected

pcfSMPolicyControlUpdateResp

208

PCF

SMF

 

200|400|429|500|503

additional status codes: | 200 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

Double click and enter the necessary data.

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Note : Select "UE Presence in PRA" or "UE Presence Info Null" or UE Presence Info Updated"

variable SbiMsgCmdBodyParameter_4_1 { "PRA_CH" "bool" "true" }

variable SbiMsgCmdBodyParameter_4_2 { "presenceInfoId" "array" "1" "2" }

variable SbiMsgCmdBodyParameter_4_3 { "presenceInfoNull" "array" "false" "false" }

variable SbiMsgCmdBodyParameter_5_1 { "uePresenceInfoNullEn" "bool" "true" }

variable SbiMsgCmdBodyParameter_5_1 { "uePresenceInfoUpdatedEn" "bool" "true" }

 

Note: When "Actions when receiving accumulated usage report" and "Continue Monitoring" is selected, the  items below can be edited:

Note: At least one argument besides Patch must be selected

 

pcfSMPolicyControlDeleteReq

209

SMF

PCF

 

 

 

 

 

pcfSMPolicyControlDeleteResp

210

PCF

SMF

 

204|400|429|500|503

additional status codes: | 204 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

pcfSMPolicyControlGetReq

211

SMF

PCF

 

 

 

 

 

pcfSMPolicyControlGetResp

212

PCF

SMF

 

200|400|429|500|503

additional status codes: | 200 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

Note: At least one argument besides Patch must be selected

 

pcfAMPolicyControlCreateReq

301

AMF

PCF

 

 

 

 

 

pcfAMPolicyControlCreateResp

302

PCF

AMF

 

status codes:201|400|500

additional status codes :

|401|403|404|411|413| 415|429|503|504

 

Double click and enter the necessary data.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Note: At least one argument besides Patch must be selected

Click here to see list of status codes and Application Error

pcfAMPolicyControlUpdateReq

303

AMF

PCF

 

 

 

Double click and enter the necessary data.

Note: At least one argument besides Patch must be selected

 

pcfAMPolicyControlUpdateResp

304

PCF

SMF

 

status codes:201|307|308|400|500

additional status codes :

|401|403|404|411|413| 415|429|503|504

 

Double click and enter the necessary data.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Note: At least one argument besides Patch must be selected

Click here to see list of status codes and Application Error

pcfAMPolicyControlUpdateNotifyReq

305

PCF

AMF

 

 

 

Double click and enter the necessary data.

Note: At least one argument besides Patch must be selected

 

pcfAMPolicyControlUpdateNotifyResp

306

AMF

PCF

 

status codes:

204|307|308|400|404|500

additional status codes :

|401|403|404|411|

413|415|429|503|504

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

pcfAMPolicyControlUpdateNotifyDeleteReq

307

PCF

AMF

 

 

 

Double click and enter the necessary data.

 

pcfAMPolicyControlUpdateNotifyDeleteResp

308

AMF

PCF

 

status codes:

204|307|308|400|404|500

additional status codes :

|401|403|404|411|

413|415|429|503|504

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

pcfAMPolicyControlDeleteReq

309

AMF

PCF

 

 

 

 

 

pcfAMPolicyControlDeleteResp

310

AMF

PCF

 

status codes:204|307|308|400|500

additional status codes :

|401|403|404|411|

413|415|429|503|504

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

pcfAMPolicyControlGetReq

311

AMF

PCF

 

 

 

 

 

pcfAMPolicyControlGetResp

312

PCF

AMF

 

status codes:200|307|308|400|500

additional status codes :

|401|403|404|406|411|

413|415|429|503|504

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

pcfAFPolicyAuthorCreateReq

501

AF, NEF

PCF

 

 

 

Required : Double click and enter the necessary data.

When From NEF (N30) is checked, the pduSession is mandatory for this request to the BSF. The  value of pduSession refers to the Number of PDU Sessions SMF-PCF.

IP Type - The selected ip type must be checked in SMF-PCF tab for this PDU Session Type. If Support Multiple Addr Type Af Authorization is enabled, the IP Type must be selected in the PCF SB Node side.

Event Subscription - Event Subscription (AF-PCF - Af To Pcf NF Consumer)

MCD List - The digital value in the array shall be the less than Number of MCDs in the NEF-PCF tab. 

Enable to add ASP ID - Application Service Provider ID - Default :asp1 . 

Enable to add Patch. Select Patch Source : AF-PCF to select the Patches that are available to Apply.

Added support for AF-PCF (From AF (N5))

 

pcfAFPolicyAuthorCreateResp

502

PCF

AF, NEF  

201|303| 400| 403|404| 429 | 500 | 503

additional status codes: | 201 | 303 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

Required : Double click and enter the necessary data.

When From NEF (N30) is checked, the pduSession is mandatory for this request to the BSF. The  value of pduSession refers to the Number of PDU Sessions SMF-PCF.

If Support Multiple Addr Type Af Authorization is enabled, the IP Type must be selected in the PCF SB Node side.

Added support for AF-PCF (From AF (N5))

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

pcfAFPolicyAuthorGetReq

503

AF, NEF

PCF

 

 

 

When From NEF (N30) is checked, the pduSession is mandatory for this request to the BSF. The  value of pduSession refers to the Number of PDU Sessions SMF-PCF.

If Support Multiple Addr Type Af Authorization is enabled, the IP Type must be selected in the PCF SB Node side.

 

pcfAFPolicyAuthorGetResp

504

PCF

AF, NEF  

200|307|308|400|404|429|500|503

additional status codes: | 200 | 307 | 308 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

Required : Double click and enter the necessary data.

When From NEF (N30) is checked, the pduSession is mandatory for this request to the BSF. The  value of pduSession refers to the Number of PDU Sessions SMF-PCF.

If Support Multiple Addr Type Af Authorization is enabled, the IP Type must be selected in the PCF SB Node side.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

pcfAFPolicyAuthorUpdateReq

505

AF, NEF

PCF

 

 

 

When From NEF (N30) is checked, the pduSession is mandatory for this request to the BSF. The  value of pduSession refers to the Number of PDU Sessions SMF-PCF.

If Support Multiple Addr Type Af Authorization is enabled, the IP Type must be selected in the PCF SB Node side.

Event Subscription - Event Subscription (AF-PCF - Af To Pcf NF Consumer)

The digital value in the array shall be the less than Number of MCDs in the NEF-PCF tab.  

The MCD index in the pcfAFPoliclyAuthorCreateReq is also included in it. Otherwise, it will be treated as the deleted MCD.

Enable to add ASP ID - Application Service Provider ID - Default :asp1 

 

pcfAFPolicyAuthorUpdateResp

506

PCF

AF, NEF  

200|204|307|308|400|429|500|503

additional status codes: | 200 | 204 | 307 | 308 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

Required : Double click and enter the necessary data.

When From NEF (N30) is checked, the pduSession is mandatory for this request to the BSF. The  value of pduSession refers to the Number of PDU Sessions SMF-PCF.

If Support Multiple Addr Type Af Authorization is enabled, the IP Type must be selected in the PCF SB Node side.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

pcfAFPolicyAuthorDeleteReq

507

AF, NEF

PCF

 

 

 

When From NEF (N30) is checked, the pduSession is mandatory for this request to the BSF. The  value of pduSession refers to the Number of PDU Sessions SMF-PCF.

If Support Multiple Addr Type Af Authorization is enabled, the IP Type must be selected in the PCF SB Node side.

 

pcfAFPolicyAuthorDeleteResp

508

PCF

AF, NEF  

200|204|307|308|400|429|500|503

additional status codes: | 200 | 204 | 307 | 308 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

Optional : Double click and enter the necessary data.

When From NEF (N30) is checked, the pduSession is mandatory for this request to the BSF. The  value of pduSession refers to the Number of PDU Sessions SMF-PCF.

If Support Multiple Addr Type Af Authorization is enabled, the IP Type must be selected in the PCF SB Node side.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

pcfAFPolicyAuthorNotifyReq

509

PCF

AF, NEF

 

 

 

Required: eventFlowTable

Optional : Double click and enter the necessary data.

When From NEF (N30) is checked, the pduSession is mandatory for this request to the BSF. The  value of pduSession refers to the Number of PDU Sessions SMF-PCF.

If Support Multiple Addr Type Af Authorization is enabled, the IP Type must be selected in the PCF SB Node side.

 

pcfAFPolicyAuthorNotifyResp

510

AF, NEF

PCF

 

204|307|308|400|

additional status codes: | 204 | 307 | 308 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

When From NEF (N30) is checked, the pduSession is mandatory for this request to the BSF. The  value of pduSession refers to the Number of PDU Sessions SMF-PCF.

If Support Multiple Addr Type Af Authorization is enabled, the IP Type must be selected in the PCF SB Node side.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

pcfAFPolicyAuthorNotifyTermReq

511

PCF

AF, NEF  

 

 

When From NEF (N30) is checked, the pduSession is mandatory for this request to the BSF. The  value of pduSession refers to the Number of PDU Sessions SMF-PCF.

 

pcfAFPolicyAuthorNotifyTermResp

512

AF, NEF

PCF

 

204|307|308|400|

additional status codes: | 204 | 307 | 308 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

When From NEF (N30) is checked, the pduSession is mandatory for this request to the BSF. The  value of pduSession refers to the Number of PDU Sessions SMF-PCF.

If Support Multiple Addr Type Af Authorization is enabled, the IP Type must be selected in the PCF SB Node side.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

pcfAFPolicyAuthorSubscribeReq

513

AF, NEF

PCF

 

 

 

Optional : pduSession, IP Type and Event Subscription (AF-PCF - Af To Pcf NF Consumer)

 

pcfAFPolicyAuthorSubscribeResp

514

PCF

AF, NEF  

200|201|204|307|308|400|429|500|503

 

additional status codes: | 200 | 201 | 204 |307 | 308 |  400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

Required : Double click and enter the necessary data.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

pcfAFPolicyAuthorUnsubscribeReq

515

AF, NEF

PCF

 

 

 

 

 

pcfAFPolicyAuthorUnsubscribeResp

516

PCF

AF, NEF  

204|307| 308|400|403|404|429|500|503

additional status codes: | 204 |307 | 308 |  400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504 |

 

Required : Double click and enter the necessary data.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

pcfEventExposureNotifyReq 517 PCF NEF          
pcfEventExposureNotifyResp 518 NEF PCF   status codes: | 204 |307 | 308 |  400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 503 | 504 |      

pcfUEPolicyControlCreateReq

801

AMF/PCF

PCF

     

Optional:

{“pti” “integer” 1-254}
 

pcfUEPolicyControlCreateResp

802

PCF

AMF/PCF

 

status codes:201|400|500

additional status codes :

|403|404|411|429|503|504

 

Optional:

Add the UE Policy and its type is bool and a new optional pti parameter under it.  the pti is enabled if the UE Policy is checked, the pti value ranges from 1 to 254. 

 

Updated UE Policy

{“updated_ue_policy” bool true | false}

 

UE Policy Section Management List

{“ue_pol_list” array 1, 2,.., Max number of Ue Policy  Section

Management Sublist in AMF(N15)/V-PCF(N24)}

 

==============

Add the UE Presence in PRA {“PRA_CH”  “bool” true|false}.

If it’s checked, Presence Info  ID should be set. {“presenceInfoId” “array” “id1” “id2”.. “idn”} 

The maximum array length is the Presence Information Number in the AMF-PCF tab.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Note: At least one argument besides Patch must be selected

Click here to see list of status codes and Application Error

pcfUEPolicyControlUpdateReq

803

AMF/PCF

PCF

     

Optional:

 

If PRA_CH is true, below controls are enabled.

{“presenceInfoId” “array” “id1” “id2”.. “idn”}

 

The maximum array length is the Presence Information Number in the AMF-PCF tab.

 

{“presenceStatus”, “array”  0 1 .. }

the array length should same as id length. presenceStatus has below value.

 

0:IN_AREA             1:OUT_OF_AREA            2: UNKNOWN            

3: INACTIVE

 

{“uePolicy” “bool” true}

If UE_POLICY is true, below parameters are enabled

{“uePolDelRelIndex” “interger” 0-1}

{“uePolDelRelSuccess” “bool” true}

Only one of them can be checked.

Lcation Change {“LOC_CH” “bool” true }

Note: At least one argument besides Patch must be selected

 

pcfUEPolicyControlUpdateResp

804

PCF

AMF/PCF

 

status codes:200|307|308|400|500

additional status codes:

|401|403|404|411|

413|415|429|503|504

 

Optional:

{“triggernull” “bool” true|false}

If triggernull is checked, the Location Change and

UE Presence in PRA are disabled.

=================

set the UE Policy to bool.  {“uePolicy” “bool” true}

Add a new optional “pti” parameter after it. the pti value ranges from 1 to 254. 

 

Updated UE Policy

{“updated_ue_policy” bool true | false}

 

UE Policy Section Management List

{“ue_pol_list” array 1, 2,.., Max number of Ue Policy  Section Management Sublist in AMF(N15)/V-PCF(N24)}

===============

If PRA_CH is true, below control is enabled.

{“presenceInfoId” “array” “id1” “id2”.. “idn”}  should be set

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Note: At least one argument besides Patch must be selected

Click here to see list of status codes and Application Error

pcfUEPolicyControlUpdateNotifyReq

805

PCF

AMF/PCF

     

Optional:

{“triggernull” “bool” true|false}

If triggernull is checked, the Location Change and

UE Presence in PRA are disabled.

=================

set the UE Policy to bool.  {“uePolicy” “bool” true}

Add a new optional “pti” parameter after it. the pti value ranges from 1 to 254. 

Updated UE Policy

{“updated_ue_policy” bool true | false}

 

UE Policy Section Management List

{“ue_pol_list” array 1, 2,.., Max number of Ue Policy  Section Management Sublist in AMF(N15)/V-PCF(N24)}

===============

If PRA_CH is true, below control is enabled.

{“presenceInfoId” “array” “id1” “id2”.. “idn”}  should be set

Note: At least one argument besides Patch must be selected

 

pcfUEPolicyControlUpdateNotifyResp

806

AMF/PCF

PCF

 

status code:

204|307|308|400|500

additional status codes: 401| |403|404|411|413|415|

429|503|504

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

pcfUEPolicyControlUpdateNotifyDeleteReq

807

PCF

AMF/PCF

     

Mandatory

{“terminationCause” “interger” 0-2}

0:UNSPECIFIED

1:UE_SUBSCRIPTION

2:INSUFFICIENT_RES
 

pcfUEPolicyControlUpdateNotifyDeleteResp

808

AMF/PCF

PCF

 

status code:

204|307|308|400|500

additional status codes: 401| |403|404|411|413|415|

429|503|504

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

pcfUEPolicyControlDeleteReq

809

AMF/PCF

PCF

         

pcfUEPolicyControlDeleteResp

810

AMF/PCF

PCF

 

status code:

204|307|308|400|500

additional status codes:

|401|403|404|411|

413|415|429|503|504

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Click here to see list of status codes and Application Error

pcfUEPolicyControlGetReq

811

AMF/PCF

PCF

         

pcfUEPolicyControlGetResp

812

PCF

AMF/PCF

 

status code:

200|307|308|400|500

additional status codes: 401|403|404|406| |411|413|415|429||503|504

 

Optional:

Add the UE Policy and its type is bool and a new optional pti parameter under it.  the pti is enabled if the UE Policy is checked, the pti value ranges from 1 to 254. 

==============

Add the UE Presence in PRA {“PRA_CH”  “bool” true|false}.

If it’s checked, Presence Info  ID should be set. {“presenceInfoId” “array” “id1” “id2”.. “idn”} 

The maximum array length is the Presence Information Number in the AMF-PCF tab.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Note: At least one argument besides Patch must be selected

Click here to see list of status codes and Application Error

Nlmf

LmfDetermineLocReq

1101

AMF

LMF

     

 

 

LmfDetermineLocResp

1102

LMF

AMF

 

200 | 400 | 500

     

Neir, AMF-5G-EIR

equipmentidentityCheckGetReq 1301 AMF EIR_5G     inc-gpsi, inc-supi    
equipmentidentityCheckGetResp 1302 EIR_5G AMF   200 | 400  | 401 | 404 | 414 | 429 | 500 | 503      
                 

AMF-SMSF

                 

SMServiceActivateReq

701

AMF

SMSF

         

SMServiceActivateResp

702

SMSF

AMF

 

201 | 204 | 400 | 401 |403 |404 | 411 | 413 | 415| 419 | 429 | 500 | 503 |

 

 

 
SMServiceDeactivateReq 703 AMF SMSF          

SMServiceDeactivateResp

704

SMSF

AMF

 

204 | 400 | 401 |403 | 404 | 429| 500 | 503 |

 

 

 

 

 

 

 

 

 

 

 

 

SMF-SMF

smfPDUSessionCreateReq 5111 SMF SMF       Select PDU Session.  
smfPDUSessionCreateResp 5112 SMF  SMF   201 | 307 | 308 | 400 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 503 | 504  

Select PDU Session.

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 
smfPDUSessionHsmfUpdateReq 5113 SMF SMF       Select PDU Session.  
smfPDUSessionHsmfUpdateResp 5114 SMF SMF   200 | 204 | 307 | 308 | 400 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 503  

Select PDU Session.

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 
smfPDUSessionReleaseReq 5115 SMF SMF       Select PDU Session.  
smfPDUSessionReleaseResp 5116 SMF SMF   200 | 204 | 307 | 308 | 400 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 503  

Select PDU Session.

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 
smfPDUSessionStatusNtfReq 5117 SMF SMF       Select PDU Session.  
smfPDUSessionStatusNtfResp 5118 SMF SMF   204 | 307 | 308 | 400 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 503  

Select PDU Session.

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 
smfPDUSessionRetrieveReq 5161 SMF SMF       Select PDU Session.  
smfPDUSessionRetrieveResp 5162 SMF SMF   200 | 307 | 308 | 400 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 503 | 504  

Select PDU Session.

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 
smfPDUSessionTransferMoDataReq 5163 SMF SMF       Select PDU Session.  
smfPDUSessionTransferMoDataResp 5164 SMF SMF   204 | 307 | 308 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 503  

Select PDU Session.

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 
smfPDUSessionVsmfUpdateReq 5165 SMF SMF       Select PDU Session.  
smfPDUSessionVsmfUpdateResp 5166 SMF SMF   200 | 204 | 307 | 308 | 400 | 403 | 404 | 409 | 411 | 413 | 415 | 429 | 500 | 503 | 504  

Select PDU Session.

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 
smfPDUSessionTransferMtDataReq 5167 SMF SMF       Select PDU Session.  
smfPDUSessionTransferMtDataResp 5168 SMF SMF   204 | 307 | 308 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 503 | 504  

Select PDU Session.

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 
smfNiddPduSessionsDeliverReq  5201 NEF SMF       Select PDU Session.  
smfNiddPduSessionsDeliverResp 5202 SMF NEF   204 | 307 | 308 | 400 | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 503 | 504   Select PDU Session.  
                 

Nnssf

networkSliceInfoGetReq

401

AMF

NSSF

    request-type, home-plmn-id (MCC, MNC), supported-features

Note: when Nnssf Version > 15.2.0, request-type "For UE Configuration Update" is available  

 

networkSliceInfoGetResp

402

NSSF

AMF

 

200 | 400 | 401 | 403 | 404 | 406 | 414 | 429 | 500 | 503 |

     

Nudr (SLF)

getNFGroupIdReq

10301

NRF

SLF

    subscriber-id, nf-type

Note: when Nnssf Version > 15.2.0, request-type "For UE Configuration Update" is available  

 

getNFGroupIdResp

10302

SLF

NRF

 

200 | 400 | 404 | 429 | 503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

Nnef /NnefNb (AF-NEF)

nefChargeablePartyGetAllReq 10401 AF NEF          
nefChargeablePartyGetAllResp 10402 NEF AF   200, 400, 401, 403, 404, 406, 429, 500, 503      
nefChargeablePartyCreateReq 10403 AF NEF       pduSession  
nefChargeablePartyCreateResp 10404 NEF AF   201, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503      
nefChargeablePartyGetReq 10405 AF NEF       pduSession  
nefChargeablePartyGetResp 10406 NEF AF   200, 400, 401, 403, 404, 406, 429, 500, 503      
nefChargeablePartyUpdateReq 10407 AF NEF       pduSession, updateBy (Original, Update)  
nefChargeablePartyUpdateResp 10408 NEF AF   200, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503      
nefChargeablePartyDeleteReq 10409 AF NEF       pduSession  
nefChargeablePartyDeleteResp 10410 NEF AF   200, 400, 401, 403, 404, 429, 500, 503      
nefChargeablePartyNotifyReq 10411 NEF AF       pduSession  
nefChargeablePartyNotifyResp 10412 AF NEF   200, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503   pduSession  
nefFetchPfdsCollectionReq 10501 SMF NEF    

supported-features, appIdNum, appIdName

Note : the Application ID value is in the Application ID list in the NF Consumer tab

   
nefFetchPfdsCollectionResp 10502 NEF SMF   200, 400, 401, 403, 404, 406, 414,  429, 500, 503      
nefFetchPfdsIndividualReq 10503 SMF NEF    

supported-features, appIdNum, appIdName

Note : the Application ID value is in the Application ID list in the NF Consumer tab

   
nefFetchPfdsIndividualResp 10504 NEF SMF   200, 400, 401, 403, 404, 406, 414,  429, 500, 503,504      
nefPfdManageSubReq 10505 SMF NEF      

Supported-features, subscribeIndex

 
nefPfdManageSubResp 10506 NEF SMF   201, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503      
nefPfdManageUpdSubReq 10507 SMF NEF       supported-features, subscribeIndex  
nefPfdManageUpdSubResp 10508 NEF SMF   200, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503      
nefPfdManageUnsubReq 10509 SMF NEF       subscribeIndex  
nefPfdManageUnsubResp 10510 NEF SMF   204, 400, 401, 403, 404, 429, 500, 503,504      
nefPfdManageNotifyReq 10511 NEF SMF          
nefPfdManageNotifyResp 10512 SMF NEF   200,204, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503   supported-features, subscribeIndex, application Id,

Application Ids, Problem Details

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Note: At least one argument besides Patch must be selected

Click here to see list of status codes and Application Error
nefPfdMgmtTranGetReq 10601 AF NEF          
nefPfdMgmtTranGetResp 10602 NEF AF   200,400,401,403,404,429,500,503,406      
nefPfdMgmtTranPostReq 10603 AF NEF       PFD Management Index {"pfdmIndex"}  
nefPfdMgmtTranPostResp 10604 NEF AF   201,400,401,403,404,429,500,503,411,413,415      
nefPfdMgmtTranDeleteReq 10605 AF NEF          
nefPfdMgmtTranDeleteResp 10606 NEF AF   204,400,401,403,404,429,500,503      
nefPfdMgmtIndTranGetReq 10607 AF NEF       PFD Management Index {"pfdmIndex"}  
nefPfdMgmtIndTranGetResp 10608 NEF AF   200,400,401,403,404,429,500,503,406      
nefPfdMgmtIndTranPutReq 10609 AF NEF       PFD Management Index {"pfdmIndex"}, updateBy - options : Original, Update  
nefPfdMgmtIndTranPutResp 10610 NEF AF   200,400,401,403,404,429,500,503,411,413,415      
nefPfdMgmtIndTranDeleteReq 10611 AF NEF          
nefPfdMgmtIndTranDeleteResp 10612 NEF AF   204,400,401,403,404,429,500,503      
nefPfdMgmtIndTranApplGetReq 10613 AF NEF       PFD Management Index {"pfdmIndex"}, updateBy - options : Original, Update, External App Index  
nefPfdMgmtIndTranApplGetResp 10614 NEF AF   200,400,401,403,404,429,500,503,406      
nefPfdMgmtIndTranApplPutReq 10615 AF NEF       PFD Management Index {"pfdmIndex"}, updateBy - options : Original, Update, External App Index, External Update by  
nefPfdMgmtIndTranApplPutResp 10616 NEF AF   200,400,401,403,404,429,500,503,411,413,415      
nefPfdMgmtIndTranApplPatchReq 10617 AF NEF       PFD Management Index {"pfdmIndex"}, updateBy - options : Original, Update, External App Index, External Update by  
nefPfdMgmtIndTranApplPatchResp 10618 NEF AF   200,400,401,403,404,429,500,503,411,413,415      
nefPfdMgmtIndTranApplDeleteReq 10619 AF NEF       PFD Management Index {"pfdmIndex"}, updateBy - options : Original, Update, External App Index  
nefPfdMgmtIndTranApplDeleteResp 10620 NEF AF   204,400,401,403,404,429,500,503      
nefPfdMgmtTranNtfPostReq 10621 NEF AF          
nefPfdMgmtTranNtfPostResp 10622 AF NEF   204,400,401,403,404,429,500,503,411,413,415      
nefNiddConfigurationCreateReq 10701 AF NEF       NIDD Config index (cfgInd), Downlink Transfer Index (dlTransInd), updateBy (Original = 0, Update = 1)  
nefNiddConfigurationCreateResp 10702 NEF AF   201, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503      
nefNiddConfigurationsGetAllReq 10703 AF NEF          
nefNiddConfigurationsGetAllResp 10704 NEF AF   200, 400, 401, 403, 404, 406, 429, 500, 503      
nefIndividualNiddConfigurationGetReq 10705 AF NEF       NIDD Config index (cfgInd), Downlink Transfer Index (dlTransInd)  
nefIndividualNiddConfigurationGetResp 10706 NEF AF   200, 400, 401, 403, 404, 406, 429, 500, 503      
nefIndividualNiddConfigurationModifyReq 10707 AF NEF       NIDD Config index (cfgInd), Downlink Transfer Index (dlTransInd), updateBy (Original = 0, Update = 1)  
nefIndividualNiddConfigurationModifyResp 10708 NEF AF   200, 400, 401, 403, 404, 4011, 415, 429, 500, 503      
nefIndividualNiddConfigurationDeleteReq 10709 AF NEF       NIDD Config index (cfgInd)  
nefIndividualNiddConfigurationDeleteResp 10710 NEF AF   200, 204, 400, 401, 403, 404, 429, 500, 503      
nefNiddDownlinkDataDeliveriesGetAllReq 10711 AF NEF       NIDD Config index (cfgInd), Downlink Transfer Index (dlTransInd)  
nefNiddDownlinkDataDeliveriesGetAllResp 10712 NEF AF   200, 400, 401, 403, 404, 406, 429, 500, 503      
nefNiddDownlinkDataDeliveryCreateReq 10713 AF NEF       NIDD Config index (cfgInd), Downlink Transfer Index (dlTransInd), updateBy (Original = 0, Update = 1)  
nefNiddDownlinkDataDeliveryCreateResp 10714 NEF AF   200, 201, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503      
nefIndividualNiddDownlinkDataDeliveryGetReq 10715 AF NEF       NIDD Config index (cfgInd), Downlink Transfer Index (dlTransInd),  updateBy (Original = 0, Update = 1)  
nefIndividualNiddDownlinkDataDeliveryGetResp 10716 NEF AF   200, 400, 401, 403, 404, 406, 429, 500, 503      
nefIndividualNiddDownlinkDataDeliveryReplaceReq 10717 AF NEF       NIDD Config index (cfgInd), Downlink Transfer Index (dlTransInd), updateBy (Original = 0, Update = 1)  
nefIndividualNiddDownlinkDataDeliveryReplaceResp 10718 NEF AF   200, 400, 401, 403, 404, 409, 429, 500, 503      
nefIndividualNiddDownlinkDataDeliveryDeleteReq 10719 AF NEF       NIDD Config index (cfgInd), Downlink Transfer Index (dlTransInd), updateBy (Original = 0, Update = 1)  
nefIndividualNiddDownlinkDataDeliveryDeleteResp 10720 NEF AF   204, 400, 401, 403, 404, 409, 429, 500, 503      
nefNiddConfigurationUpdateNotifyReq 10721 NEF AF       NIDD Config Index  
nefNiddConfigurationUpdateNotifyResp 10722 AF NEF   200, 204, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503   NIDD Config Index, When Status Code = 200, Enter NIDD Details ( niddDetails)  
nefNiddDownlinkDataDeliveryStatusNotifyReq 10723 NEF AF       NIDD Config Index  
nefNiddDownlinkDataDeliveryStatusNotifyResp 10724 AF NEF   200, 204, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503   NIDD Config Index, When Status Code = 200, Enter NIDD Details ( niddDetails)  
nefNiddUplinkDataNotifyReq 10725 NEF AF       NIDD Config Index  
nefNiddUplinkDataNotifyResp 10726 AF NEF   200, 204, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503   NIDD Config Index, When Status Code = 200, Enter NIDD Details ( niddDetails)  
nefNiddManagePortConfigurationsGetAllReq 10727 AF NEF       NIDD Config index (cfgInd)  
nefNiddManagePortConfigurationsGetAllResp 10728 NEF AF   200, 400, 401, 403, 404, 406, 429, 500, 503      
nefIndividualNiddManagePortConfigurationGetReq 10729 AF NEF       NIDD Config index (cfgInd), Manage Port Index (mngPortInd)  
nefIndividualNiddManagePortConfigurationGetResp 10730 NEF AF   200, 400, 401, 403, 404, 406, 429, 500, 503      
nefNiddManagePortConfigurationCreateReq 10731 AF NEF       NIDD Config index (cfgInd), Manage Port Index (mngPortInd)  
nefNiddManagePortConfigurationCreateResp 10732 NEF AF   200, 202, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503      
nefIndividualNiddManagePortConfigurationDeleteReq 10733 AF NEF       NIDD Config index (cfgInd), Manage Port Index (mngPortInd)  
nefIndividualNiddManagePortConfigurationDeleteResp 10734 NEF AF   200, 202, 400, 401, 403, 404, 429, 500, 503      
nefNiddManagePortNotifyReq 10735 NEF AF          
nefNiddManagePortNotifyResp 10736 AF NEF   200, 204, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503   When Status Code = 200, Enter NIDD Details ( niddDetails)  
nefNiddConfigTriggerNotifyReq 10737 NEF AF       NIDD Config Index   
nefNiddConfigTriggerNotifyResp 10738 AF NEF   200, 307, 308, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503   NIDD Config Index, When Status Code = 200, Enter NIDD Details ( niddDetails)  
nefDeviceTriggerGetAllReq 10801 AF NEF          
nefDeviceTriggerGetAllResp 10802 NEF AF   200, 400, 401, 403, 404, 406, 429, 500, 503      
nefDeviceTriggerCreateReq 10803 AF NEF       Device Trigger Index, External ID (ExtId), bool, optional, when "External ID" is enabled  
nefDeviceTriggerCreateResp 10804 NEF AF   201, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503      
nefDeviceTriggerGetReq 10805 AF NEF          
nefDeviceTriggerGetResp 10806 NEF AF   200, 400, 401, 403, 404, 406, 429, 500, 503      
nefDeviceTriggerUpdateReq 10807 AF NEF       Device Trigger Index, External ID (ExtId), bool, optional, when "External ID" is enabled  
nefDeviceTriggerUpdateResp 10808 NEF AF   200, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503      
nefDeviceTriggerDeleteReq 10809 AF NEF          
nefDeviceTriggerDeleteResp 10810 NEF AF   200, 204, 400, 401, 403, 404, 429, 500, 503      
nefDeviceTriggerNotifyReq 10811 NEF AF          
nefDeviceTriggerNotifyResp 10812 AF NEF   200, 204, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503      
nefPpCpInfoGetAllReq 10901 AF NEF          
nefPpCpInfoGetAllResp 10902 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpInfoPostReq 10903 AF  NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpInfoPostResp 10904 NEF AF   201, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpIndivInfoGetReq 10905 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpIndivInfoGetResp 10906 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpIndivInfoPutReq 10907 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpIndivInfoPutResp 10908 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpIndivInfoDeleteReq 10909 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpIndivInfoDeleteResp 10910 NEF AF   204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpIndivInfoIndivCPSetGetReq 10911 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpIndivInfoIndivCPSetGetResp 10912 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpIndivInfoIndivCPSetPutReq 10913 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpIndivInfoIndivCPSetPutResp 10914 NEF AF   200, 400, 403, 404, 409, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpIndivInfoIndivCPSetDeleteReq 10915 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpIndivInfoIndivCPSetDeleteResp 10916 NEF AF   204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpInfoGrpPostReq 10923 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpInfoGrpPostResp 10924 NEF AF   201, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpIndivInfoGrpGetReq 10925 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpIndivInfoGrpGetResp 10926 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpIndivInfoGrpPutReq 10927 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpIndivInfoGrPutResp 10928 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpIndivInfoGrpDeleteReq 10929 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpIndivInfoGrDeleteResp 10930 NEF AF   204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpIndivInfoIndivCPSetGrpGetReq 10931 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpIndivInfoIndivCPSetGrpGetResp 10932 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpIndivInfoIndivCPSetGrpPutReq 10933 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpIndivInfoIndivCPSetGrpPutResp 10934 NEF AF   200, 400, 403, 404, 409, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpCpIndivInfoIndivCPSetGrpDeleteReq 10935 AF NEF       CP Info Index (AF-NEF - Number of Communication Pattern Info)   
nefPpCpIndivInfoIndivCPSetGrpDeleteResp 10936 NEF AF   204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpNpConfGetAllReq 10941 AF NEF          
nefPpNpConfGetAllResp 10942 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpNpConfPostReq 10943 AF NEF       NP Info Index (AF-NEF - Number of Network Configuration)  
nefPpNpConfPostResp 10944 NEF AF   201, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpNpConfInfoGetReq 10945 AF NEF       NP Info Index (AF-NEF - Number of Network Configuration)  
nefPpNpConfInfoGetResp 10946 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpNpConfInfoPutReq 10947 AF NEF       NP Info Index (AF-NEF - Number of Network Configuration)  
nefPpNpConfInfoPutResp 10948 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpNpConfInfoPatchReq 10949 AF NEF       NP Info Index (AF-NEF - Number of Network Configuration)  
nefPpNpConfInfoPatchResp 10950 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpNpConfInfoDeleteReq 10951 AF NEF       NP Info Index (AF-NEF - Number of Network Configuration)  
nefPpNpConfInfoDeleteResp 10950 NEF AF   204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpNpNotifyReq 10953 NEF AF          
nefPpNpNotifyResp 10954 AF NEF   204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpNpConfGrpPostReq 10963 AF NEF       NP Info Index (AF-NEF - Number of Network Configuration)  
nefPpNpConfGrpPostResp 10964 NEF AF   201, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpNpConfInfoGrpGetReq 10965 AF NEF       NP Info Index (AF-NEF - Number of Network Configuration)  
nefPpNpConfInfoGrpGetResp 10966 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpNpConfInfoGrpPutReq 10967 AF NEF       NP Info Index (AF-NEF - Number of Network Configuration)  
nefPpNpConfInfoGrpPutResp 10968 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpNpConfInfoGrpPatchReq 10969 AF NEF       NP Info Index (AF-NEF - Number of Network Configuration)  
nefPpNpConfInfoGrpPatchResp 10970 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpNpConfInfoGrpDeleteReq 10971 AF NEF       NP Info Index (AF-NEF - Number of Network Configuration)  
nefPpNpConfInfoGrpDeleteResp 10972 NEF AF   204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpAcsConfSubsGetReq 10981 AF NEF          
nefPpAcsConfSubsGetResp 10982 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpAcsConfSubsPostReq 10983 AF NEF       NP Info Index (AF-NEF - Number of ACS Parameters Provisioning)  
nefPpAcsConfSubsPostResp 10984 NEF AF   201, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpAcsConfSubsIndivGetReq 10985 AF NEF       NP Info Index (AF-NEF - Number of ACS Parameters Provisioning)  
nefPpAcsConfSubsIndivGetResp 10986 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpAcsConfSubsIndivPutReq 10987 AF NEF       NP Info Index (AF-NEF - Number of ACS Parameters Provisioning)  
nefPpAcsConfSubsIndivPutResp 10988 NEF AF   200, 204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpAcsConfSubsIndivDelReq 10989 AF NEF       NP Info Index (AF-NEF - Number of ACS Parameters Provisioning)  
nefPpAcsConfSubsIndivDelResp 10990 NEF AF   204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpAcsConfSubsGrpPostReq 11003 AF NEF       NP Info Index (AF-NEF - Number of ACS Parameters Provisioning)  
nefPpAcsConfSubsGrpPostResp 11004 NEF AF   201, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpAcsConfSubsIndivGrpGetReq 11005 AF NEF       NP Info Index (AF-NEF - Number of ACS Parameters Provisioning)  
nefPpAcsConfSubsIndivGrpGetResp 11006 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpAcsConfSubsIndivGrpPutReq 11007 AF NEF       NP Info Index (AF-NEF - Number of ACS Parameters Provisioning)  
nefPpAcsConfSubsIndivGrpPutResp 11008 NEF AF   200, 204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpAcsConfSubsIndivGrpDelReq 11009 AF NEF       NP Info Index (AF-NEF - Number of ACS Parameters Provisioning)  
nefPpAcsConfSubsIndivGrpDelResp 11010 NEF AF   204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpLpiGetReq 11021 AF NEF          
nefPpLpiGetResp 11022 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpLpiPostReq 11023 AF NEF       LPI Info Index (AF-NEF - Number of LPI Parameters Provisioning)  
nefPpLpiPostResp 11024 NEF AF   201, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpLpiIndivGetReq 11025 AF NEF       LPI Info Index (AF-NEF - Number of LPI Parameters Provisioning)  
nefPpLpiIndivGetResp 11026 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpLpiIndivPutReq 11027 AF NEF       LPI Info Index (AF-NEF - Number of LPI Parameters Provisioning)  
nefPpLpiIndivPutResp 11028 NEF AF   200, 204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpLpiIndivDelReq 11029 AF NEF       LPI Info Index (AF-NEF - Number of LPI Parameters Provisioning)  
nefPpLpiIndivDelResp 11030 NEF AF   204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpLpiGrpPostReq 11043 AF NEF       LPI Info Index (AF-NEF - Number of LPI Parameters Provisioning)  
nefPpLpiGrpPostResp 11044 NEF AF   201, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpLpiIndivGrpGetReq 11045 AF NEF       LPI Info Index (AF-NEF - Number of LPI Parameters Provisioning)  
nefPpLpiIndivGrpGetResp 11046 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpLpiIndivGrpPutReq 11047 AF NEF       LPI Info Index (AF-NEF - Number of LPI Parameters Provisioning)  
nefPpLpiIndivGrpPutResp 11048 NEF AF   200, 204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPpLpiIndivGrpDelReq 11049 AF NEF       LPI Info Index (AF-NEF - Number of LPI Parameters Provisioning)  
nefPpLpiIndivGrpDelResp 11050 NEF AF   204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPp5gLanSubGetReq 11061 AF NEF          
nefPp5gLanSubGetResp 11062 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPp5gLanSubPostReq 11063 AF NEF       5G LAN Info Index (AF-NEF - Number of 5G LAN Parameters Provisioning)  
nefPp5gLanSubPostResp 11064 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPp5gLanSubIndivGetReq 11065 AF NEF       5G LAN Info Index (AF-NEF - Number of 5G LAN Parameters Provisioning)  
nefPp5gLanSubIndivGetResp 11066 NEF AF   200, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPp5gLanSubIndivPutReq 11067 AF NEF       5G LAN Info Index (AF-NEF - Number of 5G LAN Parameters Provisioning)  
nefPp5gLanSubIndivPutResp 11068 NEF AF   200, 204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPp5gLanSubIndivPatchReq 11069 AF NEF       5G LAN Info Index (AF-NEF - Number of 5G LAN Parameters Provisioning)  
nefPp5gLanSubIndivPatchResp 11070 NEF AF   200, 204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
nefPp5gLanSubIndivDelReq 11071 AF NEF       5G LAN Info Index (AF-NEF - Number of 5G LAN Parameters Provisioning)  
nefPp5gLanSubIndivDelResp 11072 NEF AF   204, 400, 403, 404, 411, 429, 500, 503, 504  

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error
                 

Nnef (SMF-NEF)

nefSMContextsCreateReq 10751 SMF NEF       pduSession, updateby  
nefSMContextsCreateResp 10752 NEF AMF   201, 307, 308, 400, 403, 411, 413, 415, 429, 500, 503      
nefIndividualSMContextUpdateReq 10753 SMF NEF       pduSession, updateby  
nefIndividualSMContextUpdateResp 10754 NEF SMF   204, 307, 308, 400, 404, 406, 429, 500, 503      
nefIndividualSMContextDeleteReq 10755 SMF NEF       pduSession, updateby  
nefIndividualSMContextDeleteResp 10756 NEF SMF   200, 204, 307, 308, 400, 404, 429, 500, 503      
nefIndividualSMContextDeliverReq 10757 SMF NEF       pduSession, deliverReqData, updateby  
nefIndividualSMContextDeliverResp 10758 NEF SMF   204, 307, 308, 400, 404, 406, 429, 500, 503      
nefSMContextNotifyReq 10759 NEF SMF       pduSession  
nefSMContextNotifyResp 10760 SMF NEF   204, 307, 308, 400, 411, 413, 415, 429, 500, 503   pduSession  
                 

Nbsf

nbsfMgtRegisterReq

20301

PCF

BSF

     

Update Session Binding - variable SbiMsgCmdBodyParameter_1_1 { "updateSb" "bool" "true" }

Include SUPI - variable SbiMsgCmdBodyParameter_1_2 { "incSupi" "bool" "true"}

Include GPSI - variable SbiMsgCmdBodyParameter_1_3 { "incGpsi" "bool" "true" }
Supported Features - variable SbiMsgCmdBodyParameter_1_4 { "supportedFeatures" "string" "1a" }

when the Support Multiple Messages is checked,  pdusession id is mapped from PCF-BSF  Number of PDU Sessions 

If To BSF is selected, the pduSession is mandatory.  The PDU value refer to the value of Number of PDU Sessions in Npcf/SMF(N7)

 

nbsfMgtRegisterResp

20302

BSF

PCF

 

201 | 400 |

  If To BSF is selected, the pduSession is mandatory.  The PDU value refer to the value of Number of PDU Sessions in Npcf/SMF(N7)  
nbsfMgtDeregisterReq 20303 PCF BSF      

when the Support Multiple Messages is checked,  pdusession id is mapped from PCF-BSF  Number of PDU Sessions

If To BSF is selected, the pduSession is mandatory.  The PDU value refer to the value of Number of PDU Sessions in Npcf/SMF(N7)

 
nbsfMgtDeregisterReq 20304 BSF PCF   204 | 404 |   If To BSF is selected, the pduSession is mandatory.  The PDU value refer to the value of Number of PDU Sessions in Npcf/SMF(N7)  

nbsfMgtDiscoveryReq

20305

AF, NEF

BSF

 

 

Optional Query Arguments:

variable SbiMsgCmdQuery_1_1 { "inc-supi" "bool" "true"}

variable SbiMsgCmdQuery_1_2 { "inc-gpsi" "bool" "true" }

variable SbiMsgCmdQuery_1_3 { "dnn" "bool" "true" }: default value is true

variable SbiMsgCmdQuery_1_4 { "single-nssai" "bool" "true" }: default value is true

variable SbiMsgCmdQuery_1_5 { "inc-ipdomain" "bool" "true" }: Available if NafNbsfIpDomainEn in AF-BSF tab is true, default value is false

variable SbiMsgCmdQuery_1_6 { "supported-features" "string" "1a" }

3GPP TS29.521 V15.4.0 - Nbsf_Management_Discovery

when the Support Multiple Messages is checked,  pdusession id is mapped from PCF-BSF  Number of PDU Sessions

 

nbsfMgtDiscoveryResp

20306

BSF

AF, NEF

 

200 | 204

 

 

 

Ncapifcf / NEF-CAPIF                
ncapifPublishNewApiReq 40001 NEF CAPIF          
ncapifPublishNewApiResp 40002 CAPIF NEF          
ncapifRetrieveAllPublishedApiReq 40003 NEF CAPIF          
ncapifRetrieveAllPublishedApiResp 40004 CAPIF NEF          
ncapifRetrieveIndivPublishedApiReq 40005 NEF CAPIF          
ncapifRetrieveIndivPublishedApiResp 40006 CAPIF NEF          
ncapifUpdateIndivPublishedApiReq 40007 NEF CAPIF          
ncapifUpdateIndivPublishedApiResp 40008 CAPIF NEF          
ncapifModifyIndivPublishedApiReq 40009 NEF CAPIF          
ncapifModifyIndivPublishedApiResp 40010 CAPIF NEF          
ncapifDelIndivPublishedApiReq 40011 NEF CAPIF          
ncapifDelIndivPublishedApiResp 40012 CAPIF NEF          
                 

 

 

 

 

 

 

 

 

 

Nnrf

NFDiscoveryReq

601

AMF, AUSF,

BSF,

CHF, NRF, NSSF,

PCF,

SMF,

SMSF ,

UDM,

UDR

NRF

 

 

See Query details for NFDiscovery below.

 

 

NFDiscoveryResp

602

NRF

AMF, AUSF,

BSF,

CHF,

NRF, NSSF,

PCF,

SMF,

SMSF ,

UDM,

UDR

 

status: | 200 |

Additional status codes : 400 |401  | 403 | 404 | 406 | 411 | 413 | 415 | 429 | 500 | 503 | 504|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

NFStatusSubscribeReq

603

AMF, AUSF,

BSF,

CBCF,

CHF,

NRF, NSSF,

PCF,

SMF,

SMSF,

UDM ,

UDR

NRF

 

 

 

Mandatory:  Subscription Data - subData

When CBCF is checked, AMF SUT Index - amfSutIndex is available for input. 

          

It’s correlated to the configuration “Subscription Data” in the tab Nnrf Client -> NF Consumer.

The range of the dropdown list must be consistent with the number of configurations in that tab.

NFStatusSubscribeResp

604

NRF

AMF, AUSF,

BSF,

CBCF,

CHF,

NRF, NSSF,

PCF,

SMF,

SMSF,

UDM ,

UDR

 

status: | 201 |

Additional status codes : 400 |401  | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 503 | 501 | 504|

 

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

When CBCF is checked, AMF SUT Index - amfSutIndex is available for input. 

Click here to see list of status codes and Application Error

NFStatusUnSubscribeReq

 

605

AMF, AUSF,

BSF,

CBCF,

CHF,

NRF, NSSF,

PCF,

SMF,

SMSF,

UDM ,

UDR

NRF

 

 

 

Mandatory:  Subscription Data - subData

When CBCF is checked, AMF SUT Index - amfSutIndex is available for input. 

 

NFStatusUnSubscribeResp

606

NRF

AMF, AUSF,

BSF,

CHF,

CBCF,

NRF, NSSF,

PCF,

SMF,

SMSF,

UDM ,

UDR

 

Staus code : 204

Additional status codes : 400 |401  | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Mandatory:  Subscription Data - subData

When CBCF is checked, AMF SUT Index - amfSutIndex is available for input. 

Click here to see list of status codes and Application Error

NFListRetrievalReq

607

AMF, AUSF,

BSF,

CHF,

NRF, NSSF,

PCF,

SMF,

SMSF,

UDM ,

UDR

 

 

 

 

optional: nf-type, string, “AMF”  | “AUSF” | “BSF” | "CHF" | “NSSF” | “PCF” | “SMF” |"SMSF" |“UDM” | |“UPF” | “UPF”

limit, integer 1-100  

 

NFListRetrievalResp

608

 

AMF, AUSF,

BSF,

CHF,

NRF, NSSF,

PCF,

SMF,

SMSF,

UDM ,

UDR

 

Status Code : 200

Additional status codes : 400 |401  | 403 | 404 | 406 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504|

 

Mandatory : nf-instance-id, string

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

NFProfileRetrievalReq

609

AMF, AUSF,

BSF,

CHF,

NRF, NSSF,

PCF,

SMF,

SMSF,

UDM ,

UDR

NRF

 

 

 

 

 

NFProfileRetrievalResp

610

NRF

AMF, AUSF,

BSF,

CHF,

NRF, NSSF,

PCF,

SMF,

SMSF,

UDM ,

UDR

 

Status Code : 200

Additional status codes : 400 |401  | 403 | 404 | 406 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

AccessTokenGetReq

611

AMF, AUSF,

BSF,

CHF,

NRF, NSSF,

PCF,

SMF,

SMSF,

UDM ,

UDR

NRF

 

 

 

See Body Parameters for AccessTokenGetReq below

 

AccessTokenGetResp

612

NRF

AMF, AUSF,

BSF,

CHF,

NRF, NSSF,

PCF,

SMF,

SMSF,

UDM ,

UDR

 

Status Code : 200

Additional status codes : 400 |401  | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

NFStatusSubscribeUpdateReq

613

AMF, AUSF,

BSF,

CHF,

NRF, NSSF,

PCF,

SMF,

SMSF,

UDM ,

UDR

NRF

 

 

 

 

 

NFStatusSubscribeUpdateResp

 

614

NRF

AMF, AUSF,

BSF,

CHF,

NRF, NSSF,

PCF,

SMF,

SMSF,

UDM ,

UDR

 

Status Code : 200, 204

Additional status codes : 400 |401  | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501 | 503 | 504|

 

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

Click here to see list of status codes and Application Error

testRemotePeer 2147483645 (0x7ffffffd) AMF CBCF       When CBCF is checked, AMF SUT Index - amfSutIndex is available for input.   

 

Nnssf

networkSliceInfoGetReq

401

AMF

NSSF

  request-type, home-plmn-id (MCC, MNC), supported-features

Note: when Nnssf Version > 15.2.0, request-type "For UE Configuration Update" is available  

 

networkSliceInfoGetResp

402

NSSF

AMF

200 | 403

     

 

 

 

 

 

 

 

 

 

 

Command

Code

From NF

To NF

Status Code

Additional Allowed Codes - Click here for details

Query

Body Arguments

Comments

CHF                                                     

SpendingLimitSubscribeInitialReq

1901

PCF

CHF

 

n/a

optional: incGpsi, bool, supportedFeatures:string

 

SpendingLimitSubscribeInitialResp

1902

CHF

PCF

Status Codes : | 201 | 400 | 429 | 503

Additional status codes : | 403 | 404 |

n/a

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

SpendingLimitSubscribeIntermediateReq

1903

PCF

CHF

 

n/a

 

 

SpendingLimitSubscribeIntermediateResp

1904

CHF

PCF

Status Codes : | 200 | 400 | 429 | 503

Additional status codes : | 403 | 404 |

n/a

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

SpendingLimitUnsubscribeReq

1905

PCF

CHF

 

n/a

 

 

SpendingLimitUnsubscribeResp

1906

CHF

PCF

Status Codes : | 204 | 429 | 503

Additional status codes : | 403 | 404 |

n/a

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

SpendingLimitReportNotifyReq

1907

CHF

PCF

 

n/a

 

 

SpendingLimitReportNotifyResp

1908

PCF

CHF

Status Codes : | 204

Additional status codes : | 403 | 404 |

n/a

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

SpendingLimitTerminationNotifyReq

1909

CHF

PCF

 

n/a

optional: incCause, bool,

 

SpendingLimitTerminationNotifyResp

1910

PCF

CHF

Status Codes : | 204

Additional status codes : | 403 | 404 |

n/a

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

 

 

 

 

 

 

 

 

ConvergedChargingCreateReq

1931

SMF, SMSF

CHF

 

n/a

 

 

ConvergedChargingCreateResp

1932

CHF

SMF, SMSF

201 | 400 | 403 | 404 | 405 | 408 | 429 | 500 | 503 |

 

Additional status codes : | 307 | 401 | 410 | 411 | 413 | 415| 501| 504 |

n/a

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

ConvergedChargingUpdateReq

1933

SMF, SMSF

CHF

 

n/a

mandatory: pduSession

 

ConvergedChargingUpdateResp

1934

CHF

SMF, SMSF

200 | 400 | 403 | 404 | 405 | 408 | 429 | 500 | 503 |

 

Additional status codes : | 307 | 401 | 410 | 411 | 413 | 415| 501| 504 |

n/a

mandatory: pduSession

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

ConvergedChargingReleaseReq

1935

SMF, SMSF

CHF

 

n/a

 

 

ConvergedChargingReleaseResp

1936

CHF

SMF, SMSF

204 | 400 | 404 | 429 | 503

 

Additional status codes : | 401 | 403 | 410 | 411 | 413 | 415 | 500 | 501| 503 | 504 |

n/a

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

ConvergedChargingNotifyReq

1937

CHF

SMF, SMSF

 

n/a

mandatory: pduSession

 

ConvergedChargingNotifyResp

1938

SMF, SMSF

CHF

204 | 400

 

Additional status codes : | 401 | 403 | 404 | 411 | 413 | 415 | 429 | 500 | 501| 503 | 504 |

n/a

mandatory: pduSession

Select Problem Details and select a valid Application Error - see comments section for list of application errors.

If no Application Errors are available for the status code, you will see :

Problem Details is disabled by the current Status Code selection

 

OfflineOnlyChargingCreateReq 1941 SMF CHF     mandatory: pduSession  
OfflineOnlyChargingCreateResp 1942 CHF SMF 201 | 400 | 403 | 404 | 405 | 408 | 429 | 500 | 503 |  

mandatory: pduSession

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 
OfflineOnlyChargingUpdateReq 1943 SMF CHF     mandatory: pduSession  
OfflineOnlyChargingUpdateResp 1944 CHF SMF 200 | 400 | 403 | 404 | 405 | 408 | 429 | 500 | 503 |  

mandatory: pduSession

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 
OfflineOnlyChargingReleaseReq 1945 SMF CHF     mandatory: pduSession  
OfflineOnlyChargingReleaseResp 1946 CHF SMF 204 | 404 | 429 | 503  

mandatory: pduSession

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

  Nudr

Command

Code

From NF

To NF

Status Code

Additional Allowed Codes - Click here for details

Query

Body Arguments

Comments

Nudr                                                   

getAuthSubsDataReq

10001

UDM

UDR

 

Optional:

{“SupportFeature” string {A-F0-9}[1-4]}

   

getAuthSubsDataResp

10002

UDR

UDM

200| 400| 404|429 | 503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

patchAuthSubsDataReq

10003

UDM

UDR

       

patchAuthSubsDataResp

10004

UDR

UDM

200| 400| 404| 429 | 503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

putAuthStatusReq

10005

UDM

UDR

   

Mandatory:

{“status” “bool” true|false},

{“servingPlmn” string ^5G:mnc[0-9]{3}[.]mcc[0-9]{3}[.]3gppnetwork[.]org$}

 

putAuthStatusResp

10006

UDR

UDM

204 |400|

411 | 429 |503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

getAuthStatusReq

10007

UDM

UDR

 

Optional:

{“SupportFeature” string {A-F0-9}[1-4]}

{“fields” string array “/xxx” “/xxx/xxxx”}

The fields value starts with a / and is split by /

The array max length is 32

   

getAuthStatusResp

10008

UDR

UDM

200 | 400 |404 |411 |429| 503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

getContextDataReq

10009

UDM

UDR

 

Mandatory:

{“context-set-name” “string array” }

One or some of  below string

AMF_3GPP         AMF_NON_3GPP      SDM_SUBSCRIPTIONS EE_SUBSCRIPTIONS

SMSF_3GPP         SMSF_NON_3GPP      SUBS_TO_NOTIFY

 

   

getContextDataResp

10010

UDR

UDM

200|400|404|411|429|503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

getSmfRegReq

10011

UDM

UDR

 

Optional:

{“SupportFeature” string {A-F0-9}[1-4]}

{“pduSessionId” integer 1 to 15}

   

getSmfRegResp

10012

UDR

UDM

200|400|404|411|429|503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

putIndividualSmfRegReq

10013

UDM

UDR

       

putIndividualSmfRegResp

10014

UDR

UDM

200|400|404|411|429|503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

getAccMobSubsDataReq

10015

UDM

UDR

 

Mandatory:

{“plmnId” string {0-9}[5,6]}

 

Optional:

{“SupportFeature” string {A-F0-9}[1-4]}

{“fields” string array “/xxx” “/xxx/xxxx”}

The fields value starts with a / and is split by /

The array max length is 32

   

getAccMobSubsDataResp

10016

UDR UDM

200|400|404|411|429|503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

getSessManSubsDataReq

10017

UDM UDR  

Mandatory:

{“plmnId” string {0-9}[5,6]}

 

Optional:

{“SupportFeature” string {A-F0-9}[1-4]}

{“fields” string array “/xxx” “/xxx/xxxx”}

The fields value starts with a / and is split by /

The array max length is 32

{“snssai-sst” integer 1 to 65545}

{“snssai-ssd” hexstring 3bytes hex string}

The snssai-sd can be enabled in case of snssai-sst enabled.

{“dnn” string “xxx”}

   

getSessManSubsDataResp

10018

UDR UDM

200|400|404|411|429|503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

getUeSubsDataSubscriptionReq

10019

UDM UDR  

Optional:

{“SupportFeature” string {A-F0-9}[1-4]}

{“fields” string array “/xxx” “/xxx/xxxx”}

The fields value starts with a / and is split by /

The array max length is 32

   

getUeSubsDataSubscriptionResp

10020

UDR UDM

200|400|404|411|429|503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

createSubsDataSubscriptionReq

10021

UDM UDR    

Mandatory:

{“subDataSubIndex” {1- 6}}

 

createSubsDataSubscriptionResp

10022

UDR UDM

200|400|404|411|429|503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

deleteUeSubsDataSubscriptionReq

10023

UDM UDR  

Optional:

{“IncludeNFInstanceID” }

{“DeleteAllFromNFs” }

   

deleteUeSubsDataSubscriptionResp

10024

UDR UDM

200|400|404|411|429|503

  For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

deleteSubsDataSubscriptionReq

10025

UDM UDR    

Mandatory:

{“subDataSubIndex” {1- 6}}

 

deleteSubsDataSubscriptionResp

10026

UDR UDM 204| 429| 503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

updateSubsDataSubscriptionReq

10027

UDM UDR    

Mandatory:

{“subDataSubIndex” {1- 6}}

 

updateSubsDataSubscriptionResp

10028

UDR UDM 200| 403 | 404 | 429 | 503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

getUeIndividualSmfRegReq

10031

UDM UDR    

Mandatory:

{“pduSessionid” }

 

getUeIndividualSmfRegResp

10032

UDR UDM 200 | 403 | 404 | 429 | 503 |   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

delUeIndividualSmfRegReq

10033

UDM UDR    

Mandatory:

{“pduSessionid” }

 

delUeIndividualSmfRegResp

10034

UDR UDM 204 | 403 | 404 | 429 | 503 |   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  
getSmsfSelSubsDataReq 10037 UDM UDR  

Query : Optional:Supported Features, Fields, Number of Entries

mandatory :PLMN ID (MCC, MNC)

   
getSmsfSelSubsDataResp 10038 UDR UDM 200 | 400 | 404 | 429 | 503 |   PatchNudrEn, For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  
getSmsSubscriptionDataReq 10039 UDM UDR   Query: Supported Features, PLMN ID (MCC, MNC) Mandatory: Supported Features, PLMN ID (MCC, MNC)  
getSmsSubscriptionDataResp 10040 UDR UDM 200      
getSmsMngSubscriptionDataReq 10041 UDM UDR   Query: Supported Features,PLMN ID (MCC, MNC) Mandatory: Supported Features, PLMN ID (MCC, MNC)  
getSmsMngSubscriptionDataResp 10042 UDR UDM 200      
getProvisionDataReq 10043 UDM UDR   Query: PLMN ID (MCC, MNC), Data Set Names Mandatory: PLMN ID (MCC, MNC), Data Set Names  
getProvisionDataResp 10044 UDR UDM 200      
getOpSpecDataSubsDataReq 10045 UDM UDR   Query: supported-features, Fields: type: array items: type: string minItems: 1    
getOpSpecDataSubsDataResp 10046 UDR UDM 200, 400      
PatchOpSpecDataSubsDataReq 10047 UDM UDR   Query: OpSpecificDataIndex    
PatchOpSpecDataSubsDataResp 10048 UDR UDM 204, 403      

accessAndMobilityPolicyDataPutReq

10051

PCF UDR        

accessAndMobilityPolicyDataPutResp

10052

UDR PCF 200 | 400 | 404 |      

accessAndMobilityPolicyDataGetReq

10053

PCF UDR     patchPcf2UdrEn  

accessAndMobilityPolicyDataGetResp

10054

UDR PCF 200 | 400 | 404 | 429 |503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

uePolicySetCreateReq

10055

PCF UDR     patchPcf2UdrEn    

uePolicySetCreateResp

10056

UDR PCF 200 | 201 | 204 | 400 | 404 | 429 | 503      

sessionManagementPolicyDataGetReq

10059

PCF UDR   Optional{
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="05071de4-f389-4484-8781-1377c443eb4b"><ac:plain-text-body><![CDATA[Snssai: sst: type: integer minimum: 0 maximum: 255 sd: type: string pattern: '^[A-Fa-f0-9]{6}$'
]]></ac:plain-text-body></ac:structured-macro>
Dnn: type: string}
Conditional{
Fields: type: array items: type: string minItems: 1
}
patchPcf2UdrEn    

sessionManagementPolicyDataGetResp

10060

UDR PCF 200 | 400 | 404 | 429 | 503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

sessionManagementPolicyDataModifyReq

10061

PCF UDR     Mandatory{
UsageMonData index, x in the range of Nunbemr of UsageMonData
}  
 

sessionManagementPolicyDataModifyResp

10062

UDR PCF 200 | 400 | 404 | 429 | 503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

policyDataSubscriptionsCreateReq

10063

PCF UDR   Conditional{
Expiry:
format: date-time
type: string
SupportedFeatures
: type: string
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="1ea30382-a81b-478d-8c16-43b63426a890"><ac:plain-text-body><![CDATA[pattern: '^[A-Fa-f0-9]*$'
]]></ac:plain-text-body></ac:structured-macro>
}
Mandatory{
PolicyDataSubscription Index , x is in
The range number refer to Number of PolicyDataSubscriptions
}
 

policyDataSubscriptionsCreateResp

10064

UDR PCF 201 | 400 | 404 | 429 | 503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

individualPolicyDataSubscriptionUpdateReq

10065

PCF UDR   Conditional{
Expiry:
format: date-time
type: string
SupportedFeatures
: type: string
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="43f3ebb9-8dee-447b-89c7-c2b3ed2471e3"><ac:plain-text-body><![CDATA[pattern: '^[A-Fa-f0-9]*$'
]]></ac:plain-text-body></ac:structured-macro>
}
Mandatory{
PolicyDataSubscription Index,
X is in
The range number refer to Number of PolicyDataSubscriptions
}
 

individualPolicyDataSubscriptionUpdateResp

10066

UDR PCF 200 | 204 | 400 | 404 | 429 | 503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

individualPolicyDataSubscriptionDeleteReq

10075

PCF UDR     Mandatory{
PolicyDataSubscription Index,
X is in
The range number refer to Number of PolicyDataSubscriptions
}  
 

individualPolicyDataSubscriptionDeleteResp

10076

UDR PCF 204 | 400 | 404 | 429 | 503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  
 uePolicySetGetReq 10077 PCF UDR        
 uePolicySetGetResp 10078 UDR PCF 200 | 400 | 404 | 429 | 503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  
PolicyDataOperatorSpecificDataGetReq 10079 NEF/PCF UDR   Query: Fields: type: array items: type: string minItems: 1    
PolicyDataOperatorSpecificDataGetResp 10080 UDR NEF/PCF 200, 400, 401, 403, 404, 406, 414, 429, 500, 503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  
PolicyDataOperatorSpecificDataPutReq 10081 NEF/PCF UDR   Query: OpSpecificDataIndex    
PolicyDataOperatorSpecificDataPutResp 10082 UDR NEF/PCF 200, 204, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  
PolicyDataOperatorSpecificDataPatchReq 10083 NEF/PCF UDR   Query: OpSpecificDataIndex    
PolicyDataOperatorSpecificDataPatchResp 10084 UDR NEF/PCF 204, 400, 401, 403, 404, 411, 413, 415, 429, 500, 503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

Commands for message flow (NEF / UDR)

Command

code

From NF

To NF

Status Code

Additional Allowed Codes - Click here for details

Query

Body

Arguments

 

Reference

putAccessAndMobilityDataReq

10101

NEF

UDR

 

 


Mandatory:
{"AccessAndMobilityDataSet" integer 1 to 2}

 

 

putAccessAndMobilityDataResp

10102

UDR

NEF

201/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

getAccessAndMobilityDataReq

10103

NEF

UDR

 


Optional:
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="19d9f187-18e4-4d9a-a2a8-5551dd72a068"><ac:plain-text-body><![CDATA[{"SupportFeature" string {A-F0-9}[1-4]}

 

 

 

getAccessAndMobilityDataResp

10104

UDR

NEF

200/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

deleteAccessAndMobilityDataReq

10105

NEF

UDR

 

 

 

 

 

deleteAccessAndMobilityDataResp

10106

UDR

NEF 204/429/503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.  

 

putPduSessionManagementDataReq

10107

NEF

UDR

 


Optional:
{"pduSessionId" integer 0 to 255}


Mandatory:
{"PduSessionManagementData Set" integer 1 to 2}

 

 

putPduSessionManagementDataResp

10108

UDR

NEF

201/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

getPduSessionManagementDataReq

10109

NEF

UDR

 


Optional:
{"pduSessionId" integer 0 to 255}
{"ipv4-addr" string ipv4format}
{"ipv6-prefix" string ipv6format}
{"dnn" string "xxx"}
{"fields" string array "/xxx" "/xxx/xxxx"}
The fields value starts with a / and is split by /
The array max length is 32
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="6d111cfa-af0f-4d2c-9d8d-6d606a682d1b"><ac:plain-text-body><![CDATA[{"SupportFeature" string {A-F0-9}[1-4]}

 

 

 

getPduSessionManagementDataResp

10110

UDR

NEF

200/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

deletePduSessionManagementDataReq

10111

NEF

UDR

 


Optional:
{"pduSessionId" integer 0 to 255}

 

 

 

deletePduSessionManagementDataResp

10112

UDR

NEF

204/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

postExposureDataSubscriptionsReq

10113

NEF

UDR

 


Optional:
{SubSessionManagementData = true or false;
SubSessionManagementDataID= 0~2555;
SubAccessAndMobilityData = true or false;
}


Mandatory:
{Index=1~2}

 

 

postExposureDataSubscriptionsResp

10114

UDR

NEF

201/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

putIndividuaExposureDataSubscriptionReq

10115

NEF

UDR

 


Optional:
{SubSessionManagementData = true or false;
SubSessionManagementDataID= 0~2555;
SubAccessAndMobilityData = true or false;
}


Mandatory:
{Index= 1~2}

 

 

putIndividuaExposureDataSubscriptionResp

10116

UDR

NEF

201/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

deleteIndividuaExposureDataSubscriptionReq

10117

NEF

UDR

 

 


Mandatory:
{Index= 1~2}

 

 

deleteIndividuaExposureDataSubscriptionResp

10118

UDR

NEF

204/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

Application Data

-

-

-

-

-

-

 

-

getPfdDataReq

10217

NEF

UDR

 


Optional:
{"appId" string "appid1,appid2"}
The appId value is a string split by comma
The max number of ids is 2

 

 

 

getPfdDataResp

10218

UDR

NEF

200/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

getIndividualPfdDataReq

10219

NEF

UDR

 

 

 

 

 

getIndividualPfdDataResp

10220

UDR

NEF

200/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

deleteIndividualPfdDataReq

10221

NEF

UDR

 

 

 

 

 

deleteIndividualPfdDataResp

10222

UDR

NEF

204/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

putIndividualPfdDataReq

10223

NEF

UDR

 

 


Mandatory:
{"pfdDataIndex" integer x}
Where x is one of the indexes for "PFD Data for Applicaton" defined in 2.4.4.2

 

 

putIndividualPfdDataResp

10224

UDR

NEF

201/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

getInfluenceDataReq

10225

NEF

UDR

 


Optional:
{"influence-Ids" string "influid1,influid2"}
The appId value is a string split by comma
The max number of ids is 2
{"dnns" string "dnn1,dnn2"}
The dnns value is a string split by comma
The max number of dnns is 2
{"internal-Group-Ids" string "grouid1,grouid2",or "AnyUE"}
The internal-Group-Ids value is a string split by comma
The max number of internal-Group-Ids is 2
{"supis" string "supi1,supi2"}
The supis value is a string split by comma
The max number of supis is 2
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ab2bc15a-67b9-42d9-abf8-7aee2b32dbba"><ac:plain-text-body><![CDATA[{"snssais" string "[{"sst":1,"sd":"11"},{"sst":2,"sd":"22"}]"}
]]></ac:plain-text-body></ac:structured-macro>
The snssais value is a string split by comma
The max number of snssais is 2

 

 

 

getInfluenceDataResp

10226

UDR

NEF

200/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

putIndividualInfluenceDataReq

10227

NEF

UDR

 

 


Mandatory:
{"influenceDataIndex" integer x}
Where x is one of the indexes for "Influence Data" defined in 2.4.4.2
Optional:
{"InternalGroupId" bool true/false default false}

{"AnyUE" bool true/false default false}

 

 

putIndividualInfluenceDataResp

10228

UDR

NEF

200/201/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

patchIndividualInfluenceDataReq

10229

NEF

UDR

 

 


Mandatory:
{"influenceDataPatchIndex" integer x}
Where x is one of the indexes for "Influence Data Patch" defined in 2.4.4.2
Optional:
{"InternalGroupId" bool true/false default false}

{"AnyUE" bool true/false default false}

 

 

patchIndividualInfluenceDataResp

10230

UDR

NEF

200/204/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

deleteIndividualInfluenceDataReq

10231

NEF

UDR

 

 

 

 

 

deleteIndividualInfluenceDataResp

10232

UDR

NEF

204/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

postInfluenceDataSubscriptionReq

10233

NEF

PCF

UDR

 

 


Mandatory:
{"influenceDataSubscriptionIndex" integer x}
Where x is one of the indexes for "Influence Data Subscription" defined in 2.4.4.2

 

 

postInfluenceDataSubscriptionResp

10234

UDR

NEF

PCF

201/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

getInfluenceDataSubscriptionReq

10235

NEF

PCF

UDR

 


Optional:
{"dnn" string "dnn1"}
The max number of dnn is 1
{"internal-Group-Id" string "grouid1" or "AnyUE"}
The max number of internal-Group-Id is 1
{"supi" string "supi1"}
The max number of supi is 1
{"snssai" string "{"sst":1,"sd":"11"}"}
The max number of snssai is 1

 

 

 

getInfluenceDataSubscriptionResp

10236

UDR

NEF

PCF

200/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

getIndividualInfluenceDataSubscriptionReq

10237

NEF

PCF

UDR

 

 

 

 

 

getIndividualInfluenceDataSubscriptionResp

10238

UDR

NEF

PCF

200/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

putIndividualInfluenceDataSubscriptionReq

10239

NEF

PCF

UDR

 

 


Mandatory:
{"influenceDataSubscriptionIndex" integer x}
Where x is one of the indexes for "Influence Data Subscription" defined in 2.4.4.2

 

 

putIndividualInfluenceDataSubscriptionResp

10240

UDR

NEF

PCF

200/400/404/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

deleteIndividualInfluenceDataSubscriptionReq

10241

NEF

PCF

UDR

 

 

 

 

 

deleteIndividualInfluenceDataSubscriptionResp

10242

UDR

NEF

PCF

204/429/503

 

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

 

 

postInfluenceDataUpdateNotifyReq 10243 UDR PCF          
postInfluenceDataUpdateNotifyResp 10244 PCF UDR 204/400/403/404/411/413/429/503  

pdusession - select the PDU Session

For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.

   
getServiceParamDataReq 10245 NEF UDR          
getServiceParamDataResp 10246 UDR NEF 200/400/401/403/404/406/414/429/500/503   For Status code 429 and 503, Retry After (s) becomes available to enter a value between 0 and 4294967295.    
putServiceParamDataReq 10247 NEF UDR          
putServiceParamDataResp 10248 UDR NEF 201/200/204/400/401/403/404/411/413/414/415/429/500/503        
patchServiceParamDataReq 10249 NEF UDR          
patchServiceParamDataResp 10250 UDR NEF 200/204/400/401/403/404/411/413/414/415/429/500/503        
deleteServiceParamDataReq 10251 NEF UDR          
deleteServiceParamDataResp 10252 UDR NEF 204/400/401/403/404/429/500/503        
appDataSubscCreateReq 10253 PCF UDR    

body argument:

Application Data Subscription Index

 appDataSubIndex:
   PFD
   IPTV
   BDT
   SVC_PARAM
   AM

   
appDataSubscCreateResp 10254 UDR PCF 201/400/401/403/404/411/413/415/429/500/503        
appDataChgNotifReq 10255 UDR PCF          
appDataChgNotifResp 10256 UDR PCF 204/400/401/403/404/411/413/415/429/500/503        
appDataSubscDeleteReq 10257 PCF UDR    

body argument:

 appDataSubIndex:
   PFD
   IPTV
   BDT
   SVC_PARAM
   AM

   
appDataSubscDeleteResp 10258 UDR PCF 204/400/401/403/404/429/500/503        
appDataSubscGetReq 10259 PCF UDR          
appDataSubscGetResp 10260 UDR PCF 200/400/401/403/404/414/429/500/503        
UDM-UDR (Nudr)                

getUeSDMSubscriptionReq

10303

UDM

UDR

 

Optional:{“SupportFeature” string{A-F0-9}[1-4]}

Supported Features

 

 

getUeSDMSubscriptionResp 10304 UDR UDM 200        
createUeSDMSubscriptionReq 10305 UDM UDR    

Mandatory fields :

 

Mandatory : "monitoredRes", string enum include: "am-data", "sm-data", "smf-select-data", "sms-mng-data", "ue-context-in-smf-data", "ue-context-in-smsf-data", "trace-data", "sms-data"

Mandatory : {“subscriptionId” integer value mapping to "Subscription Data Count" in "UDM-UDR" }

Mandatory : {“pduSession” integer 1 to 15} default value 1

Mandatory : {“smfIndex” integer 1 to 2} default value 1

Optional: {“implicitUnsub” bool true to false} default value true

Optional: {“expireTime” integer 1to 10000} default value 7200

One of the "Implicit Unsubscribe" and "Expire Time(s)" must be enabled. "Implicit Unsubscribe" is enabled by default with value "true". "Implicit Unsubscribe" with a value "true" is mutual exclusive with "Expire Time(s)".

Note: If the PDU Session Id is out of range, there will be no message sent out.

   
createUeSDMSubscriptionResp 10306 UDR UDM 201        
putIndividualUeSDMSubscriptionReq 10307 UDM UDR    

Same as createUeSDMSubscriptionReq (10305 - see above)

Note: If the PDU Session Id is out of range, there will be no message sent out.

   
putIndividualUeSDMSubscriptionResp 10308 UDR UDM 204, 404        
deleteIndividualUeSDMSubscriptionReq 10309 UDM UDR     Mandatory: Subscription Data value mapping to "Subscription Data Count" in "UDM-UDR" }    
deleteIndividualUeSDMSubscriptionResp 10310 UDR UDM 204        
patchIndividualUeSDMSubscriptionReq 10311 UDM UDR    

Same as createUeSDMSubscriptionReq (10305 - see above)

Note: If the PDU Session Id is out of range, there will be no message sent out.

   
patchIndividualUeSDMSubscriptionResp 10312 UDR UDM 204, 403, 404        
putSmsf3GppAccessRegReq 10313 UDM UDR    

Optional arguments: 

   
putSmsf3GppAccessRegResp 10314 UDR UDM 200/201/204/400/404/429/503        
deleteSmsf3GppAccessRegReq 10315 UDM UDR          
deleteSmsf3GppAccessRegResp 10316 UDR UDM 204        
getSmsf3GppAccessRegReq 10317 UDM UDR   Query : Supported Featues, Fields, Number of Fields, Path      
getSmsf3GppAccessRegResp 10318 UDR UDM 200        
putSmsfNon3GppAccessRegReq 10319 UDM UDR     Same arguments as putSmsf3GppAccessRegReq listed above    
putSmsfNon3GppAccessRegResp 10320 UDR UDM 200/201/204/400/404/429/503        
deleteSmsfNon3GppAccessRegReq 10321 UDM UDR          
deleteSmsfNon3GppAccessRegResp 10322 UDR UDM 204        
getSmsfNon3GppAccessRegReq 10323 UDM UDR   Query : Supported Featues, Fields, Number of Fields, Path      
getSmsfNon3GppAccessRegResp 10324 UDR UDM 200        
putAmf3GppAccRegReq 10325 UDM UDR     optional : {"patchUdm2UdrEn" }    
putAmf3GppAccRegResp 10326 UDR UDM 204 | 400 | 404 | 429 | 503 |        
getAmf3GppAccRegReq 10327 UDM UDR     optional : {"patchUdm2UdrEn" }    
getAmf3GppAccRegResp 10328 UDR UDM 200 | 400 | 403 | 404 | 429 | 500 | 503 |        
getUeEESubscriptionReq 10331 UDM UDR     optional : {"patchUdm2UdrEn" }    
getUeEESubscriptionResp 10332 UDR UDM 200 | 400 | 403 | 404 | 429 | 500 | 503 |        
                 
AF-NEF                
nefPfdMgmtTranGetReq

10601

AF

NEF

 

 

 

 

 
getUeSDMSubscriptionResp 10304 UDR UDM 200        

 

HTTP Status Code / Application Error Table:

3GPP Reference: 3GPP TS 29.500 V15.5.0 (2019-09), 3GPP TS 29.524 V15.2.0 (2019-06), 3GPP TS 29.518 V15.4.0 (2019-06) AMF, 3GPP TS 29.510 V15.4.0 (2019-06) NRF, 3GPP TS 29.503 V15.4.0 (2019-06) UDM, 3GPP TS 29.509 V15.4.0 (2019-06) AUSF, 3GPP TS 29.502 V15.4.0 (2019-06) SMF

Status Code

Application Error

Comments

200

 

 

201

 

 

307

NF_CONSUMER_REDIRECT_ONE_TXN

 

308

CONTEXT_NOT_FOUND

 

400

INVALID_API,

INVALID_MSG_FORMAT,

INVALID_QUERY_PARAM,

MANDATORY_QUERY_PARAM_INCORRECT,

OPTIONAL_QUERY_PARAM_INCORRECT,

MANDATORY_QUERY_PARAM_MISSING,

MANDATORY_IE_INCORRECT,

OPTIONAL_IE_INCORRECT,

MANDATORY_IE_MISSING,

UNSPECIFIED_MSG_FAILURE,

USER_UNKNOWN,

NF_DISCOVERY_FAILURE,

INVALID_DISCOVERY_PARAM,

MISSING_ACCESS_TOKEN_INFO,

RESOURCE_CONTEXT_NOT_FOUND,

ERROR_REQUEST_PARAMETERS,

ERROR_INITIAL_PARAMETERS,

ERROR_TRIGGER_EVENT,

PENDING_TRANSACTION

 

401

 

 

403

AUTHENTICATION_REJECTED, SERVING_NETWORK_NOT_AUTHORIZED, INVALID_HN_PUBLIC_KEY_IDENTIFIER, INVALID_SCHEME_OUTPUT, UNKNOWN_5GS_SUBSCRIPTION,

NO_PS_SUBSCRIPTION,

ROAMING_NOT_ALLOWED,

ACCESS_NOT_ALLOWED,

RAT_NOT_ALLOWED,

DNN_NOT_ALLOWED,

REAUTHENTICATION_REQUIRED,

INVALID_GUAMI,

MODIFICATION_NOT_ALLOWED,

HANDOVER_FAILURE,

INTEGRITY_CHECK_FAIL,

EBI_EXHAUSTED,

EBI_REJECTED_LOCAL_POLICY,

EBI_REJECTED_NO_N26,

SUPI_OR_PEI_UNKNOWN,

UE_IN_NON_ALLOWED_AREA,

UNSPECIFIED,

UE_WITHOUT_N1_LPP_SUPPORT, UE_NOT_SERVED_BY_AMF,

UNABLE_TO_PAGE_UE, UNAUTHORIZED_REQUESTING_NETWORK, USER_UNKNOWN,

DETACHED_USER,

POSITIONING_DENIED,

ACCESS_TOKEN_DENIED, 

CCA_VERIFICATION_FAILURE,

CREATION_NOT_ALLOWED,

AF_NOT_ALLOWED, 

MTC_PROVIDER_NOT_ALLOWED,

ERROR_TRAFFIC_MAPPING_INFO_REJECTED,

ERROR_CONFLICTING_REQUEST,

LATE_OVERLAPPING_REQUEST,

POLICY_CONTEXT_DENIED,

VALIDATION_CONDITION_NOT_MET,

INVALID_BDT_POLICY,

REQUESTED_SERVICE_NOT_AUTHORIZED,

REQUESTED_SERVICE_TEMPORARILY_NOT_AUTHORIZED,

UNAUTHORIZED_SPONSORED_DATA_CONNECTIVITY,

UNAUTHORIZED_NON_EMERGENCY_SESSION,

CHARGING_NOT_APPLICABLE,

END_USER REQUEST_DENIED,

QUOTA_LIMIT_REACHED,

END_USER_REQUEST_REJECTED

N1_SM_ERROR,

SNSSAI_DENIED,

DNN_DENIED,

PDUTYPE_DENIED,

SSC_DENIED,

SUBSCRIPTION_DENIED,

DNN_NOT_SUPPORTED,

PDUTYPE_NOT_SUPPORTED,

SSC_NOT_SUPPORTED,

NO_EPS_5GS_CONTINUITY,

INTEGRITY_PROTECTED_MDR_NOT_ACCEPTABLE,

NOT_SUPPORTED_WITH_ISMF,

PDU_SESSION_ANCHOR_CHANGE,

CCA_VERIFICATION_FAILURE,

MODIFICATION_NOT_ALLOWED,

UNABLE_TO_PAGE_UE,

UE_NOT_RESPONDING,

REJECTED_BY_UE,

REJECTED_DUE_VPLMN_POLICY,

HO_TAU_IN_PROGRESS,

EBI_EXHAUSTED,

EBI_REJECTED_LOCAL_POLICY,

EBI_REJECTED_NO_N26

AF_INSTANCE_NOT_ALLOWED

 

404

USER_NOT_FOUND,

CONTEXT_NOT_FOUND,

DATA_NOT_FOUND,

GROUP_IDENTIFIER_NOT_FOUND,

SUBSCRIPTION_NOT_FOUND,

RESOURCE_URI_STRUCTURE_NOT_FOUND,

APPLICATION_SESSION_CONTEXT_NOT_FOUND

 

406

 

 

409

HIGHER_PRIORITY_REQUEST_ONGOING,

TEMPORARY_REJECT_REGISTRATION_ONGOING,

TEMPORARY_REJECT_HANDOVER_ONGOING,

UE_IN_CM_IDLE_STATE

 

411

INCORRECT_LENGTH

 

413

 

 

415

 

 

422

UNPROCESSABLE_REQUEST

 

429

NF_CONGESTION_RISK

 

500

AV_GENERATION_PROBLEM,

INSUFFICIENT_RESOURCES,

UNSPECIFIED_NF_FAILURE,

SYSTEM_FAILURE,

NF_FAILOVER,

NF_SERVICE_FAILOVER,

POSITIONING_FAILED,

DU_SESSION_NOT_AVAILABLE,

INSUFFIC_RESOURCES_SLICE,

INSUFFIC_RESOURCES_SLICE_DNN

 

501

UNSUPPORTED_PROTECTION_SCHEME,

UNSUPPORTED_RESOURCE_URI

 

503

NF_CONGESTION,

DNN_CONGESTION,

S-NSSAI_ CONGESTION

 

504

UPSTREAM_SERVER_ERROR,

NETWORK_FAILURE,

UE_NOT_REACHABLE,

UE_NOT_RESPONDING,

UNREACHABLE_USER,

PEER_NOT_RESPONDING,

TIMED_OUT_REQUEST,

TARGET_NF_NOT_REACHABLE

 

 

 

Message flows with subscriptions/notifications

It’s quite normal to have subscriptions/notifications command for mobility event monitoring in most of the test scenarios.

Table: EventType

Enumeration value

Description

"LOSS_OF_CONNECTIVITY"

Loss of connectivity

"UE_REACHABILITY_FOR_DATA"

UE reachability for data

"UE_REACHABILITY_FOR_SMS"

UE reachability for SMS

"LOCATION_REPORTING"

Location Reporting

"CHANGE_OF_SUPI_PEI_ASSOCIATION"

Change of SUPI-PEI association

"ROAMING_STATUS"

Roaming Status

"COMMUNICATION_FAILURE"

Communication Failure

"AVAILABILITY_AFTER_DNN_FAILURE"

Availability after DNN failure

 

Some NFs may be interested in some specific events (UE location/state change) happening in the network, they will monitor the interested events via NEF. The NEF subscribes to those monitoring events by sending subscriptions to related node (UDM, AMF) who can detect/monitor those events happening. 

There are several event reporting types: one-time reporting, periodic reporting or event based reporting, for Monitoring Events.

From Event Receiving NF’s perspective, when it will receive notifications for event reporting is uncertain. Thus it’s not possible to put event monitoring related subscription/notification into a sequential message flow. The “Sequential” for command, is designed for those messages/commands that follow strict time sequence, set “Y” for their “Sequential” Attribute. For those event monitoring commands (subscription/notification) that can happen at any time in the message sequence, we can set “N” for their “Sequential” Attribute.

 

Index

Sequential

Delay (ms)

Command

From NF

TO NF

Status Code

Query

Body Arguments

Begin of UE Registration procedure

1

Y

30ms

ausfUEAuthReq

AMF

AUSF

 

 

 

2

Y

30ms

ausfUEAuthResp

AUSF

AMF

201

 

 

3

Y

30ms

ausf5gAkaConfirm

AMF

AUSF

 

 

 

4

Y

30ms

ausf5gAkaConfirmResp

AUSF

AMF

200

 

 

5

Y

50ms

uecmAmf3gppAccessRegisterReq

AMF

UDM

 

 

 

6

Y

30ms

uecmAmf3gppAccessRegisterResp

UDM

AMF

201

 

 

7

Y

50ms

sdmGetAmDataReq

AMF

UDM

 

 

 

8

Y

30ms

sdmGetAmDataResp

UDM

AMF

201

 

 

9

Y

30ms

sdmGetSmfSelectDataReq

AMF

UDM

 

 

 

10

Y

30ms

sdmGetSmfSelectDataResp

UDM

AMF

201

 

 

11

Y

10ms

sdmGetUeCtxInSmfDataReq

AMF

UDM

 

 

 

12

Y

30ms

sdmGetUeCtxInSmfDataResp

UDM

AMF

201

 

 

13

Y

20ms

sdmSubscribeReq

AMF

UDM

 

 

 

14

Y

30ms

sdmSubscribeResp

UDM

AMF

201

 

 

End of UE Registration procedure

15

N

0

Udm_EventExposure_SubscribeReq

NEF

UDM

 

 

 

16

N

0

Udm_EventExposure_SubscribeResp

UDM

NEF

201

 

 

17

N

0

Udm_EventExposure_NotifyReq

UDM

NEF

 

 

 

18

N

0

Udm_EventExposure_NotifyResp

NEF

UDM

201

 

 

Begin of PDU session Establishment procedure

19

Y

10ms

uecmSmfRegisterReq

SMF

UDM

 

 

 

20

Y

30ms

uecmSmfRegisterResp

UDM

SMF

201

 

 

21

Y

20ms

sdmGetSmDataReq

SMF

UDM

 

 

 

22

Y

30ms

sdmGetSmDataResp

UDM

SMF

201

 

 

……

 

 

……………………………………….

 

 

 

 

 

 

Query Parameters for NFDiscoveryReq

GUI Label

Variable Name

Type

Value

Mandatory/Optional

Comments

Target NF Type

target-nf-type

string

“AMF” | “AUSF” | "BSF" | "CHF" |“NSSF” | “PCF”| “SMF” | “SMSF” | “UDM” | “UPR” | “UPF”||

mandatory

 

Service Names

service-names

array

multiple selection

 

e.g.

{namf-comm namf-evts}

optional

different target-nf-type has different sevice-names to select.

AMF:

namf-comm,namf-evts,namf-mt,namf-loc

 

AUSF:

nausf-auth,nausf-sorprotection

 

BSF:

nbsf-management

 

CHF:

nchf-spendinglimitcontrol,

nchf-convergedcharging

 

NSSF:

nnssf-nsselection,

nnssf-nssaiavailability

 

PCF:

npcf-am-policy-control,npcf-smpolicycontrol,npcf-policyauthorization,npcf-bdtpolicycontrol,npcf-eventexposure,npcf-ue-policy-control

 

SMF:

nsmf-pdusession,nsmf-event-exposure

 

SMSF:

nsmsf-sms

 

UDM:

nudm-sdm,nudm-uecm,nudm-ueau,nudm-ee,nudm-ppNSSF:

nnssf-nsselection,nnssf-nssaiavailability

UPR:

nudr-dr

 

UPF:

no service-names

Requester NF Instance FQDN

requester-nf-instance-fqdn

bool

“true” | “false”

optional

indicator if include the parameter requester-nf-instance-fqdn in query

Parameters Text

parameters-text

string

format: <name1>=<value1>&<name2>=<value2>

optional

This field is to support input query parameters other that the above 3 with text format. It’s allowed to input text with format: <name1>=<value1>&

<name2>=<value2>…, but must comply with Table 6.2.3.2.3.1-1 in 3GPP TS 29.510.

 

JSON format, e.g. target-plmn-list={“mcc”:“123”,“mnc”:“456”}

 

Body Parameters for AccessTokenGetReq

GUI Label

Variable Name

Type

Value

Mandatory/Optional

Comments

Scope

scope

string

 

mandatory

service names separated by space. max 256 characters

Target NF Type

targetNfType

string

“AMF” |

“AUSF” |

"BSF" |

"CHF" |

“NSSF” |

“PCF” |

 “SMF” |

"SMSF" |

 “UDM” |

“UDR” |    “UPF” |

optional

“Target NF Type” and “Target NF Instance ID” are mutually exclusive. But must set one.

Target NF Instance ID

targetNfInstanceId

string

format: UUID version 4

optional

 

Requester PLMN

requesterPlmn

array

{<MCC> <MNC>}

optional

“Requester PLMN” and “Target PLMN” are controlled by the same checkbox together.

 

MCC: 3 digits

MNC: 2-3 digits

Target PLMN

targetPlmn

array

{<MCC> <MNC>}

optional

MCC: 3 digits

MNC: 2-3 digits

 

 

^ Back to Top