5G NAS - Configuration Update Complete Explained

Configuration Update Complete is the UE’s acknowledgement that a network-initiated configuration update was received and applied. It is a short message, but it provides the completion point for the generic UE configuration update procedure.

For beginners, the simple meaning is: the UE is telling the network that the update was received.
For engineers, the message is useful because it confirms that the UE accepted the updated context rather than silently ignoring it.

What is Configuration Update Complete in simple terms?

The network updated the UE’s stored 5GMM context using Configuration Update Command. The UE now replies that it received and applied that update.

Why Configuration Update Complete matters

This message matters because later network behavior can depend on whether the AMF knows the UE accepted the update.

If it is missing, engineers may see:

  • repeated update attempts
  • timer expiry
  • inconsistent network assumptions about UE state

Where Configuration Update Complete appears in the call flow

UE                              gNB / AMF
|<-- Configuration Update Cmd ---|
|--- Configuration Update Cpl -->|

Transport characteristics

  • Direction: UE to AMF
  • Interface: N1
  • Transport on access side: commonly via UL Information Transfer
  • Security expectation: usually protected because the UE is already registered

What Configuration Update Complete means operationally

Operationally, this message closes the generic UE configuration update exchange from the UE side. It does not carry a large payload. Its value is procedural: it tells the AMF that the update was received and the procedure can be closed normally.

Example message dump

Configuration Update Complete
  Extended Protocol Discriminator: 5G Mobility Management
  Security Header Type: Integrity protected and ciphered
  Message Type: Configuration Update Complete

How to read this dump

  • Confirm it follows Configuration Update Command.
  • Check that the uplink NAS path looks healthy.
  • Then verify that the AMF stops retry logic such as T3555.

What to check in logs

  • verify that the preceding Configuration Update Command requested acknowledgement
  • inspect uplink delivery of the complete message
  • check AMF timer handling and whether the network retransmits the command
  • correlate later mobility or paging behavior with the updated context

FAQ

What does Configuration Update Complete do in 5G?

It acknowledges that the UE received and applied Configuration Update Command.

Summary

Configuration Update Complete is the UE's NAS acknowledgement that a network-initiated configuration update was received and applied.