Skip to content
Success

Changes

Summary

  1. support RAB Assignment Response 'unsuccessfulOutcome' (details)
Commit 48d104ac69e4c0d9e79efcf101e2cbb87bb35248 by Neels Hofmeyr
support RAB Assignment Response 'unsuccessfulOutcome'

Already present before this patch:
- decoding 'successfulOutcome' in cn_ranap_rx_successful_msg_co()
- decoding 'outcome' in cn_ranap_rx_outcome_msg_co()

In this patch, add:
- decoding 'unsuccessfulOutcome' in cn_ranap_rx_unsuccessful_msg_co()

Context:

A RAB Assignment response is indicated as
'successfulOutcome' or 'unsuccessfulOutcome' or 'outcome'.
3GPP TS 25.413 specifies RAB Assignment as a "Class 3 Elementary
Procedure", but doesn't seem to specify which of these three 'outcome'
types to use for Class 3. In the field we've seen 'successfulOutcome'
and 'outcome'.

A RAB Assignment response may actually contain responses for multiple
RABs, and each of them can have a separate success or failure status. It
seems that 'outcome' might be intended for such mixed responses.

Either one is fine, because the included RAB Assignment Response IEs are
always in the same format, regardless of the outcome type.

Change-Id: Ifec566a98cb6141d27b9e5e33d5a78f8b1530658
The file was modifiedsrc/ranap_common_cn.c