open5gs/lib/diameter
Sukchan Lee 41d8934677 [SMF] Added Bi-Directional Flow (#2909)
For bi-directions, the rules are created in the same form as for downlink
as shown below, so to apply them for uplink, we need to swap the rules
according to the interface.

RX : permit out from <P-CSCF_RTP_IP> <P-CSCF_RTP_PORT> to <UE_IP> <UE_PORT>
GX : permit out from <P-CSCF_RTP_IP> <P-CSCF_RTP_PORT> to <UE_IP> <UE_PORT>
PFCP : permit out from <P-CSCF_RTP_IP> <P-CSCF_RTP_PORT> to <UE_IP> <UE_PORT>
RULE : Source <P-CSCF_RTP_IP> <P-CSCF_RTP_PORT> Destination <UE_IP> <UE_PORT>
TFT : Local <UE_IP> <UE_PORT> REMOTE <P-CSCF_RTP_IP> <P-CSCF_RTP_PORT>

RX : permit in from <UE_IP> <UE_PORT> to <P-CSCF_RTP_IP> <P-CSCF_RTP_PORT>
GX : permit out from <P-CSCF_RTP_IP> <P-CSCF_RTP_PORT> to <UE_IP> <UE_PORT>
PFCP : permit out from <P-CSCF_RTP_IP> <P-CSCF_RTP_PORT> to <UE_IP> <UE_PORT>
RULE : Source <UE_IP> <UE_PORT> Destination <P-CSCF_RTP_IP> <P-CSCF_RTP_PORT>
TFT : Local <UE_IP> <UE_PORT> REMOTE <P-CSCF_RTP_IP> <P-CSCF_RTP_PORT>
2024-02-17 20:43:15 +01:00
..
common Merge branch 'main' into sigscale-ocs 2023-10-18 06:54:29 +09:00
cx [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
gx [SMF] Added Bi-Directional Flow (#2909) 2024-02-17 20:43:15 +01:00
gy Document Gy interface spec reference 2024-01-25 07:05:33 +09:00
rx [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
s6a lib/diameter/s6a: add EPS-User-State 2024-01-13 12:00:20 +09:00
s6b [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
swx [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
meson.build [DIAM] Add Gy interface support to lib/diameter (#1474) 2022-04-08 21:13:02 +09:00