mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Non-dynamic fiveQI on F1AP/E1AP may name standardized or pre-configured profiles (TS 38.473), the range is 0..255. Decode now accepts MIN_FIVEQI..MAX_FIVEQI (0..255) and fails only when fiveQI is outside that range. Pre-configured and other non-standardized non-dynamic values remain unsupported: RRC still skips them via is_5qi_standardized(). Changes: - F1AP/E1AP: range-check 0..255 only - improve documentation Refs: - 3GPP TS 38.473 §9.3.1.49 (non-dynamic standardized or pre-configured 5QI) - 3GPP TS 23.501 §5.7.2.1 Signed-off-by: Guido Casati <guido.casati@openairinterface.org>