UE-requested QoS/GBR change (#22 Increment 6) - #57
Merged
Conversation
next-nf
force-pushed
the
async-ue-bearer-22-filters
branch
from
July 26, 2026 11:20
d9fb57d to
0962fff
Compare
next-nf
force-pushed
the
async-ue-bearer-22-inc6
branch
from
July 26, 2026 11:20
36d07e0 to
265c514
Compare
This was referenced Jul 26, 2026
next-nf
force-pushed
the
async-ue-bearer-22-inc6
branch
2 times, most recently
from
July 27, 2026 12:16
0376a35 to
3a3048c
Compare
next-nf
force-pushed
the
async-ue-bearer-22-inc6
branch
from
July 27, 2026 12:23
3a3048c to
b1a6edd
Compare
This was referenced Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Handles a Bearer Resource Command with TAD operation
no_tft_operation— a UE-requested QoS/GBR change on a dedicated bearer (#22 Increment 6, the last #22 piece), on the whole-pipeline async invoke foundation (#48).The requested QoS is reported to the PCRF via a Gx CCR-U carrying
QoS-Information(no filter change); the PCRF re-installs the bearer's rule with the authorized QoS; the PGW emits a PTI-echoing Update Bearer Request carrying the new Bearer QoS. On rejection → Bearer Resource Failure Indication.Only two pieces of new production code — a
no_tft_operationdispatch arm andue_qos_change_proc/4. The GxQoS-Informationencoding (smf_aaa_gx:from_session→qos_from_session/1), the outcome path (ue_update_outcome: PFCP modify + Update Bearer with new Bearer QoS), and the error path are all reused from Inc2–5.pgw_SUITEe2e proves the Update Bearer carries the PCRF-authorized GBR (UE requests 2000 kbps, PCRF authorizes 3000, assert 3000) with the PTI, and that no Create/Delete Bearer is sentdiameter_Gx_SUITEwire round-trip for theQoS-InformationCCR-U encodingpgw_SUITE133/133,diameter_Gx_SUITE10/10Stacked on #56. Completes the #22 increment series (create/delete/add/replace/QoS); the PCRF-Result-Code reject e2e remains deferred behind #50.