osmo-iuh/src
Oliver Smith 0bd231c775 tests/hnb-test-rua: fix incompat pointer type
Fix for:
../../../../src/osmo-iuh/src/tests/hnb-test-rua.c:19:29: error: passing argument 1 of ‘ranap_cn_rx_co’ from incompatible pointer type [-Werror=incompatible-pointer-types]
   19 |         rc = ranap_cn_rx_co(hnb_test_rua_dt_handle_ranap, hnb, ies.ranaP_Message.buf, ies.ranaP_Message.size);
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                             |
      |                             void (*)(struct hnb_test *, struct ranap_message_s *)

Change-Id: Id930a7f0d3d05cfcc8ba9734dd922de885853c8c
2022-11-11 17:40:16 +01:00
..
hnbap asn1: fix visibility warnings from generated code 2022-11-11 17:40:16 +01:00
ranap asn1: fix visibility warnings from generated code 2022-11-11 17:40:16 +01:00
rua asn1: fix visibility warnings from generated code 2022-11-11 17:40:16 +01:00
sabp asn1: fix visibility warnings from generated code 2022-11-11 17:40:16 +01:00
tests tests/hnb-test-rua: fix incompat pointer type 2022-11-11 17:40:16 +01:00
.gitignore sabp: Generate C/H files for SABP; create libosmo-sabp 2019-09-23 20:23:51 +02:00
Makefile.am libosmo-{hnbap,ranap,rua,sabp}: add -no-undefined to *_la_LDFLAGS 2022-08-04 05:32:55 +07: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 move new_transp_layer_addr to public API 2022-06-10 14:15:20 +02:00
ranap_common.c ranap_common: log decoder errors to LOGL_ERROR 2022-02-14 16:52:39 +01:00
ranap_common_cn.c Make logging message about received RANAP message more meaningful 2022-06-08 14:36:10 +02:00
ranap_common_ran.c Make logging message about received RANAP message more meaningful 2022-06-08 14:36:10 +02:00
ranap_msg_factory.c ranap_msg_factory: add missing apidoc 2022-02-10 10:47:25 +01: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