From c89819fc891b9ebabc48cfd476227967afafcb51 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 10 Mar 2022 11:06:06 +0000 Subject: [PATCH] Actions: Updated with changes from CI --- test/integration/basic_test.go | 2 +- test/integration/framework.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/integration/basic_test.go b/test/integration/basic_test.go index d1316e98a..bad91067e 100644 --- a/test/integration/basic_test.go +++ b/test/integration/basic_test.go @@ -433,7 +433,7 @@ func testUEAttach(t *testing.T, testcase *testCase) { ie.NewGateStatus(gateStatus, gateStatus), ie.NewMBR(testcase.input.appMBR, testcase.input.appMBR), ie.NewGBR(testcase.input.appGBR, testcase.input.appGBR), - )) + )) } if testcase.input.downlinkAppQerID != 0 { diff --git a/test/integration/framework.go b/test/integration/framework.go index 30015f24e..0ba7bd71e 100644 --- a/test/integration/framework.go +++ b/test/integration/framework.go @@ -96,12 +96,12 @@ type pfcpSessionData struct { uplinkAppQerID uint32 downlinkAppQerID uint32 // only single QFI is fine, QFI is passed in session QER, but not considered. - QFI uint8 + QFI uint8 sessMBR uint64 sessGBR uint64 // uplink/downlink GBR/MBR is always the same - appMBR uint64 - appGBR uint64 + appMBR uint64 + appGBR uint64 ulGateClosed bool dlGateClosed bool }