Skip to content

Commit

Permalink
fix: testcase's ip.dst should not be any
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchennn committed Nov 24, 2023
1 parent e6d08d2 commit 89bfa61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion internal/context/pcc_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ func (r *PCCRule) AddDataPathForwardingParameters(c *SMContext,
r.Datapath.AddForwardingParameters(routeProf.ForwardingPolicyID,
c.Tunnel.DataPathPool.GetDefaultPath().FirstDPNode.GetUpLinkPDR().PDI.LocalFTeid.Teid)
}

}

func (r *PCCRule) BuildNasQoSRule(smCtx *SMContext,
Expand Down
2 changes: 1 addition & 1 deletion internal/sbi/producer/gsm_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestBuildNASPacketFilterFromPacketFilterInfo(t *testing.T) {
},
flowInfo: models.FlowInformation{
FlowDirection: models.FlowDirectionRm_BIDIRECTIONAL,
FlowDescription: "permit out ip from any to any",
FlowDescription: "permit out ip from any to assigned",
},
},
{
Expand Down

0 comments on commit 89bfa61

Please sign in to comment.