5G NAS - Relay Key Reject Explained
Relay Key Reject is the negative network response to Relay Key Request. It means the relay-key handling request could not be accepted and the relay security procedure has entered a failure branch.
For beginners, the simple meaning is: the network could not approve the relay key request.
For engineers, the key point is that this is a specialized relay-security failure message, not a mainstream registration reject.
What is Relay Key Reject in simple terms?
The UE asked for relay-related key handling with Relay Key Request. The network could not accept that request, so it answered with Relay Key Reject.
Why Relay Key Reject matters
This message matters because it marks the clear failure point of the relay-key branch. If engineers see this message, they should stop looking at general registration logic and switch to relay-specific analysis.
The most useful practical checks are:
- whether the relay transaction identity matches the earlier request
- what
5GMM causethe network returned - whether the procedure retries or falls back afterward
Where Relay Key Reject appears in the call flow
UE Network
|--- Relay Key Request --------->|
|<-- Relay Key Reject -----------|
|<-- Abort / Retry / Fallback ---|
It is best interpreted as part of a relay key procedure rather than as part of ordinary registration or service signaling.
Transport characteristics
- Direction: Network to UE
- Interface: N1
- Transport on access side: carried over the existing NAS path
- Security expectation: normally tied to an already established protected relay-capable NAS context
What Relay Key Reject means operationally
Operationally, Relay Key Reject tells engineers that the relay-key request failed and that the network is not returning usable relay-key response information.
That means the first practical questions are:
- which relay transaction this reject belongs to
- what cause the network gave
- whether the failure is recoverable with a retry or corrected context
Important Information Elements
| IE | Why it matters |
|---|---|
ProSe relay transaction identity | Ties the reject to a specific earlier relay-key request. |
5GMM cause | Explains why the network rejected the relay-key request. |
Example message dump
Relay Key Reject
Extended Protocol Discriminator: 5G Mobility Management
Security Header Type: Integrity protected and ciphered
Message Type: Relay Key Reject
ProSe Relay Transaction Identity: 7
5GMM Cause: Semantically incorrect message
How to read this dump
- Start with the relay transaction identity.
- Then inspect the
5GMM Cause. - After that, move back to the earlier
Relay Key Requestand compare what was requested against what the network rejected.
What to check in logs
- verify that the message follows the correct
Relay Key Request - inspect the relay transaction identity
- check the
5GMM cause - correlate the reject with later abort, retry, or fallback behavior
Related message pages
FAQ
What does Relay Key Reject do in 5G?
It tells the UE that the relay key request failed and provides the cause for that failure.
Is Relay Key Reject part of ordinary registration?
No. It belongs to a specialized relay security procedure rather than the standard registration path.
What should engineers inspect first?
Start with the relay transaction identity and the 5GMM cause.
Summary
Relay Key Reject is the NAS message the network sends when the relay key request cannot be accepted and the relay-related key procedure must stop or take a failure branch.