Skip to content

Changes

Summary

  1. ranap_cn_rx_co(): do not ranap_cn_rx_co_free() on error (details)
Commit bf98735fc79011add9f7ca862f130b7e1e3c22a7 by Neels Hofmeyr
ranap_cn_rx_co(): do not ranap_cn_rx_co_free() on error

When ranap_cn_rx_co_decode2() returns an error, we should not call
ranap_cn_rx_co_free(). It results in logging

DRANAP INFO Freeing RANAP Procedure unknown 0x0 (CO) from RNC not implemented

Change the function flow to early-exit pattern to skip
ranap_cn_rx_co_free() on error.

Change-Id: If7545f91c69f06bc32c55cab7dcfcad8350b0473
The file was modified src/ranap_common_cn.c