osmo-hnbgw/src/osmo-hnbgw
Neels Hofmeyr 223aeda282 ranap_rab_ass_req_encode(): return msgb
ranap_rab_ass_req_encode() forms a msgb, then copies the data to a
buffer provided by the caller. Instead, just return the msgb. This
removes one unnecessary memcpy() and simplifies some code.

In ranap_rab_ass_test.c, actually ensure the correct size of the
returned data. See also the fix of expected test data in patch
Ifb98a52e56db1227a834c0d7b7a260314d9f547e

Related: SYS#5895
Change-Id: I85e715326e1d8f4f301f82f78da109f1a7a92f30
2022-07-27 15:45:18 +02:00
..
Makefile.am mgw_fsm: add MGW support to osmo-hnbgw 2022-02-24 10:51:30 +01:00
context_map.c add option to send SCCP CR without payload 2022-06-07 22:51:26 +02:00
hnbgw.c add option to send SCCP CR without payload 2022-06-07 22:51:26 +02:00
hnbgw_cn.c hnbgw_cn.c: Guard against null ss7 ptr during init 2022-06-29 18:50:30 +02:00
hnbgw_hnbap.c hbgw_hnbap: use osmo_plmn_from_bcd instead of gsm48_mcc_mnc_from_bcd 2022-01-14 17:31:25 +01:00
hnbgw_ranap.c Initial structure + import code from osmo-iuh.git 2022-01-04 19:48:52 +01:00
hnbgw_rua.c add option to send SCCP CR without payload 2022-06-07 22:51:26 +02:00
hnbgw_vty.c add option to send SCCP CR without payload 2022-06-07 22:51:26 +02:00
mgw_fsm.c ranap_rab_ass_req_encode(): return msgb 2022-07-27 15:45:18 +02:00
ranap_rab_ass.c ranap_rab_ass_req_encode(): return msgb 2022-07-27 15:45:18 +02:00
tdefs.c mgw_fsm: move MGCP timeout to mgw_fsm_T_defs 2022-07-27 15:44:51 +02:00