Skip to content

Commit

Permalink
Update PDU Session estab. with SRCtrl/SRGW/Anchor; close #84
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Dec 12, 2024
1 parent 06f8e65 commit d858bd0
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions doc/nextmn-lite.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ actor User
participant UE
participant gNB
participant CP
participant UPF
participant SRv6Ctrl
participant SRGW
participant Anchor
rect LightBlue
note over CP,UPF: PFCP Association
CP->>+UPF: PFCP Association Setup Request
UPF->>+CP: PFCP Association Setup Response
CP->>+SRv6Ctrl: PFCP Association Setup Request
SRv6Ctrl->>+CP: PFCP Association Setup Response
end
rect Orange
User->>+UE: POST cli/radio/peer(gNBControl)
Expand All @@ -32,12 +34,15 @@ rect LightGreen
note over UE,UPF: PDU Session Establishment
UE->>+gNB: PDU Session Estab. Req.(UEControl)
gNB->>+CP: PDU Session Estab. Req.(UEControl, gNBControl)
CP->>+UPF: PFCP Session Establishment Request(uplinkPDR, uplinkFAR)
UPF->>+CP: PFCP Session Establishment Response
CP->>+SRv6Ctrl: PFCP Session Establishment Request(uplinkPDR, uplinkFAR)
note over CP,SRv6Ctrl: uplink rule cannot be created yet, we still miss the gNB Ip Addr to know the Area
SRv6Ctrl->>+CP: PFCP Session Establishment Response
CP->>+gNB: N2 PDU Session Req.(ulFTEID, UEIpAddr)
gNB->>+UE: PDU Session Estab. Accept
gNB->>+CP: N2 PDU Session Resp.(dlFTEID)
CP->>+UPF: PFCP Session Modification Request(downlinkPDR, downlinkFAR)
CP->>+SRv6Ctrl: PFCP Session Modification Request(downlinkPDR, downlinkFAR)
CP->>+Anchor: create rule(match <UE>, path <SRGW,gNB+TEID>)
CP->>+SRGW: create rule(match <UE (UplinkTEID), gNB (Area), Service>, path<Anchor>)
UPF->>+CP: PFCP Session Modification Response
end
UE<<-->>+UPF: PDUs
Expand Down

0 comments on commit d858bd0

Please sign in to comment.