osmo-iuh/src
Philipp Maier ca6054ef8c ranap_common_cn: add functions for direct access to decoder
The message encoder functions that decode a message to a struct
ranap_message are only accessible via a callback function that is passed
to ranap_cn_rx_cx The decoded ranap_message only lives inside the callback
since it is freed by ranap_cn_rx_cx when the callback is done. In some
situations this might make using the decoder incredibly difficult since
it is not possible to keep the decoding results for an extended amount
of time. Lets put the decoding into a separate function and use this
function in ranap_cn_rx_cx. Then lets make the decoder and the free
function public so that the decoder can be used in a more open way.

Change-Id: I14d2ed8e597a5d12024a6a6c72ff011dbeb2549d
Related: OS#5152
2022-01-28 13:21:40 +01:00
..
hnbap Cosmetic: put asn1c parameters in separate lines 2021-11-12 13:44:34 +01:00
ranap Cosmetic: put asn1c parameters in separate lines 2021-11-12 13:44:34 +01:00
rua Cosmetic: put asn1c parameters in separate lines 2021-11-12 13:44:34 +01:00
sabp Cosmetic: put asn1c parameters in separate lines 2021-11-12 13:44:34 +01:00
tests test-ranap: put message gen tests into function 2022-01-13 17:20:30 +00:00
.gitignore sabp: Generate C/H files for SABP; create libosmo-sabp 2019-09-23 20:23:51 +02:00
Makefile.am Drop osmo-hnbgw 2022-01-04 18:59:46 +01:00
hnbap_common.c Introduce dynamic log category for libosmo-rua/hnbap 2022-01-04 18:57:22 +01:00
iu_client.c iu_client: Fix incorrect access to null pointer 2022-01-13 10:41:12 +01:00
iu_client_vty.c vty: use install_lib_element() and install_lib_element_ve() 2020-10-04 16:48:47 +07:00
iu_helpers.c iu_helpers: add function ranap_transp_layer_addr_decode2 2022-01-11 13:16:54 +00:00
ranap_common.c ranap_common: add decoder for RAB SetupOrModifyItemFirst 2022-01-09 10:04:30 +00:00
ranap_common_cn.c ranap_common_cn: add functions for direct access to decoder 2022-01-28 13:21:40 +01:00
ranap_msg_factory.c iu_helpers: make new_transp_info_(rtp|gtp) public 2022-01-10 14:00:29 +00:00
regen-common-includes.sh ranap: Add more manual definitions to RANAP-PDUs 2015-09-10 21:18:16 +02:00
rua_common.c Introduce dynamic log category for libosmo-rua/hnbap 2022-01-04 18:57:22 +01:00
rua_msg_factory.c Introduce dynamic log category for libosmo-rua/hnbap 2022-01-04 18:57:22 +01:00
sabp_common.c Provide more context when logging "Error in ANY_fromType_aper" 2020-07-29 20:11:36 +02:00