Hi,
In your case, I need your PFCP Wireshark trace because of the following reason,
[ 3788.728646] upfgtp:[gtp5g] gtp5g_newlink: registered new 5G GTP interface
[ 3796.628327] upfgtp:[gtp5g] gtp5g_gnl_add_far: FAR-Add: id[2] success
[ 3796.628572] upfgtp:[gtp5g] gtp5g_gnl_add_far: FAR-Add: id[4] success
[ 3796.629881] upfgtp:[gtp5g] gtp5g_gnl_add_pdr: PDR-Add: id[1] success
[ 3796.630328] upfgtp:[gtp5g] gtp5g_gnl_add_pdr: PDR-Add: id[3] success
[ 3796.638270] upfgtp:[gtp5g] gtp5g_gnl_add_far: FAR-Add: update id[4] success
[ 3808.740947] upfgtp:[gtp5g] gtp5g_gnl_add_qer: QER-Add: QER_ID(3) success
[ 3808.741065] upfgtp:[gtp5g] gtp5g_gnl_add_qer: QER-Add: QER_ID(1) success
[ 3808.741160] [gtp5g] gtp5g_genl_del_pdr: PDR-Del: failed to find id(0x4)
[ 3808.741772] [gtp5g] gtp5g_genl_del_pdr: PDR-Del: failed to find id(0x2)
From the log,
- 2 PDRs, it’s id 1 and 3, but trying to delete id 4 and 2 which is not a valid one.
- 2 FARs, its id 2 and 4
- 2 QER, its id 3 and 1, UPF didn’t support 2QERs
I like to analyze PFCP trace because I want to make sure what PFCP message send by SMF.