Merge remote-tracking branch 'GuidoCasati/minor-itti-cleanup' into integration_2026_w29
ITTI: cleanup memset after alloc, adopt calloc_or_fail (#298)
In NGAP/RRC memset calls after itti_alloc_new_message are redundant
since memory is already zero-initialized by itti_alloc_new_message via
calloc().
Also, in itti_malloc, manual calloc + AssertFatal is replaced by
calloc_or_fail, which provides better error messages and calls abort().
Reviewed-by:
Robert Schmidt <robert.schmidt@openairinterface.org>
Showing
Please register or sign in to comment