mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Only build QoSFlowAddOrModifyResponseList when at least one QFI is present and fail fast if PDUSessionResourceModifyResponseTransfer encoding does not produce a valid buffer. This avoids sending malformed modify responses and makes encoding failures explicit in the NGAP modify response path. Changes: - do QoS add/modify response list allocation when nb_of_qos_flow > 0 - add ASN.1 encode result validation Signed-off-by: Guido Casati <guido.casati@openairinterface.org>